COLOR #C59E99

HEX: #C59E99 RGB: (197,158,153)

Color info

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

RGB color model

#C59E99 color RGB value is (197,158,153).

RGB: (197,158,153) (77%, 62%, 60%)

RGB channels and saturation

R 197 of 255 = 77%
G 158 of 255 = 62%
B 153 of 255 = 60%

197
158
153

R + G + B ~ 66%. #C59E99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 158 + 153 = 508 (100%)
R 197 of 508 ~ 38.78%
G 158 of 508 ~ 31.1%
B 153 of 508 ~ 30.12'%

%38.78
%31.1
%30.12

CMYK color model

#C59E99 color CMYK value is (0,20,22,23).

  • cyan value is 0.00%
  • magenta value is 19.80%
  • yellow value is 22.34%
  • key color value is 22.75%

CMYK: (0,20,22,23)
C0M20Y22K23 (0%, 20%, 22%, 23%)
(0.00 / 0.20 / 0.22 / 0.23)

CMYK percentages

%0
%19.8
%22.34
%22.75

Codes

Color #C59E99 in popluar color models

C5 9E 99
RGB 197 158 153
HSL 27.50% 68.63%
HSB/HSV 22.34% 77.25%
CMYK 0.00% 19.80% 22.34%
22.75%

Color #C59E99 in popluar number systems.

HEX C5 9E 99
Decimal 197 158 153
Binary 11000101 10011110 10011001
Octal 305 236 231

Shades and tints

Shades of #C59E99

#C59E99
(197,158,153)
#B4908C
(180,144,140)
#A3827F
(163,130,127)
#927472
(146,116,114)
#816665
(129,102,101)
#705858
(112,88,88)
#5F4A4B
(95,74,75)
#4E3C3E
(78,60,62)
#3D2E31
(61,46,49)
#2C2024
(44,32,36)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #C59E99

#C59E99
(197,158,153)
#CAA6A2
(202,166,162)
#CFAEAB
(207,174,171)
#D4B6B4
(212,182,180)
#D9BEBD
(217,190,189)
#DEC6C6
(222,198,198)
#E3CECF
(227,206,207)
#E8D6D8
(232,214,216)
#EDDEE1
(237,222,225)
#F2E6EA
(242,230,234)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59E99; }

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

This text font color is #C59E99.

Background Color

.myBgColor { background-color: #C59E99; }

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

This div background color is #C59E99.

Border color

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

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

This div border color is #C59E99.

Opacity

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

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

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

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

This text has shadow with #C59E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59E99.

Preview

Color preview on black background

This text has color #C59E99 on black background.


Color preview on white background

This text has color #C59E99 on white background.


Black color preview on #C59E99 background

This text has black color on #C59E99 background.


White color preview on #C59E99 background

This text has white color on #C59E99 background.


Related colors

Complementary color

Complementary color for #hex is #3A6166.


I love getcolorcode.com

Triadic colors

1 #99C59E and #9E99C5 with #C59E99 are triadic colors.

2 #999EC5 and #9EC599 with #C59E99 are triadic colors.