COLOR #C59E90

HEX: #C59E90 RGB: (197,158,144)

Color info

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

RGB color model

#C59E90 color RGB value is (197,158,144).

RGB: (197,158,144) (77%, 62%, 56%)

RGB channels and saturation

R 197 of 255 = 77%
G 158 of 255 = 62%
B 144 of 255 = 56%

197
158
144

R + G + B ~ 65%. #C59E90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 158 + 144 = 499 (100%)
R 197 of 499 ~ 39.48%
G 158 of 499 ~ 31.66%
B 144 of 499 ~ 28.86'%

%39.48
%31.66
%28.86

CMYK color model

#C59E90 color CMYK value is (0,20,27,23).

  • cyan value is 0.00%
  • magenta value is 19.80%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK: (0,20,27,23) C0M20Y27K23 (0%,20%,27%,23%) (0.00/0.20/0.27/0.23) 

CMYK percentages

%0
%19.8
%26.9
%22.75

Codes

Color #C59E90 in popluar color models

C5 9E 90
RGB 197 158 144
HSL 16° 31.36% 66.86%
HSB/HSV 16° 26.90% 77.25%
CMYK 0.00% 19.80% 26.90%
22.75%

Color #C59E90 in popluar number systems.

HEX C5 9E 90
Decimal 197 158 144
Binary 11000101 10011110 10010000
Octal 305 236 220

Shades and tints

Shades of #C59E90

#C59E90
(197,158,144)
#B49083
(180,144,131)
#A38276
(163,130,118)
#927469
(146,116,105)
#81665C
(129,102,92)
#70584F
(112,88,79)
#5F4A42
(95,74,66)
#4E3C35
(78,60,53)
#3D2E28
(61,46,40)
#2C201B
(44,32,27)
#1B120E
(27,18,14)
#000000
(0,0,0)

Tints of #C59E90

#C59E90
(197,158,144)
#CAA69A
(202,166,154)
#CFAEA4
(207,174,164)
#D4B6AE
(212,182,174)
#D9BEB8
(217,190,184)
#DEC6C2
(222,198,194)
#E3CECC
(227,206,204)
#E8D6D6
(232,214,214)
#EDDEE0
(237,222,224)
#F2E6EA
(242,230,234)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59E90; }

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

This text font color is #C59E90.

Background Color

.myBgColor { background-color: #C59E90; }

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

This div background color is #C59E90.

Border color

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

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

This div border color is #C59E90.

Opacity

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

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

Text with #C59E90 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 #C59E90;}

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

This text has shadow with #C59E90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59E90.

Preview

Color preview on black background

This text has color #C59E90 on black background.


Color preview on white background

This text has color #C59E90 on white background.


Black color preview on #C59E90 background

This text has black color on #C59E90 background.


White color preview on #C59E90 background

This text has white color on #C59E90 background.


Related colors

Complementary color

Complementary color for #hex is #3A616F.


I love getcolorcode.com

Triadic colors

1 #90C59E and #9E90C5 with #C59E90 are triadic colors.

2 #909EC5 and #9EC590 with #C59E90 are triadic colors.