Color Hex Logo

#c9868f Color Hex

#C9868F
(201,134,143)
0 Favorites   0 Comments

Color spaces of #c9868f

RGB 201134143
HSL0.980.380.66
HSV352°33°79°
CMYK 0.000.330.29   0.21
XYZ37.570431.450930.0770
Yxy31.45090.37910.3174
Hunter Lab56.081121.44057.4588
CIE-Lab62.886426.92135.7580

#c9868f color RGB value is (201,134,143).

#c9868f hex color red value is 201, green value is 134 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c9868f hue: 0.98 , saturation: 0.38 and the lightness value of c9868f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000110 10001111
Octal 311 206 217
Decimal 201 134 143
Hex C9 86 8F

RGB Percentages of Color #c9868f

%42.05
%28.03
%29.92

CMYK Percentages of Color #c9868f

%0
%33
%29
%21

Triadic Colors of #c9868f

#c9868f #8fc986 #868fc9

Analogous Colors of #c9868f

#c9868f #c99f86 #c986b1

Monochromatic Colors of #c9868f

#c9868f

Complementary Color

#c9868f #86c9c0

#c9868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9868f Color CSS Codes

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

#c9868f Text Font Color

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

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


#c9868f Background Color

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

This div background color is #c9868f


#c9868f Border Color

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

This div border color is #c9868f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9868f


Comments

No comments written yet.

Please login to write comment.