Color Hex Logo

#cbb36f Color Hex

#CBB36F
(203,179,111)
0 Favorites   0 Comments

Color spaces of #cbb36f

RGB 203179111
HSL0.120.470.62
HSV44°45°80°
CMYK 0.000.120.45   0.20
XYZ43.617946.084421.6352
Yxy46.08440.39180.4139
Hunter Lab67.8855-4.109528.6240
CIE-Lab73.6003-0.541437.7762

#cbb36f color RGB value is (203,179,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 01101111
Octal 313 263 157
Decimal 203 179 111
Hex CB B3 6F

RGB Percentages of Color #cbb36f

%41.18
%36.31
%22.52

CMYK Percentages of Color #cbb36f

%0
%12
%45
%20

Triadic Colors of #cbb36f

#cbb36f #6fcbb3 #b36fcb

Analogous Colors of #cbb36f

#cbb36f #b5cb6f #cb856f

Monochromatic Colors of #cbb36f

#cbb36f

Complementary Color

#cbb36f #6f87cb

#cbb36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb36f Color CSS Codes

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

#cbb36f Text Font Color

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

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


#cbb36f Background Color

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

This div background color is #cbb36f


#cbb36f Border Color

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

This div border color is #cbb36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb36f


Comments

No comments written yet.

Please login to write comment.