COLOR #C59698

HEX: #C59698
RGB: (197,150,152)

Color info

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

RGB color model

#C59698 color RGB value is (197,150,152).

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

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 152 of 255 = 60%

197
150
152

R + G + B ~ 65%. #C59698 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 150 + 152 = 499 (100%)
R 197 of 499 ~ 39.48%
G 150 of 499 ~ 30.06%
B 152 of 499 ~ 30.46%

%39.48
%30.06
%30.46

CMYK color model

#C59698 color CMYK value is (0,24,23,23).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 22.84%
  • key color value is 22.75%
CMYK:
(0,24,23,23)
C0M24Y23K23 
(0%,24%,23%,23%)
(0.00/0.24/0.23/0.23)	

CMYK percentages

%0
%23.86
%22.84
%22.75

Codes

Color #C59698 in popluar color models

C59698
RGB197150152
HSL357°28.83%68.04%
HSB/HSV357°23.86%77.25%
CMYK0.00%23.86%22.84%
22.75%

Color #C59698 in popluar number systems.

HEXC59698
Decimal197150152
Binary110001011001011010011000
Octal305226230

Shades and tints

Shades of #C59698

#C59698
(197,150,152)
#B4898B
(180,137,139)
#A37C7E
(163,124,126)
#926F71
(146,111,113)
#816264
(129,98,100)
#705557
(112,85,87)
#5F484A
(95,72,74)
#4E3B3D
(78,59,61)
#3D2E30
(61,46,48)
#2C2123
(44,33,35)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #C59698

#C59698
(197,150,152)
#CA9FA1
(202,159,161)
#CFA8AA
(207,168,170)
#D4B1B3
(212,177,179)
#D9BABC
(217,186,188)
#DEC3C5
(222,195,197)
#E3CCCE
(227,204,206)
#E8D5D7
(232,213,215)
#EDDEE0
(237,222,224)
#F2E7E9
(242,231,233)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59698; }

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

This text font color is #C59698.


Background Color

.myBgColor { background-color: #C59698; }

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

This div background color is #C59698.


Border color

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

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

This div border color is #C59698.


Opacity

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

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

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

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

This text has shadow with #C59698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59698 on black background.


Color preview on white background

This text has color #C59698 on white background.



Black color preview on #C59698 background

This text has black color on #C59698 background.


White color preview on #C59698 background

This text has white color on #C59698 background.