Color Hex Logo

#cbb96f Color Hex

#CBB96F
(203,185,111)
0 Favorites   0 Comments

Color spaces of #cbb96f

RGB 203185111
HSL0.130.470.62
HSV48°45°80°
CMYK 0.000.090.45   0.20
XYZ44.846848.542122.0448
Yxy48.54210.38850.4205
Hunter Lab69.6722-7.028830.0107
CIE-Lab75.1656-3.699939.7431

#cbb96f color RGB value is (203,185,111).

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

The process color (four color CMYK) of #cbb96f color hex is 0.00, 0.09, 0.45, 0.20. Web safe color of #cbb96f is #cccc66. Color #cbb96f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 01101111
Octal 313 271 157
Decimal 203 185 111
Hex CB B9 6F

RGB Percentages of Color #cbb96f

%40.68
%37.07
%22.24

CMYK Percentages of Color #cbb96f

%0
%9
%45
%20

Triadic Colors of #cbb96f

#cbb96f #6fcbb9 #b96fcb

Analogous Colors of #cbb96f

#cbb96f #afcb6f #cb8b6f

Monochromatic Colors of #cbb96f

#cbb96f

Complementary Color

#cbb96f #6f81cb

#cbb96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb96f Color CSS Codes

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

#cbb96f Text Font Color

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

This sample text font color is #cbb96f
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.


#cbb96f Background Color

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

This div background color is #cbb96f


#cbb96f Border Color

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

This div border color is #cbb96f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,185,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 #cbb96f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb96f


Comments

No comments written yet.

Please login to write comment.