Color Hex Logo

#c0909a Color Hex

#C0909A
(192,144,154)
0 Favorites   0 Comments

Color spaces of #c0909a

RGB 192144154
HSL0.970.280.66
HSV348°25°75°
CMYK 0.000.250.20   0.25
XYZ37.544233.486135.0565
Yxy33.48610.35390.3156
Hunter Lab57.867214.54324.5886
CIE-Lab64.552619.65431.8063

#c0909a color RGB value is (192,144,154).

#c0909a hex color red value is 192, green value is 144 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c0909a hue: 0.97 , saturation: 0.28 and the lightness value of c0909a is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 10011010
Octal 300 220 232
Decimal 192 144 154
Hex C0 90 9A

RGB Percentages of Color #c0909a

%39.18
%29.39
%31.43

CMYK Percentages of Color #c0909a

%0
%25
%20
%25

Triadic Colors of #c0909a

#c0909a #9ac090 #909ac0

Analogous Colors of #c0909a

#c0909a #c09e90 #c090b2

Monochromatic Colors of #c0909a

#c0909a

Complementary Color

#c0909a #90c0b6

#c0909a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0909a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0909a Color CSS Codes

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

#c0909a Text Font Color

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

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


#c0909a Background Color

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

This div background color is #c0909a


#c0909a Border Color

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

This div border color is #c0909a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0909a


Comments

No comments written yet.

Please login to write comment.