Color Hex Logo

#c9809a Color Hex

#C9809A
(201,128,154)
0 Favorites   0 Comments

Color spaces of #c9809a

RGB 201128154
HSL0.940.400.65
HSV339°36°79°
CMYK 0.000.360.23   0.21
XYZ37.639330.188934.4151
Yxy30.18890.36810.2953
Hunter Lab54.944426.12741.3241
CIE-Lab61.816931.7557-2.0693

#c9809a color RGB value is (201,128,154).

#c9809a hex color red value is 201, green value is 128 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c9809a hue: 0.94 , saturation: 0.40 and the lightness value of c9809a is 0.65.

The process color (four color CMYK) of #c9809a color hex is 0.00, 0.36, 0.23, 0.21. Web safe color of #c9809a is #cc9999. Color #c9809a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000000 10011010
Octal 311 200 232
Decimal 201 128 154
Hex C9 80 9A

RGB Percentages of Color #c9809a

%41.61
%26.50
%31.88

CMYK Percentages of Color #c9809a

%0
%36
%23
%21

Triadic Colors of #c9809a

#c9809a #9ac980 #809ac9

Analogous Colors of #c9809a

#c9809a #c98b80 #c980bf

Monochromatic Colors of #c9809a

#c9809a

Complementary Color

#c9809a #80c9af

#c9809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9809a Color CSS Codes

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

#c9809a Text Font Color

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

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


#c9809a Background Color

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

This div background color is #c9809a


#c9809a Border Color

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

This div border color is #c9809a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,128,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 #c9809a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9809a


Comments

No comments written yet.

Please login to write comment.