COLOR #C59999

HEX: #C59999
RGB: (197,153,153)

Color info

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

RGB color model

#C59999 color RGB value is (197,153,153).

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

RGB channels and saturation

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

197
153
153

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

Portions of RGB colors in percentages

R + G + B =
197 + 153 + 153 = 503 (100%)
R 197 of 503 ~ 39.17%
G 153 of 503 ~ 30.42%
B 153 of 503 ~ 30.42%

%39.17
%30.42
%30.42

CMYK color model

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

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

CMYK percentages

%0
%22.34
%22.34
%22.75

Codes

Color #C59999 in popluar color models

C59999
RGB197153153
HSL27.50%68.63%
HSB/HSV22.34%77.25%
CMYK0.00%22.34%22.34%
22.75%

Color #C59999 in popluar number systems.

HEXC59999
Decimal197153153
Binary110001011001100110011001
Octal305231231

Shades and tints

Shades of #C59999

#C59999
(197,153,153)
#B48C8C
(180,140,140)
#A37F7F
(163,127,127)
#927272
(146,114,114)
#816565
(129,101,101)
#705858
(112,88,88)
#5F4B4B
(95,75,75)
#4E3E3E
(78,62,62)
#3D3131
(61,49,49)
#2C2424
(44,36,36)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C59999

#C59999
(197,153,153)
#CAA2A2
(202,162,162)
#CFABAB
(207,171,171)
#D4B4B4
(212,180,180)
#D9BDBD
(217,189,189)
#DEC6C6
(222,198,198)
#E3CFCF
(227,207,207)
#E8D8D8
(232,216,216)
#EDE1E1
(237,225,225)
#F2EAEA
(242,234,234)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59999; }

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

This text font color is #C59999.


Background Color

.myBgColor { background-color: #C59999; }

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

This div background color is #C59999.


Border color

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

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

This div border color is #C59999.


Opacity

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

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

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

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

This text has shadow with #C59999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59999 on black background.


Color preview on white background

This text has color #C59999 on white background.



Black color preview on #C59999 background

This text has black color on #C59999 background.


White color preview on #C59999 background

This text has white color on #C59999 background.