Color Hex Logo

#cca799 Color Hex

#CCA799
(204,167,153)
0 Favorites   0 Comments

Color spaces of #cca799

RGB 204167153
HSL0.050.330.70
HSV16°25°80°
CMYK 0.000.180.25   0.20
XYZ44.470342.774736.0495
Yxy42.77470.36070.3469
Hunter Lab65.40246.916813.1013
CIE-Lab71.401811.430912.3330

#cca799 color RGB value is (204,167,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 10011001
Octal 314 247 231
Decimal 204 167 153
Hex CC A7 99

RGB Percentages of Color #cca799

%38.93
%31.87
%29.20

CMYK Percentages of Color #cca799

%0
%18
%25
%20

Triadic Colors of #cca799

#cca799 #99cca7 #a799cc

Analogous Colors of #cca799

#cca799 #ccc199 #cc99a5

Monochromatic Colors of #cca799

#cca799

Complementary Color

#cca799 #99becc

#cca799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca799 Color CSS Codes

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

#cca799 Text Font Color

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

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


#cca799 Background Color

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

This div background color is #cca799


#cca799 Border Color

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

This div border color is #cca799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca799


Comments

No comments written yet.

Please login to write comment.