COLOR #C59192

HEX: #C59192
RGB: (197,145,146)

Color info

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

RGB color model

#C59192 color RGB value is (197,145,146).

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

RGB channels and saturation

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

197
145
146

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

Portions of RGB colors in percentages

R + G + B =
197 + 145 + 146 = 488 (100%)
R 197 of 488 ~ 40.37%
G 145 of 488 ~ 29.71%
B 146 of 488 ~ 29.92%

%40.37
%29.71
%29.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 25.89%
  • 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
%25.89
%22.75

Codes

Color #C59192 in popluar color models

C59192
RGB197145146
HSL359°30.95%67.06%
HSB/HSV359°26.40%77.25%
CMYK0.00%26.40%25.89%
22.75%

Color #C59192 in popluar number systems.

HEXC59192
Decimal197145146
Binary110001011001000110010010
Octal305221222

Shades and tints

Shades of #C59192

#C59192
(197,145,146)
#B48485
(180,132,133)
#A37778
(163,119,120)
#926A6B
(146,106,107)
#815D5E
(129,93,94)
#705051
(112,80,81)
#5F4344
(95,67,68)
#4E3637
(78,54,55)
#3D292A
(61,41,42)
#2C1C1D
(44,28,29)
#1B0F10
(27,15,16)
#000000
(0,0,0)

Tints of #C59192

#C59192
(197,145,146)
#CA9B9B
(202,155,155)
#CFA5A4
(207,165,164)
#D4AFAD
(212,175,173)
#D9B9B6
(217,185,182)
#DEC3BF
(222,195,191)
#E3CDC8
(227,205,200)
#E8D7D1
(232,215,209)
#EDE1DA
(237,225,218)
#F2EBE3
(242,235,227)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59192; }

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

This text font color is #C59192.


Background Color

.myBgColor { background-color: #C59192; }

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

This div background color is #C59192.


Border color

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

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

This div border color is #C59192.


Opacity

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

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

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

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

This text has shadow with #C59192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59192 on black background.


Color preview on white background

This text has color #C59192 on white background.



Black color preview on #C59192 background

This text has black color on #C59192 background.


White color preview on #C59192 background

This text has white color on #C59192 background.