Color Hex Logo

#c9596d Color Hex

#C9596D
(201,89,109)
0 Favorites   0 Comments

Color spaces of #c9596d

RGB 20189109
HSL0.970.510.57
HSV349°56°79°
CMYK 0.000.560.46   0.21
XYZ30.420120.666416.8537
Yxy20.66640.44770.3042
Hunter Lab45.460339.88909.8414
CIE-Lab52.582446.400210.8611

#c9596d color RGB value is (201,89,109).

#c9596d hex color red value is 201, green value is 89 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c9596d hue: 0.97 , saturation: 0.51 and the lightness value of c9596d is 0.57.

The process color (four color CMYK) of #c9596d color hex is 0.00, 0.56, 0.46, 0.21. Web safe color of #c9596d is #cc6666. Color #c9596d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011001 01101101
Octal 311 131 155
Decimal 201 89 109
Hex C9 59 6D

RGB Percentages of Color #c9596d

%50.38
%22.31
%27.32

CMYK Percentages of Color #c9596d

%0
%56
%46
%21

Triadic Colors of #c9596d

#c9596d #6dc959 #596dc9

Analogous Colors of #c9596d

#c9596d #c97d59 #c959a5

Monochromatic Colors of #c9596d

#c9596d

Complementary Color

#c9596d #59c9b5

#c9596d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9596d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9596d Color CSS Codes

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

#c9596d Text Font Color

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

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


#c9596d Background Color

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

This div background color is #c9596d


#c9596d Border Color

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

This div border color is #c9596d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9596d

#c9596d Color Palettes


Comments

No comments written yet.

Please login to write comment.