COLOR #C59EA2

HEX: #C59EA2 RGB: (197,158,162)

Color info

#C59EA2 contains red, green and blue colors in about the same proportion. Web safe color of #C59EA2 is #CC9999 (or #C99).

RGB color model

#C59EA2 color RGB value is (197,158,162).

RGB: (197,158,162) (77%, 62%, 64%)

RGB channels and saturation

R 197 of 255 = 77%
G 158 of 255 = 62%
B 162 of 255 = 64%

197
158
162

R + G + B ~ 68%. #C59EA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 158 + 162 = 517 (100%)
R 197 of 517 ~ 38.1%
G 158 of 517 ~ 30.56%
B 162 of 517 ~ 31.33'%

%38.1
%30.56
%31.33

CMYK color model

#C59EA2 color CMYK value is (0,20,18,23).

  • cyan value is 0.00%
  • magenta value is 19.80%
  • yellow value is 17.77%
  • key color value is 22.75%
CMYK: (0,20,18,23) C0M20Y18K23 (0%,20%,18%,23%) (0.00/0.20/0.18/0.23) 

CMYK percentages

%0
%19.8
%17.77
%22.75

Codes

Color #C59EA2 in popluar color models

C5 9E A2
RGB 197 158 162
HSL 354° 25.16% 69.61%
HSB/HSV 354° 19.80% 77.25%
CMYK 0.00% 19.80% 17.77%
22.75%

Color #C59EA2 in popluar number systems.

HEX C5 9E A2
Decimal 197 158 162
Binary 11000101 10011110 10100010
Octal 305 236 242

Shades and tints

Shades of #C59EA2

#C59EA2
(197,158,162)
#B49094
(180,144,148)
#A38286
(163,130,134)
#927478
(146,116,120)
#81666A
(129,102,106)
#70585C
(112,88,92)
#5F4A4E
(95,74,78)
#4E3C40
(78,60,64)
#3D2E32
(61,46,50)
#2C2024
(44,32,36)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #C59EA2

#C59EA2
(197,158,162)
#CAA6AA
(202,166,170)
#CFAEB2
(207,174,178)
#D4B6BA
(212,182,186)
#D9BEC2
(217,190,194)
#DEC6CA
(222,198,202)
#E3CED2
(227,206,210)
#E8D6DA
(232,214,218)
#EDDEE2
(237,222,226)
#F2E6EA
(242,230,234)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59EA2 color. Also use rgb(197,158,162) instead hex code.

Text Font Color

.myTextColor { color: #C59EA2; }

<p style="color:#C59EA2">This sample text font color is #C59EA2.</p>

This text font color is #C59EA2.

Background Color

.myBgColor { background-color: #C59EA2; }

<div style="background-color:#C59EA2">Inner text</div>

This div background color is #C59EA2.

Border color

.myBorderColor { border: 1px solid #C59EA2; }

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

This div border color is #C59EA2.

Opacity

.myOpacity80 { color: #C59EA2; opacity: 0.8; }

<p style="color:#C59EA2;opacity:0.8;">80%</p>

Text with #C59EA2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C59EA2;}

<p style="text-shadow: 3px 3px 1px #C59EA2">Text here.</p>

This text has shadow with #C59EA2 color.


.textShadow {text-shadow: 3px 3px 1px #C59EA2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C59EA2, 5px 5px 20px red">Text here.</p>

This text has shadow with #C59EA2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C59EA2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C59EA2, Direction=45, Strength=4)">Text</p>

This text has shadow with #C59EA2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C59EA2;
-webkit-box-shadow: 1px 1px 3px 2px #C59EA2;
box-shadow: 1px 1px 3px 2px #C59EA2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C59EA2; -webkit-box-shadow: 1px 1px 3px 2px #C59EA2; box-shadow:1px 1px 3px 2px #C59EA2;">
Div content here
</div>

This div box has shadow with color #C59EA2.

Preview

Color preview on black background

This text has color #C59EA2 on black background.


Color preview on white background

This text has color #C59EA2 on white background.


Black color preview on #C59EA2 background

This text has black color on #C59EA2 background.


White color preview on #C59EA2 background

This text has white color on #C59EA2 background.


Related colors

Complementary color

Complementary color for #hex is #3A615D.


I love getcolorcode.com

Triadic colors

1 #A2C59E and #9EA2C5 with #C59EA2 are triadic colors.

2 #A29EC5 and #9EC5A2 with #C59EA2 are triadic colors.