Color Hex Logo

#cb955b Color Hex

#CB955B
(203,149,91)
0 Favorites   0 Comments

Color spaces of #cb955b

RGB 20314991
HSL0.090.520.58
HSV31°55°80°
CMYK 0.000.270.55   0.20
XYZ37.264434.946714.6789
Yxy34.94670.42890.4022
Hunter Lab59.11579.067326.6588
CIE-Lab65.707113.764238.3231

#cb955b color RGB value is (203,149,91).

#cb955b hex color red value is 203, green value is 149 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cb955b hue: 0.09 , saturation: 0.52 and the lightness value of cb955b is 0.58.

The process color (four color CMYK) of #cb955b color hex is 0.00, 0.27, 0.55, 0.20. Web safe color of #cb955b is #cc9966. Color #cb955b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 01011011
Octal 313 225 133
Decimal 203 149 91
Hex CB 95 5B

RGB Percentages of Color #cb955b

%45.82
%33.63
%20.54

CMYK Percentages of Color #cb955b

%0
%27
%55
%20

Triadic Colors of #cb955b

#cb955b #5bcb95 #955bcb

Analogous Colors of #cb955b

#cb955b #c9cb5b #cb5d5b

Monochromatic Colors of #cb955b

#cb955b

Complementary Color

#cb955b #5b91cb

#cb955b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb955b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb955b Color CSS Codes

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

#cb955b Text Font Color

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

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


#cb955b Background Color

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

This div background color is #cb955b


#cb955b Border Color

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

This div border color is #cb955b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb955b


Comments

No comments written yet.

Please login to write comment.