Color Hex Logo

#cbb580 Color Hex

#CBB580
(203,181,128)
0 Favorites   0 Comments

Color spaces of #cbb580

RGB 203181128
HSL0.120.420.65
HSV42°37°80°
CMYK 0.000.110.37   0.20
XYZ45.048847.302827.1781
Yxy47.30280.37690.3957
Hunter Lab68.7770-3.442724.7147
CIE-Lab74.38300.256629.9066

#cbb580 color RGB value is (203,181,128).

#cbb580 hex color red value is 203, green value is 181 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cbb580 hue: 0.12 , saturation: 0.42 and the lightness value of cbb580 is 0.65.

The process color (four color CMYK) of #cbb580 color hex is 0.00, 0.11, 0.37, 0.20. Web safe color of #cbb580 is #cccc99. Color #cbb580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 10000000
Octal 313 265 200
Decimal 203 181 128
Hex CB B5 80

RGB Percentages of Color #cbb580

%39.65
%35.35
%25.00

CMYK Percentages of Color #cbb580

%0
%11
%37
%20

Triadic Colors of #cbb580

#cbb580 #80cbb5 #b580cb

Analogous Colors of #cbb580

#cbb580 #bccb80 #cb9080

Monochromatic Colors of #cbb580

#cbb580

Complementary Color

#cbb580 #8096cb

#cbb580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb580 Color CSS Codes

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

#cbb580 Text Font Color

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

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


#cbb580 Background Color

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

This div background color is #cbb580


#cbb580 Border Color

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

This div border color is #cbb580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb580


Comments

No comments written yet.

Please login to write comment.