COLOR #CCA2A0

HEX: #CCA2A0 RGB: (204,162,160)

Color info

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

RGB color model

#CCA2A0 color RGB value is (204,162,160).

RGB: (204,162,160) (80%, 64%, 63%)

RGB channels and saturation

R 204 of 255 = 80%
G 162 of 255 = 64%
B 160 of 255 = 63%

204
162
160

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

Portions of RGB colors in percentages

R + G + B = 204 + 162 + 160 = 526 (100%)
R 204 of 526 ~ 38.78%
G 162 of 526 ~ 30.8%
B 160 of 526 ~ 30.42'%

%38.78
%30.8
%30.42

CMYK color model

#CCA2A0 color CMYK value is (0,21,22,20).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 21.57%
  • key color value is 20.00%

CMYK: (0,21,22,20)
C0M21Y22K20 (0%, 21%, 22%, 20%)
(0.00 / 0.21 / 0.22 / 0.20)

CMYK percentages

%0
%20.59
%21.57
%20

Codes

Color #CCA2A0 in popluar color models

CC A2 A0
RGB 204 162 160
HSL 30.14% 71.37%
HSB/HSV 21.57% 80.00%
CMYK 0.00% 20.59% 21.57%
20.00%

Color #CCA2A0 in popluar number systems.

HEX CC A2 A0
Decimal 204 162 160
Binary 11001100 10100010 10100000
Octal 314 242 240

Shades and tints

Shades of #CCA2A0

#CCA2A0
(204,162,160)
#BA9492
(186,148,146)
#A88684
(168,134,132)
#967876
(150,120,118)
#846A68
(132,106,104)
#725C5A
(114,92,90)
#604E4C
(96,78,76)
#4E403E
(78,64,62)
#3C3230
(60,50,48)
#2A2422
(42,36,34)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #CCA2A0

#CCA2A0
(204,162,160)
#D0AAA8
(208,170,168)
#D4B2B0
(212,178,176)
#D8BAB8
(216,186,184)
#DCC2C0
(220,194,192)
#E0CAC8
(224,202,200)
#E4D2D0
(228,210,208)
#E8DAD8
(232,218,216)
#ECE2E0
(236,226,224)
#F0EAE8
(240,234,232)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA2A0 color. Also use rgb(204,162,160) instead hex code.

Text Font Color

.myTextColor { color: #CCA2A0; }

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

This text font color is #CCA2A0.

Background Color

.myBgColor { background-color: #CCA2A0; }

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

This div background color is #CCA2A0.

Border color

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

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

This div border color is #CCA2A0.

Opacity

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

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

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

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

This text has shadow with #CCA2A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA2A0.

Preview

Color preview on black background

This text has color #CCA2A0 on black background.


Color preview on white background

This text has color #CCA2A0 on white background.


Black color preview on #CCA2A0 background

This text has black color on #CCA2A0 background.


White color preview on #CCA2A0 background

This text has white color on #CCA2A0 background.


Related colors

Complementary color

Complementary color for #hex is #335D5F.


I love getcolorcode.com

Triadic colors

1 #A0CCA2 and #A2A0CC with #CCA2A0 are triadic colors.

2 #A0A2CC and #A2CCA0 with #CCA2A0 are triadic colors.