Color Hex Logo

#c9899f Color Hex

#C9899F
(201,137,159)
0 Favorites   0 Comments

Color spaces of #c9899f

RGB 201137159
HSL0.940.370.66
HSV339°32°79°
CMYK 0.000.320.21   0.21
XYZ39.291132.812037.0634
Yxy32.81200.35990.3006
Hunter Lab57.281822.19491.7344
CIE-Lab64.008427.6039-1.6994

#c9899f color RGB value is (201,137,159).

#c9899f hex color red value is 201, green value is 137 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c9899f hue: 0.94 , saturation: 0.37 and the lightness value of c9899f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001001 10011111
Octal 311 211 237
Decimal 201 137 159
Hex C9 89 9F

RGB Percentages of Color #c9899f

%40.44
%27.57
%31.99

CMYK Percentages of Color #c9899f

%0
%32
%21
%21

Triadic Colors of #c9899f

#c9899f #9fc989 #899fc9

Analogous Colors of #c9899f

#c9899f #c99389 #c989bf

Monochromatic Colors of #c9899f

#c9899f

Complementary Color

#c9899f #89c9b3

#c9899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9899f Color CSS Codes

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

#c9899f Text Font Color

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

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


#c9899f Background Color

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

This div background color is #c9899f


#c9899f Border Color

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

This div border color is #c9899f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,137,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9899f


Comments

No comments written yet.

Please login to write comment.