COLOR #C59990

HEX: #C59990
RGB: (197,153,144)

Color info

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

RGB color model

#C59990 color RGB value is (197,153,144).

  • red value is 197;
  • green value is 153;
  • blue value is 144.
RGB:
(197,153,144)
(77%,60%,56%)

RGB channels and saturation

R 197 of 255 = 77%
G 153 of 255 = 60%
B 144 of 255 = 56%

197
153
144

R + G + B ~ 64%. #C59990 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 153 + 144 = 494 (100%)
R 197 of 494 ~ 39.88%
G 153 of 494 ~ 30.97%
B 144 of 494 ~ 29.15%

%39.88
%30.97
%29.15

CMYK color model

#C59990 color CMYK value is (0,22,27,23).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK:
(0,22,27,23)
C0M22Y27K23 
(0%,22%,27%,23%)
(0.00/0.22/0.27/0.23)	

CMYK percentages

%0
%22.34
%26.9
%22.75

Codes

Color #C59990 in popluar color models

C59990
RGB197153144
HSL10°31.36%66.86%
HSB/HSV10°26.90%77.25%
CMYK0.00%22.34%26.90%
22.75%

Color #C59990 in popluar number systems.

HEXC59990
Decimal197153144
Binary110001011001100110010000
Octal305231220

Shades and tints

Shades of #C59990

#C59990
(197,153,144)
#B48C83
(180,140,131)
#A37F76
(163,127,118)
#927269
(146,114,105)
#81655C
(129,101,92)
#70584F
(112,88,79)
#5F4B42
(95,75,66)
#4E3E35
(78,62,53)
#3D3128
(61,49,40)
#2C241B
(44,36,27)
#1B170E
(27,23,14)
#000000
(0,0,0)

Tints of #C59990

#C59990
(197,153,144)
#CAA29A
(202,162,154)
#CFABA4
(207,171,164)
#D4B4AE
(212,180,174)
#D9BDB8
(217,189,184)
#DEC6C2
(222,198,194)
#E3CFCC
(227,207,204)
#E8D8D6
(232,216,214)
#EDE1E0
(237,225,224)
#F2EAEA
(242,234,234)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59990; }

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

This text font color is #C59990.


Background Color

.myBgColor { background-color: #C59990; }

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

This div background color is #C59990.


Border color

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

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

This div border color is #C59990.


Opacity

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

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

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

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

This text has shadow with #C59990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59990 on black background.


Color preview on white background

This text has color #C59990 on white background.



Black color preview on #C59990 background

This text has black color on #C59990 background.


White color preview on #C59990 background

This text has white color on #C59990 background.