Color Hex Logo

#c099ae Color Hex

#C099AE
(192,153,174)
0 Favorites   0 Comments

Color spaces of #c099ae

RGB 192153174
HSL0.910.240.68
HSV328°20°75°
CMYK 0.000.200.09   0.25
XYZ40.769437.044945.0460
Yxy37.04490.33180.3015
Hunter Lab60.864513.0533-1.2755
CIE-Lab67.310717.9837-5.3869

#c099ae color RGB value is (192,153,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011001 10101110
Octal 300 231 256
Decimal 192 153 174
Hex C0 99 AE

RGB Percentages of Color #c099ae

%36.99
%29.48
%33.53

CMYK Percentages of Color #c099ae

%0
%20
%9
%25

Triadic Colors of #c099ae

#c099ae #aec099 #99aec0

Analogous Colors of #c099ae

#c099ae #c0999b #bf99c0

Monochromatic Colors of #c099ae

#c099ae

Complementary Color

#c099ae #99c0ab

#c099ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c099ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c099ae Color CSS Codes

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

#c099ae Text Font Color

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

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


#c099ae Background Color

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

This div background color is #c099ae


#c099ae Border Color

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

This div border color is #c099ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c099ae


Comments

No comments written yet.

Please login to write comment.