Color Hex Logo

#cbb585 Color Hex

#CBB585
(203,181,133)
0 Favorites   0 Comments

Color spaces of #cbb585

RGB 203181133
HSL0.110.400.66
HSV41°34°80°
CMYK 0.000.110.34   0.20
XYZ45.386147.437728.9546
Yxy47.43770.37270.3895
Hunter Lab68.8750-2.906423.2874
CIE-Lab74.46890.857227.3685

#cbb585 color RGB value is (203,181,133).

#cbb585 hex color red value is 203, green value is 181 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cbb585 hue: 0.11 , saturation: 0.40 and the lightness value of cbb585 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 10000101
Octal 313 265 205
Decimal 203 181 133
Hex CB B5 85

RGB Percentages of Color #cbb585

%39.26
%35.01
%25.73

CMYK Percentages of Color #cbb585

%0
%11
%34
%20

Triadic Colors of #cbb585

#cbb585 #85cbb5 #b585cb

Analogous Colors of #cbb585

#cbb585 #becb85 #cb9285

Monochromatic Colors of #cbb585

#cbb585

Complementary Color

#cbb585 #859bcb

#cbb585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb585 Color CSS Codes

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

#cbb585 Text Font Color

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

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


#cbb585 Background Color

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

This div background color is #cbb585


#cbb585 Border Color

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

This div border color is #cbb585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb585


Comments

No comments written yet.

Please login to write comment.