Color Hex Logo

#ccc099 Color Hex

#CCC099
(204,192,153)
1 Favorites   0 Comments

Color spaces of #ccc099

RGB 204192153
HSL0.130.330.70
HSV46°25°80°
CMYK 0.000.060.25   0.20
XYZ49.501252.836637.7265
Yxy52.83660.35340.3772
Hunter Lab72.6888-5.646520.1098
CIE-Lab77.7784-1.936721.2142

#ccc099 color RGB value is (204,192,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 10011001
Octal 314 300 231
Decimal 204 192 153
Hex CC C0 99

RGB Percentages of Color #ccc099

%37.16
%34.97
%27.87

CMYK Percentages of Color #ccc099

%0
%6
%25
%20

Triadic Colors of #ccc099

#ccc099 #99ccc0 #c099cc

Analogous Colors of #ccc099

#ccc099 #bfcc99 #cca799

Monochromatic Colors of #ccc099

#ccc099

Complementary Color

#ccc099 #99a5cc

#ccc099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc099 Color CSS Codes

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

#ccc099 Text Font Color

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

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


#ccc099 Background Color

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

This div background color is #ccc099


#ccc099 Border Color

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

This div border color is #ccc099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc099


Comments

No comments written yet.

Please login to write comment.