Color Hex Logo

#cb966b Color Hex

#CB966B
(203,150,107)
0 Favorites   0 Comments

Color spaces of #cb966b

RGB 203150107
HSL0.070.480.61
HSV27°47°80°
CMYK 0.000.260.47   0.20
XYZ38.188835.570718.7630
Yxy35.57070.41280.3845
Hunter Lab59.64129.923123.0963
CIE-Lab66.190614.681630.4125

#cb966b color RGB value is (203,150,107).

#cb966b hex color red value is 203, green value is 150 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cb966b hue: 0.07 , saturation: 0.48 and the lightness value of cb966b is 0.61.

The process color (four color CMYK) of #cb966b color hex is 0.00, 0.26, 0.47, 0.20. Web safe color of #cb966b is #cc9966. Color #cb966b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 01101011
Octal 313 226 153
Decimal 203 150 107
Hex CB 96 6B

RGB Percentages of Color #cb966b

%44.13
%32.61
%23.26

CMYK Percentages of Color #cb966b

%0
%26
%47
%20

Triadic Colors of #cb966b

#cb966b #6bcb96 #966bcb

Analogous Colors of #cb966b

#cb966b #cbc66b #cb6b70

Monochromatic Colors of #cb966b

#cb966b

Complementary Color

#cb966b #6ba0cb

#cb966b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb966b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb966b Color CSS Codes

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

#cb966b Text Font Color

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

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


#cb966b Background Color

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

This div background color is #cb966b


#cb966b Border Color

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

This div border color is #cb966b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb966b


Comments

No comments written yet.

Please login to write comment.