Color Hex Logo

#c96e81 Color Hex

#C96E81
(201,110,129)
0 Favorites   0 Comments

Color spaces of #c96e81

RGB 201110129
HSL0.970.460.61
HSV347°45°79°
CMYK 0.000.450.36   0.21
XYZ33.625825.154323.8519
Yxy25.15430.40690.3044
Hunter Lab50.154131.90576.9111
CIE-Lab57.225538.00225.6868

#c96e81 color RGB value is (201,110,129).

#c96e81 hex color red value is 201, green value is 110 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #c96e81 hue: 0.97 , saturation: 0.46 and the lightness value of c96e81 is 0.61.

The process color (four color CMYK) of #c96e81 color hex is 0.00, 0.45, 0.36, 0.21. Web safe color of #c96e81 is #cc6699. Color #c96e81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101110 10000001
Octal 311 156 201
Decimal 201 110 129
Hex C9 6E 81

RGB Percentages of Color #c96e81

%45.68
%25.00
%29.32

CMYK Percentages of Color #c96e81

%0
%45
%36
%21

Triadic Colors of #c96e81

#c96e81 #81c96e #6e81c9

Analogous Colors of #c96e81

#c96e81 #c9896e #c96eaf

Monochromatic Colors of #c96e81

#c96e81

Complementary Color

#c96e81 #6ec9b6

#c96e81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96e81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96e81 Color CSS Codes

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

#c96e81 Text Font Color

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

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


#c96e81 Background Color

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

This div background color is #c96e81


#c96e81 Border Color

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

This div border color is #c96e81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96e81


Comments

No comments written yet.

Please login to write comment.