COLOR #C59190

HEX: #C59190
RGB: (197,145,144)

Color info

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

RGB color model

#C59190 color RGB value is (197,145,144).

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

RGB channels and saturation

R 197 of 255 = 77%
G 145 of 255 = 57%
B 144 of 255 = 56%

197
145
144

R + G + B ~ 63%. #C59190 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 145 + 144 = 486 (100%)
R 197 of 486 ~ 40.53%
G 145 of 486 ~ 29.84%
B 144 of 486 ~ 29.63%

%40.53
%29.84
%29.63

CMYK color model

#C59190 color CMYK value is (0,26,27,23).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK:
(0,26,27,23)
C0M26Y27K23 
(0%,26%,27%,23%)
(0.00/0.26/0.27/0.23)	

CMYK percentages

%0
%26.4
%26.9
%22.75

Codes

Color #C59190 in popluar color models

C59190
RGB197145144
HSL31.36%66.86%
HSB/HSV26.90%77.25%
CMYK0.00%26.40%26.90%
22.75%

Color #C59190 in popluar number systems.

HEXC59190
Decimal197145144
Binary110001011001000110010000
Octal305221220

Shades and tints

Shades of #C59190

#C59190
(197,145,144)
#B48483
(180,132,131)
#A37776
(163,119,118)
#926A69
(146,106,105)
#815D5C
(129,93,92)
#70504F
(112,80,79)
#5F4342
(95,67,66)
#4E3635
(78,54,53)
#3D2928
(61,41,40)
#2C1C1B
(44,28,27)
#1B0F0E
(27,15,14)
#000000
(0,0,0)

Tints of #C59190

#C59190
(197,145,144)
#CA9B9A
(202,155,154)
#CFA5A4
(207,165,164)
#D4AFAE
(212,175,174)
#D9B9B8
(217,185,184)
#DEC3C2
(222,195,194)
#E3CDCC
(227,205,204)
#E8D7D6
(232,215,214)
#EDE1E0
(237,225,224)
#F2EBEA
(242,235,234)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59190; }

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

This text font color is #C59190.


Background Color

.myBgColor { background-color: #C59190; }

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

This div background color is #C59190.


Border color

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

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

This div border color is #C59190.


Opacity

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

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

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

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

This text has shadow with #C59190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59190 on black background.


Color preview on white background

This text has color #C59190 on white background.



Black color preview on #C59190 background

This text has black color on #C59190 background.


White color preview on #C59190 background

This text has white color on #C59190 background.