Color Hex Logo

#cb966c Color Hex

#CB966C
(203,150,108)
0 Favorites   0 Comments

Color spaces of #cb966c

RGB 203150108
HSL0.070.480.61
HSV27°47°80°
CMYK 0.000.260.47   0.20
XYZ38.241735.591919.0417
Yxy35.59190.41180.3832
Hunter Lab59.658910.016322.8373
CIE-Lab66.206914.781529.8923

#cb966c color RGB value is (203,150,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 01101100
Octal 313 226 154
Decimal 203 150 108
Hex CB 96 6C

RGB Percentages of Color #cb966c

%44.03
%32.54
%23.43

CMYK Percentages of Color #cb966c

%0
%26
%47
%20

Triadic Colors of #cb966c

#cb966c #6ccb96 #966ccb

Analogous Colors of #cb966c

#cb966c #cbc66c #cb6c72

Monochromatic Colors of #cb966c

#cb966c

Complementary Color

#cb966c #6ca1cb

#cb966c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb966c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb966c Color CSS Codes

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

#cb966c Text Font Color

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

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


#cb966c Background Color

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

This div background color is #cb966c


#cb966c Border Color

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

This div border color is #cb966c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb966c


Comments

No comments written yet.

Please login to write comment.