Color Hex Logo

#c099ad Color Hex

#C099AD
(192,153,173)
0 Favorites   0 Comments

Color spaces of #c099ad

RGB 192153173
HSL0.910.240.68
HSV329°20°75°
CMYK 0.000.200.10   0.25
XYZ40.672337.006144.5344
Yxy37.00610.33280.3028
Hunter Lab60.832612.8868-0.8222
CIE-Lab67.281617.8095-4.8707

#c099ad color RGB value is (192,153,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011001 10101101
Octal 300 231 255
Decimal 192 153 173
Hex C0 99 AD

RGB Percentages of Color #c099ad

%37.07
%29.54
%33.40

CMYK Percentages of Color #c099ad

%0
%20
%10
%25

Triadic Colors of #c099ad

#c099ad #adc099 #99adc0

Analogous Colors of #c099ad

#c099ad #c0999a #c099c0

Monochromatic Colors of #c099ad

#c099ad

Complementary Color

#c099ad #99c0ac

#c099ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c099ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c099ad Color CSS Codes

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

#c099ad Text Font Color

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

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


#c099ad Background Color

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

This div background color is #c099ad


#c099ad Border Color

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

This div border color is #c099ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c099ad


Comments

No comments written yet.

Please login to write comment.