Color Hex Logo

#cca199 Color Hex

#CCA199
(204,161,153)
0 Favorites   0 Comments

Color spaces of #cca199

RGB 204161153
HSL0.030.330.70
HSV25°80°
CMYK 0.000.210.25   0.20
XYZ43.396540.627035.6915
Yxy40.62700.36250.3394
Hunter Lab63.73939.986811.4175
CIE-Lab69.913814.695010.2270

#cca199 color RGB value is (204,161,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 10011001
Octal 314 241 231
Decimal 204 161 153
Hex CC A1 99

RGB Percentages of Color #cca199

%39.38
%31.08
%29.54

CMYK Percentages of Color #cca199

%0
%21
%25
%20

Triadic Colors of #cca199

#cca199 #99cca1 #a199cc

Analogous Colors of #cca199

#cca199 #ccbb99 #cc99ab

Monochromatic Colors of #cca199

#cca199

Complementary Color

#cca199 #99c4cc

#cca199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca199 Color CSS Codes

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

#cca199 Text Font Color

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

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


#cca199 Background Color

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

This div background color is #cca199


#cca199 Border Color

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

This div border color is #cca199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca199


Comments

No comments written yet.

Please login to write comment.