COLOR #C59DAC

HEX: #C59DAC RGB: (197,157,172)

Color info

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

RGB color model

#C59DAC color RGB value is (197,157,172).

RGB: (197,157,172) (77%, 62%, 67%)

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 172 of 255 = 67%

197
157
172

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

Portions of RGB colors in percentages

R + G + B = 197 + 157 + 172 = 526 (100%)
R 197 of 526 ~ 37.45%
G 157 of 526 ~ 29.85%
B 172 of 526 ~ 32.7'%

%37.45
%29.85
%32.7

CMYK color model

#C59DAC color CMYK value is (0,20,13,23).

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK: (0,20,13,23) C0M20Y13K23 (0%,20%,13%,23%) (0.00/0.20/0.13/0.23) 

CMYK percentages

%0
%20.3
%12.69
%22.75

Codes

Color #C59DAC in popluar color models

C5 9D AC
RGB 197 157 172
HSL 338° 25.64% 69.41%
HSB/HSV 338° 20.30% 77.25%
CMYK 0.00% 20.30% 12.69%
22.75%

Color #C59DAC in popluar number systems.

HEX C5 9D AC
Decimal 197 157 172
Binary 11000101 10011101 10101100
Octal 305 235 254

Shades and tints

Shades of #C59DAC

#C59DAC
(197,157,172)
#B48F9D
(180,143,157)
#A3818E
(163,129,142)
#92737F
(146,115,127)
#816570
(129,101,112)
#705761
(112,87,97)
#5F4952
(95,73,82)
#4E3B43
(78,59,67)
#3D2D34
(61,45,52)
#2C1F25
(44,31,37)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #C59DAC

#C59DAC
(197,157,172)
#CAA5B3
(202,165,179)
#CFADBA
(207,173,186)
#D4B5C1
(212,181,193)
#D9BDC8
(217,189,200)
#DEC5CF
(222,197,207)
#E3CDD6
(227,205,214)
#E8D5DD
(232,213,221)
#EDDDE4
(237,221,228)
#F2E5EB
(242,229,235)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59DAC; }

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

This text font color is #C59DAC.

Background Color

.myBgColor { background-color: #C59DAC; }

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

This div background color is #C59DAC.

Border color

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

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

This div border color is #C59DAC.

Opacity

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

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

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

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

This text has shadow with #C59DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59DAC.

Preview

Color preview on black background

This text has color #C59DAC on black background.


Color preview on white background

This text has color #C59DAC on white background.


Black color preview on #C59DAC background

This text has black color on #C59DAC background.


White color preview on #C59DAC background

This text has white color on #C59DAC background.


Related colors

Complementary color

Complementary color for #hex is #3A6253.


I love getcolorcode.com

Triadic colors

1 #ACC59D and #9DACC5 with #C59DAC are triadic colors.

2 #AC9DC5 and #9DC5AC with #C59DAC are triadic colors.