Color Hex Logo

#ccb599 Color Hex

#CCB599
(204,181,153)
0 Favorites   0 Comments

Color spaces of #ccb599

RGB 204181153
HSL0.090.330.70
HSV33°25°80°
CMYK 0.000.110.25   0.20
XYZ47.175548.185036.9512
Yxy48.18500.35650.3642
Hunter Lab69.4154-0.166417.0296
CIE-Lab74.94153.890117.2918

#ccb599 color RGB value is (204,181,153).

#ccb599 hex color red value is 204, green value is 181 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ccb599 hue: 0.09 , saturation: 0.33 and the lightness value of ccb599 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 10011001
Octal 314 265 231
Decimal 204 181 153
Hex CC B5 99

RGB Percentages of Color #ccb599

%37.92
%33.64
%28.44

CMYK Percentages of Color #ccb599

%0
%11
%25
%20

Triadic Colors of #ccb599

#ccb599 #99ccb5 #b599cc

Analogous Colors of #ccb599

#ccb599 #cacc99 #cc9c99

Monochromatic Colors of #ccb599

#ccb599

Complementary Color

#ccb599 #99b0cc

#ccb599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb599 Color CSS Codes

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

#ccb599 Text Font Color

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

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


#ccb599 Background Color

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

This div background color is #ccb599


#ccb599 Border Color

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

This div border color is #ccb599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb599


Comments

No comments written yet.

Please login to write comment.