COLOR #C5A0AA

HEX: #C5A0AA RGB: (197,160,170)

Color info

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

RGB color model

#C5A0AA color RGB value is (197,160,170).

RGB: (197,160,170) (77%, 63%, 67%)

RGB channels and saturation

R 197 of 255 = 77%
G 160 of 255 = 63%
B 170 of 255 = 67%

197
160
170

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

Portions of RGB colors in percentages

R + G + B = 197 + 160 + 170 = 527 (100%)
R 197 of 527 ~ 37.38%
G 160 of 527 ~ 30.36%
B 170 of 527 ~ 32.26'%

%37.38
%30.36
%32.26

CMYK color model

#C5A0AA color CMYK value is (0,19,14,23).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 13.71%
  • key color value is 22.75%

CMYK: (0,19,14,23)
C0M19Y14K23 (0%, 19%, 14%, 23%)
(0.00 / 0.19 / 0.14 / 0.23)

CMYK percentages

%0
%18.78
%13.71
%22.75

Codes

Color #C5A0AA in popluar color models

C5 A0 AA
RGB 197 160 170
HSL 344° 24.18% 70.00%
HSB/HSV 344° 18.78% 77.25%
CMYK 0.00% 18.78% 13.71%
22.75%

Color #C5A0AA in popluar number systems.

HEX C5 A0 AA
Decimal 197 160 170
Binary 11000101 10100000 10101010
Octal 305 240 252

Shades and tints

Shades of #C5A0AA

#C5A0AA
(197,160,170)
#B4929B
(180,146,155)
#A3848C
(163,132,140)
#92767D
(146,118,125)
#81686E
(129,104,110)
#705A5F
(112,90,95)
#5F4C50
(95,76,80)
#4E3E41
(78,62,65)
#3D3032
(61,48,50)
#2C2223
(44,34,35)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #C5A0AA

#C5A0AA
(197,160,170)
#CAA8B1
(202,168,177)
#CFB0B8
(207,176,184)
#D4B8BF
(212,184,191)
#D9C0C6
(217,192,198)
#DEC8CD
(222,200,205)
#E3D0D4
(227,208,212)
#E8D8DB
(232,216,219)
#EDE0E2
(237,224,226)
#F2E8E9
(242,232,233)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A0AA color. Also use rgb(197,160,170) instead hex code.

Text Font Color

.myTextColor { color: #C5A0AA; }

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

This text font color is #C5A0AA.

Background Color

.myBgColor { background-color: #C5A0AA; }

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

This div background color is #C5A0AA.

Border color

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

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

This div border color is #C5A0AA.

Opacity

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

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

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

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

This text has shadow with #C5A0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A0AA.

Preview

Color preview on black background

This text has color #C5A0AA on black background.


Color preview on white background

This text has color #C5A0AA on white background.


Black color preview on #C5A0AA background

This text has black color on #C5A0AA background.


White color preview on #C5A0AA background

This text has white color on #C5A0AA background.


Related colors

Complementary color

Complementary color for #hex is #3A5F55.


I love getcolorcode.com

Triadic colors

1 #AAC5A0 and #A0AAC5 with #C5A0AA are triadic colors.

2 #AAA0C5 and #A0C5AA with #C5A0AA are triadic colors.