Color Hex Logo

#cca098 Color Hex

#CCA098
(204,160,152)
0 Favorites   0 Comments

Color spaces of #cca098

RGB 204160152
HSL0.030.340.70
HSV25°80°
CMYK 0.000.220.25   0.20
XYZ43.140140.246035.2003
Yxy40.24600.36380.3394
Hunter Lab63.439710.363511.5100
CIE-Lab69.644415.096410.3981

#cca098 color RGB value is (204,160,152).

#cca098 hex color red value is 204, green value is 160 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cca098 hue: 0.03 , saturation: 0.34 and the lightness value of cca098 is 0.70.

The process color (four color CMYK) of #cca098 color hex is 0.00, 0.22, 0.25, 0.20. Web safe color of #cca098 is #cc9999. Color #cca098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 10011000
Octal 314 240 230
Decimal 204 160 152
Hex CC A0 98

RGB Percentages of Color #cca098

%39.53
%31.01
%29.46

CMYK Percentages of Color #cca098

%0
%22
%25
%20

Triadic Colors of #cca098

#cca098 #98cca0 #a098cc

Analogous Colors of #cca098

#cca098 #ccba98 #cc98aa

Monochromatic Colors of #cca098

#cca098

Complementary Color

#cca098 #98c4cc

#cca098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca098 Color CSS Codes

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

#cca098 Text Font Color

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

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


#cca098 Background Color

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

This div background color is #cca098


#cca098 Border Color

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

This div border color is #cca098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca098


Comments

No comments written yet.

Please login to write comment.