color codes Logo

#c2596d color codes

#C2596D
(194,89,109)
0 Favorites   0 Comments

Color spaces of #c2596d

RGB 19489109
HSL0.970.460.55
HSV349°54°76°
CMYK 0.000.540.44   0.24
XYZ28.580819.718216.7676
Yxy19.71820.43930.3030
Hunter Lab44.405237.18018.6954
CIE-Lab51.517143.95539.2074

#c2596d color RGB value is (194,89,109).

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

The process color (four color CMYK) of #c2596d color code is 0.00, 0.54, 0.44, 0.24. Web safe color of #c2596d is #cc6666. Color #c2596d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011001 01101101
Octal 302 131 155
Decimal 194 89 109
Hex C2 59 6D

RGB Percentages of Color #c2596d

%49.49
%22.70
%27.81

CMYK Percentages of Color #c2596d

%0
%54
%44
%24

Triadic Colors of #c2596d

#c2596d #6dc259 #596dc2

Analogous Colors of #c2596d

#c2596d #c27a59 #c259a2

Monochromatic Colors of #c2596d

#c2596d

Complementary Color

#c2596d #59c2ae

#c2596d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2596d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2596d Color CSS Codes

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

#c2596d Text Font Color

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

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


#c2596d Background Color

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

This div background color is #c2596d


#c2596d Border Color

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

This div border color is #c2596d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2596d


Comments

No comments written yet.

Please login to write comment.