COLOR #C59FAF

HEX: #C59FAF
RGB: (197,159,175)

Color info

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

RGB color model

#C59FAF color RGB value is (197,159,175).

  • red value is 197;
  • green value is 159;
  • blue value is 175.
RGB:
(197,159,175)
(77%,62%,69%)

RGB channels and saturation

R 197 of 255 = 77%
G 159 of 255 = 62%
B 175 of 255 = 69%

197
159
175

R + G + B ~ 69%. #C59FAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 159 + 175 = 531 (100%)
R 197 of 531 ~ 37.1%
G 159 of 531 ~ 29.94%
B 175 of 531 ~ 32.96%

%37.1
%29.94
%32.96

CMYK color model

#C59FAF color CMYK value is (0,19,11,23).

  • cyan value is 0.00%
  • magenta value is 19.29%
  • yellow value is 11.17%
  • key color value is 22.75%
CMYK:
(0,19,11,23)
C0M19Y11K23 
(0%,19%,11%,23%)
(0.00/0.19/0.11/0.23)	

CMYK percentages

%0
%19.29
%11.17
%22.75

Codes

Color #C59FAF in popluar color models

C59FAF
RGB197159175
HSL335°24.68%69.80%
HSB/HSV335°19.29%77.25%
CMYK0.00%19.29%11.17%
22.75%

Color #C59FAF in popluar number systems.

HEXC59FAF
Decimal197159175
Binary110001011001111110101111
Octal305237257

Shades and tints

Shades of #C59FAF

#C59FAF
(197,159,175)
#B491A0
(180,145,160)
#A38391
(163,131,145)
#927582
(146,117,130)
#816773
(129,103,115)
#705964
(112,89,100)
#5F4B55
(95,75,85)
#4E3D46
(78,61,70)
#3D2F37
(61,47,55)
#2C2128
(44,33,40)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #C59FAF

#C59FAF
(197,159,175)
#CAA7B6
(202,167,182)
#CFAFBD
(207,175,189)
#D4B7C4
(212,183,196)
#D9BFCB
(217,191,203)
#DEC7D2
(222,199,210)
#E3CFD9
(227,207,217)
#E8D7E0
(232,215,224)
#EDDFE7
(237,223,231)
#F2E7EE
(242,231,238)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59FAF; }

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

This text font color is #C59FAF.


Background Color

.myBgColor { background-color: #C59FAF; }

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

This div background color is #C59FAF.


Border color

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

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

This div border color is #C59FAF.


Opacity

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

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

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

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

This text has shadow with #C59FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59FAF on black background.


Color preview on white background

This text has color #C59FAF on white background.



Black color preview on #C59FAF background

This text has black color on #C59FAF background.


White color preview on #C59FAF background

This text has white color on #C59FAF background.