COLOR #C59699

HEX: #C59699
RGB: (197,150,153)

Color info

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

RGB color model

#C59699 color RGB value is (197,150,153).

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

RGB channels and saturation

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

197
150
153

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

Portions of RGB colors in percentages

R + G + B =
197 + 150 + 153 = 500 (100%)
R 197 of 500 ~ 39.4%
G 150 of 500 ~ 30%
B 153 of 500 ~ 30.6%

%39.4
%30
%30.6

CMYK color model

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

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

CMYK percentages

%0
%23.86
%22.34
%22.75

Codes

Color #C59699 in popluar color models

C59699
RGB197150153
HSL356°28.83%68.04%
HSB/HSV356°23.86%77.25%
CMYK0.00%23.86%22.34%
22.75%

Color #C59699 in popluar number systems.

HEXC59699
Decimal197150153
Binary110001011001011010011001
Octal305226231

Shades and tints

Shades of #C59699

#C59699
(197,150,153)
#B4898C
(180,137,140)
#A37C7F
(163,124,127)
#926F72
(146,111,114)
#816265
(129,98,101)
#705558
(112,85,88)
#5F484B
(95,72,75)
#4E3B3E
(78,59,62)
#3D2E31
(61,46,49)
#2C2124
(44,33,36)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #C59699

#C59699
(197,150,153)
#CA9FA2
(202,159,162)
#CFA8AB
(207,168,171)
#D4B1B4
(212,177,180)
#D9BABD
(217,186,189)
#DEC3C6
(222,195,198)
#E3CCCF
(227,204,207)
#E8D5D8
(232,213,216)
#EDDEE1
(237,222,225)
#F2E7EA
(242,231,234)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59699; }

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

This text font color is #C59699.


Background Color

.myBgColor { background-color: #C59699; }

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

This div background color is #C59699.


Border color

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

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

This div border color is #C59699.


Opacity

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

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

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

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

This text has shadow with #C59699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59699 on black background.


Color preview on white background

This text has color #C59699 on white background.



Black color preview on #C59699 background

This text has black color on #C59699 background.


White color preview on #C59699 background

This text has white color on #C59699 background.