COLOR #C59191

HEX: #C59191
RGB: (197,145,145)

Color info

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

RGB color model

#C59191 color RGB value is (197,145,145).

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

RGB channels and saturation

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

197
145
145

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

Portions of RGB colors in percentages

R + G + B =
197 + 145 + 145 = 487 (100%)
R 197 of 487 ~ 40.45%
G 145 of 487 ~ 29.77%
B 145 of 487 ~ 29.77%

%40.45
%29.77
%29.77

CMYK color model

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

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

CMYK percentages

%0
%26.4
%26.4
%22.75

Codes

Color #C59191 in popluar color models

C59191
RGB197145145
HSL30.95%67.06%
HSB/HSV26.40%77.25%
CMYK0.00%26.40%26.40%
22.75%

Color #C59191 in popluar number systems.

HEXC59191
Decimal197145145
Binary110001011001000110010001
Octal305221221

Shades and tints

Shades of #C59191

#C59191
(197,145,145)
#B48484
(180,132,132)
#A37777
(163,119,119)
#926A6A
(146,106,106)
#815D5D
(129,93,93)
#705050
(112,80,80)
#5F4343
(95,67,67)
#4E3636
(78,54,54)
#3D2929
(61,41,41)
#2C1C1C
(44,28,28)
#1B0F0F
(27,15,15)
#000000
(0,0,0)

Tints of #C59191

#C59191
(197,145,145)
#CA9B9B
(202,155,155)
#CFA5A5
(207,165,165)
#D4AFAF
(212,175,175)
#D9B9B9
(217,185,185)
#DEC3C3
(222,195,195)
#E3CDCD
(227,205,205)
#E8D7D7
(232,215,215)
#EDE1E1
(237,225,225)
#F2EBEB
(242,235,235)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59191; }

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

This text font color is #C59191.


Background Color

.myBgColor { background-color: #C59191; }

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

This div background color is #C59191.


Border color

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

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

This div border color is #C59191.


Opacity

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

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

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

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

This text has shadow with #C59191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59191 on black background.


Color preview on white background

This text has color #C59191 on white background.



Black color preview on #C59191 background

This text has black color on #C59191 background.


White color preview on #C59191 background

This text has white color on #C59191 background.