Color Hex Logo

#c96579 Color Hex

#C96579
(201,101,121)
0 Favorites   0 Comments

Color spaces of #c96579

RGB 201101121
HSL0.970.480.59
HSV348°50°79°
CMYK 0.000.500.40   0.21
XYZ32.192323.105320.8522
Yxy23.10530.42270.3034
Hunter Lab48.068035.42697.9272
CIE-Lab55.180641.71777.4435

#c96579 color RGB value is (201,101,121).

#c96579 hex color red value is 201, green value is 101 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c96579 hue: 0.97 , saturation: 0.48 and the lightness value of c96579 is 0.59.

The process color (four color CMYK) of #c96579 color hex is 0.00, 0.50, 0.40, 0.21. Web safe color of #c96579 is #cc6666. Color #c96579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 01111001
Octal 311 145 171
Decimal 201 101 121
Hex C9 65 79

RGB Percentages of Color #c96579

%47.52
%23.88
%28.61

CMYK Percentages of Color #c96579

%0
%50
%40
%21

Triadic Colors of #c96579

#c96579 #79c965 #6579c9

Analogous Colors of #c96579

#c96579 #c98365 #c965ab

Monochromatic Colors of #c96579

#c96579

Complementary Color

#c96579 #65c9b5

#c96579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96579 Color CSS Codes

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

#c96579 Text Font Color

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

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


#c96579 Background Color

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

This div background color is #c96579


#c96579 Border Color

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

This div border color is #c96579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96579


Comments

No comments written yet.

Please login to write comment.