Color Hex Logo

#c099aa Color Hex

#C099AA
(192,153,170)
1 Favorites   0 Comments

Color spaces of #c099aa

RGB 192153170
HSL0.930.240.68
HSV334°20°75°
CMYK 0.000.200.11   0.25
XYZ40.385236.891243.0224
Yxy36.89120.33570.3067
Hunter Lab60.738112.39420.5200
CIE-Lab67.195317.2928-3.3199

#c099aa color RGB value is (192,153,170).

#c099aa hex color red value is 192, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c099aa hue: 0.93 , saturation: 0.24 and the lightness value of c099aa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011001 10101010
Octal 300 231 252
Decimal 192 153 170
Hex C0 99 AA

RGB Percentages of Color #c099aa

%37.28
%29.71
%33.01

CMYK Percentages of Color #c099aa

%0
%20
%11
%25

Triadic Colors of #c099aa

#c099aa #aac099 #99aac0

Analogous Colors of #c099aa

#c099aa #c09c99 #c099be

Monochromatic Colors of #c099aa

#c099aa

Complementary Color

#c099aa #99c0af

#c099aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c099aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c099aa Color CSS Codes

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

#c099aa Text Font Color

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

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


#c099aa Background Color

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

This div background color is #c099aa


#c099aa Border Color

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

This div border color is #c099aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,153,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c099aa


Comments

No comments written yet.

Please login to write comment.