COLOR #C59FAC

HEX: #C59FAC RGB: (197,159,172)

Color info

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

RGB color model

#C59FAC color RGB value is (197,159,172).

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

RGB channels and saturation

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

197
159
172

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

Portions of RGB colors in percentages

R + G + B = 197 + 159 + 172 = 528 (100%)
R 197 of 528 ~ 37.31%
G 159 of 528 ~ 30.11%
B 172 of 528 ~ 32.58'%

%37.31
%30.11
%32.58

CMYK color model

#C59FAC color CMYK value is (0,19,13,23).

  • cyan value is 0.00%
  • magenta value is 19.29%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK: (0,19,13,23) C0M19Y13K23 (0%,19%,13%,23%) (0.00/0.19/0.13/0.23) 

CMYK percentages

%0
%19.29
%12.69
%22.75

Codes

Color #C59FAC in popluar color models

C5 9F AC
RGB 197 159 172
HSL 339° 24.68% 69.80%
HSB/HSV 339° 19.29% 77.25%
CMYK 0.00% 19.29% 12.69%
22.75%

Color #C59FAC in popluar number systems.

HEX C5 9F AC
Decimal 197 159 172
Binary 11000101 10011111 10101100
Octal 305 237 254

Shades and tints

Shades of #C59FAC

#C59FAC
(197,159,172)
#B4919D
(180,145,157)
#A3838E
(163,131,142)
#92757F
(146,117,127)
#816770
(129,103,112)
#705961
(112,89,97)
#5F4B52
(95,75,82)
#4E3D43
(78,61,67)
#3D2F34
(61,47,52)
#2C2125
(44,33,37)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #C59FAC

#C59FAC
(197,159,172)
#CAA7B3
(202,167,179)
#CFAFBA
(207,175,186)
#D4B7C1
(212,183,193)
#D9BFC8
(217,191,200)
#DEC7CF
(222,199,207)
#E3CFD6
(227,207,214)
#E8D7DD
(232,215,221)
#EDDFE4
(237,223,228)
#F2E7EB
(242,231,235)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59FAC; }

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

This text font color is #C59FAC.

Background Color

.myBgColor { background-color: #C59FAC; }

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

This div background color is #C59FAC.

Border color

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

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

This div border color is #C59FAC.

Opacity

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

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

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

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

This text has shadow with #C59FAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59FAC.

Preview

Color preview on black background

This text has color #C59FAC on black background.


Color preview on white background

This text has color #C59FAC on white background.


Black color preview on #C59FAC background

This text has black color on #C59FAC background.


White color preview on #C59FAC background

This text has white color on #C59FAC background.


Related colors

Complementary color

Complementary color for #hex is #3A6053.


I love getcolorcode.com

Triadic colors

1 #ACC59F and #9FACC5 with #C59FAC are triadic colors.

2 #AC9FC5 and #9FC5AC with #C59FAC are triadic colors.