Color Hex Logo

#ccb496 Color Hex

#CCB496
(204,180,150)
1 Favorites   0 Comments

Color spaces of #ccb496

RGB 204180150
HSL0.090.350.69
HSV33°26°80°
CMYK 0.000.120.26   0.20
XYZ46.728147.681935.5949
Yxy47.68190.35940.3668
Hunter Lab69.0521-0.048817.7737
CIE-Lab74.62384.003718.4723

#ccb496 color RGB value is (204,180,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 10010110
Octal 314 264 226
Decimal 204 180 150
Hex CC B4 96

RGB Percentages of Color #ccb496

%38.20
%33.71
%28.09

CMYK Percentages of Color #ccb496

%0
%12
%26
%20

Triadic Colors of #ccb496

#ccb496 #96ccb4 #b496cc

Analogous Colors of #ccb496

#ccb496 #c9cc96 #cc9996

Monochromatic Colors of #ccb496

#ccb496

Complementary Color

#ccb496 #96aecc

#ccb496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb496 Color CSS Codes

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

#ccb496 Text Font Color

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

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


#ccb496 Background Color

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

This div background color is #ccb496


#ccb496 Border Color

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

This div border color is #ccb496


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,180,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 #ccb496">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb496

#ccb496 Color Palettes


Comments

No comments written yet.

Please login to write comment.