COLOR #C59AAB

HEX: #C59AAB RGB: (197,154,171)

Color info

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

RGB color model

#C59AAB color RGB value is (197,154,171).

RGB: (197,154,171) (77%, 60%, 67%)

RGB channels and saturation

R 197 of 255 = 77%
G 154 of 255 = 60%
B 171 of 255 = 67%

197
154
171

R + G + B ~ 68%. #C59AAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 154 + 171 = 522 (100%)
R 197 of 522 ~ 37.74%
G 154 of 522 ~ 29.5%
B 171 of 522 ~ 32.76'%

%37.74
%29.5
%32.76

CMYK color model

#C59AAB color CMYK value is (0,22,13,23).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 13.20%
  • key color value is 22.75%
CMYK: (0,22,13,23) C0M22Y13K23 (0%,22%,13%,23%) (0.00/0.22/0.13/0.23) 

CMYK percentages

%0
%21.83
%13.2
%22.75

Codes

Color #C59AAB in popluar color models

C5 9A AB
RGB 197 154 171
HSL 336° 27.04% 68.82%
HSB/HSV 336° 21.83% 77.25%
CMYK 0.00% 21.83% 13.20%
22.75%

Color #C59AAB in popluar number systems.

HEX C5 9A AB
Decimal 197 154 171
Binary 11000101 10011010 10101011
Octal 305 232 253

Shades and tints

Shades of #C59AAB

#C59AAB
(197,154,171)
#B48C9C
(180,140,156)
#A37E8D
(163,126,141)
#92707E
(146,112,126)
#81626F
(129,98,111)
#705460
(112,84,96)
#5F4651
(95,70,81)
#4E3842
(78,56,66)
#3D2A33
(61,42,51)
#2C1C24
(44,28,36)
#1B0E15
(27,14,21)
#000000
(0,0,0)

Tints of #C59AAB

#C59AAB
(197,154,171)
#CAA3B2
(202,163,178)
#CFACB9
(207,172,185)
#D4B5C0
(212,181,192)
#D9BEC7
(217,190,199)
#DEC7CE
(222,199,206)
#E3D0D5
(227,208,213)
#E8D9DC
(232,217,220)
#EDE2E3
(237,226,227)
#F2EBEA
(242,235,234)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59AAB; }

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

This text font color is #C59AAB.

Background Color

.myBgColor { background-color: #C59AAB; }

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

This div background color is #C59AAB.

Border color

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

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

This div border color is #C59AAB.

Opacity

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

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

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

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

This text has shadow with #C59AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59AAB.

Preview

Color preview on black background

This text has color #C59AAB on black background.


Color preview on white background

This text has color #C59AAB on white background.


Black color preview on #C59AAB background

This text has black color on #C59AAB background.


White color preview on #C59AAB background

This text has white color on #C59AAB background.


Related colors

Complementary color

Complementary color for #hex is #3A6554.


I love getcolorcode.com

Triadic colors

1 #ABC59A and #9AABC5 with #C59AAB are triadic colors.

2 #AB9AC5 and #9AC5AB with #C59AAB are triadic colors.