COLOR #C59AA6

HEX: #C59AA6 RGB: (197,154,166)

Color info

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

RGB color model

#C59AA6 color RGB value is (197,154,166).

RGB: (197,154,166) (77%, 60%, 65%)

RGB channels and saturation

R 197 of 255 = 77%
G 154 of 255 = 60%
B 166 of 255 = 65%

197
154
166

R + G + B ~ 67%. #C59AA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 154 + 166 = 517 (100%)
R 197 of 517 ~ 38.1%
G 154 of 517 ~ 29.79%
B 166 of 517 ~ 32.11'%

%38.1
%29.79
%32.11

CMYK color model

#C59AA6 color CMYK value is (0,22,16,23).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 15.74%
  • key color value is 22.75%

CMYK: (0,22,16,23)
C0M22Y16K23 (0%, 22%, 16%, 23%)
(0.00 / 0.22 / 0.16 / 0.23)

CMYK percentages

%0
%21.83
%15.74
%22.75

Codes

Color #C59AA6 in popluar color models

C5 9A A6
RGB 197 154 166
HSL 343° 27.04% 68.82%
HSB/HSV 343° 21.83% 77.25%
CMYK 0.00% 21.83% 15.74%
22.75%

Color #C59AA6 in popluar number systems.

HEX C5 9A A6
Decimal 197 154 166
Binary 11000101 10011010 10100110
Octal 305 232 246

Shades and tints

Shades of #C59AA6

#C59AA6
(197,154,166)
#B48C97
(180,140,151)
#A37E88
(163,126,136)
#927079
(146,112,121)
#81626A
(129,98,106)
#70545B
(112,84,91)
#5F464C
(95,70,76)
#4E383D
(78,56,61)
#3D2A2E
(61,42,46)
#2C1C1F
(44,28,31)
#1B0E10
(27,14,16)
#000000
(0,0,0)

Tints of #C59AA6

#C59AA6
(197,154,166)
#CAA3AE
(202,163,174)
#CFACB6
(207,172,182)
#D4B5BE
(212,181,190)
#D9BEC6
(217,190,198)
#DEC7CE
(222,199,206)
#E3D0D6
(227,208,214)
#E8D9DE
(232,217,222)
#EDE2E6
(237,226,230)
#F2EBEE
(242,235,238)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59AA6 color. Also use rgb(197,154,166) instead hex code.

Text Font Color

.myTextColor { color: #C59AA6; }

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

This text font color is #C59AA6.

Background Color

.myBgColor { background-color: #C59AA6; }

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

This div background color is #C59AA6.

Border color

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

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

This div border color is #C59AA6.

Opacity

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

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

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

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

This text has shadow with #C59AA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59AA6.

Preview

Color preview on black background

This text has color #C59AA6 on black background.


Color preview on white background

This text has color #C59AA6 on white background.


Black color preview on #C59AA6 background

This text has black color on #C59AA6 background.


White color preview on #C59AA6 background

This text has white color on #C59AA6 background.


Related colors

Complementary color

Complementary color for #hex is #3A6559.


I love getcolorcode.com

Triadic colors

1 #A6C59A and #9AA6C5 with #C59AA6 are triadic colors.

2 #A69AC5 and #9AC5A6 with #C59AA6 are triadic colors.