Color Hex Logo

#c9859a Color Hex

#C9859A
(201,133,154)
0 Favorites   0 Comments

Color spaces of #c9859a

RGB 201133154
HSL0.950.390.65
HSV341°34°79°
CMYK 0.000.340.23   0.21
XYZ38.307731.525734.6379
Yxy31.52570.36670.3018
Hunter Lab56.147823.52592.7271
CIE-Lab62.948929.0368-0.4109

#c9859a color RGB value is (201,133,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000101 10011010
Octal 311 205 232
Decimal 201 133 154
Hex C9 85 9A

RGB Percentages of Color #c9859a

%41.19
%27.25
%31.56

CMYK Percentages of Color #c9859a

%0
%34
%23
%21

Triadic Colors of #c9859a

#c9859a #9ac985 #859ac9

Analogous Colors of #c9859a

#c9859a #c99285 #c985bc

Monochromatic Colors of #c9859a

#c9859a

Complementary Color

#c9859a #85c9b4

#c9859a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9859a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9859a Color CSS Codes

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

#c9859a Text Font Color

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

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


#c9859a Background Color

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

This div background color is #c9859a


#c9859a Border Color

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

This div border color is #c9859a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9859a


Comments

No comments written yet.

Please login to write comment.