Color Hex Logo

#cca699 Color Hex

#CCA699
(204,166,153)
0 Favorites   0 Comments

Color spaces of #cca699

RGB 204166153
HSL0.040.330.70
HSV15°25°80°
CMYK 0.000.190.25   0.20
XYZ44.287842.409735.9887
Yxy42.40970.36100.3457
Hunter Lab65.12277.427112.8205
CIE-Lab71.152511.973811.9810

#cca699 color RGB value is (204,166,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 10011001
Octal 314 246 231
Decimal 204 166 153
Hex CC A6 99

RGB Percentages of Color #cca699

%39.01
%31.74
%29.25

CMYK Percentages of Color #cca699

%0
%19
%25
%20

Triadic Colors of #cca699

#cca699 #99cca6 #a699cc

Analogous Colors of #cca699

#cca699 #ccc099 #cc99a6

Monochromatic Colors of #cca699

#cca699

Complementary Color

#cca699 #99bfcc

#cca699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca699 Color CSS Codes

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

#cca699 Text Font Color

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

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


#cca699 Background Color

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

This div background color is #cca699


#cca699 Border Color

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

This div border color is #cca699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca699


Comments

No comments written yet.

Please login to write comment.