Color Hex Logo

#ccb596 Color Hex

#CCB596
(204,181,150)
0 Favorites   0 Comments

Color spaces of #ccb596

RGB 204181150
HSL0.100.350.69
HSV34°26°80°
CMYK 0.000.110.26   0.20
XYZ46.930748.087135.6624
Yxy48.08710.35910.3680
Hunter Lab69.3449-0.549618.0500
CIE-Lab74.87983.469918.8267

#ccb596 color RGB value is (204,181,150).

#ccb596 hex color red value is 204, green value is 181 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ccb596 hue: 0.10 , saturation: 0.35 and the lightness value of ccb596 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 10010110
Octal 314 265 226
Decimal 204 181 150
Hex CC B5 96

RGB Percentages of Color #ccb596

%38.13
%33.83
%28.04

CMYK Percentages of Color #ccb596

%0
%11
%26
%20

Triadic Colors of #ccb596

#ccb596 #96ccb5 #b596cc

Analogous Colors of #ccb596

#ccb596 #c8cc96 #cc9a96

Monochromatic Colors of #ccb596

#ccb596

Complementary Color

#ccb596 #96adcc

#ccb596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb596 Color CSS Codes

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

#ccb596 Text Font Color

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

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


#ccb596 Background Color

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

This div background color is #ccb596


#ccb596 Border Color

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

This div border color is #ccb596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb596

#ccb596 Color Palettes


Comments

No comments written yet.

Please login to write comment.