Color Hex Logo

#c8959a Color Hex

#C8959A
(200,149,154)
0 Favorites   0 Comments

Color spaces of #c8959a

RGB 200149154
HSL0.980.320.68
HSV354°26°78°
CMYK 0.000.260.23   0.22
XYZ40.399636.107335.4120
Yxy36.10730.36100.3226
Hunter Lab60.089414.85377.1216
CIE-Lab66.601819.89564.8777

#c8959a color RGB value is (200,149,154).

#c8959a hex color red value is 200, green value is 149 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c8959a hue: 0.98 , saturation: 0.32 and the lightness value of c8959a is 0.68.

The process color (four color CMYK) of #c8959a color hex is 0.00, 0.26, 0.23, 0.22. Web safe color of #c8959a is #cc9999. Color #c8959a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010101 10011010
Octal 310 225 232
Decimal 200 149 154
Hex C8 95 9A

RGB Percentages of Color #c8959a

%39.76
%29.62
%30.62

CMYK Percentages of Color #c8959a

%0
%26
%23
%22

Triadic Colors of #c8959a

#c8959a #9ac895 #959ac8

Analogous Colors of #c8959a

#c8959a #c8aa95 #c895b4

Monochromatic Colors of #c8959a

#c8959a

Complementary Color

#c8959a #95c8c3

#c8959a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8959a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8959a Color CSS Codes

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

#c8959a Text Font Color

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

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


#c8959a Background Color

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

This div background color is #c8959a


#c8959a Border Color

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

This div border color is #c8959a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8959a


Comments

No comments written yet.

Please login to write comment.