color codes Logo

#cbb46f color codes

#CBB46F
(203,180,111)
0 Favorites   0 Comments

Color spaces of #cbb46f

RGB 203180111
HSL0.130.470.62
HSV45°45°80°
CMYK 0.000.110.45   0.20
XYZ43.819146.486721.7022
Yxy46.48670.39120.4150
Hunter Lab68.1812-4.597528.8547
CIE-Lab73.8602-1.069838.1041

#cbb46f color RGB value is (203,180,111).

#cbb46f hex color red value is 203, green value is 180 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cbb46f hue: 0.13 , saturation: 0.47 and the lightness value of cbb46f is 0.62.

The process color (four color CMYK) of #cbb46f color code is 0.00, 0.11, 0.45, 0.20. Web safe color of #cbb46f is #cccc66. Color #cbb46f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 01101111
Octal 313 264 157
Decimal 203 180 111
Hex CB B4 6F

RGB Percentages of Color #cbb46f

%41.09
%36.44
%22.47

CMYK Percentages of Color #cbb46f

%0
%11
%45
%20

Triadic Colors of #cbb46f

#cbb46f #6fcbb4 #b46fcb

Analogous Colors of #cbb46f

#cbb46f #b4cb6f #cb866f

Monochromatic Colors of #cbb46f

#cbb46f

Complementary Color

#cbb46f #6f86cb

#cbb46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb46f Color CSS Codes

.mybgcolor {background-color:#cbb46f; } 
.myforecolor {color:#cbb46f; }
.mybordercolor {border:3px solid #cbb46f; }

#cbb46f Text Font Color

<p style="color:#cbb46f">Text here</p>

This sample text font color is #cbb46f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cbb46f Background Color

<div style="background-color:#cbb46f">
Div content here</div>

This div background color is #cbb46f


#cbb46f Border Color

<div style="border:3px solid #cbb46f">
Div here</div>

This div border color is #cbb46f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,180,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbb46f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbb46f;
  -webkit-box-shadow: 1px 1px 3px 2px #cbb46f;
  box-shadow:         1px 1px 3px 2px #cbb46f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,180,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbb46f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbb46f;
  -webkit-box-shadow: 1px 1px 3px 2px #cbb46f;
  box-shadow:         1px 1px 3px 2px #cbb46f;">
Div content here</div>

This div box has shadow with color #cbb46f


Comments

No comments written yet.

Please login to write comment.