Color Hex Logo

#cca99b Color Hex

#CCA99B
(204,169,155)
0 Favorites   0 Comments

Color spaces of #cca99b

RGB 204169155
HSL0.050.320.70
HSV17°24°80°
CMYK 0.000.170.24   0.20
XYZ45.006243.579937.0500
Yxy43.57990.35820.3469
Hunter Lab66.01516.167112.9349
CIE-Lab71.946810.634712.0044

#cca99b color RGB value is (204,169,155).

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

The process color (four color CMYK) of #cca99b color hex is 0.00, 0.17, 0.24, 0.20. Web safe color of #cca99b is #cc9999. Color #cca99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 10011011
Octal 314 251 233
Decimal 204 169 155
Hex CC A9 9B

RGB Percentages of Color #cca99b

%38.64
%32.01
%29.36

CMYK Percentages of Color #cca99b

%0
%17
%24
%20

Triadic Colors of #cca99b

#cca99b #9bcca9 #a99bcc

Analogous Colors of #cca99b

#cca99b #ccc29b #cc9ba6

Monochromatic Colors of #cca99b

#cca99b

Complementary Color

#cca99b #9bbecc

#cca99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca99b Color CSS Codes

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

#cca99b Text Font Color

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

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


#cca99b Background Color

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

This div background color is #cca99b


#cca99b Border Color

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

This div border color is #cca99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca99b


Comments

No comments written yet.

Please login to write comment.