COLOR #CCA2A4

HEX: #CCA2A4
RGB: (204,162,164)

Color info

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

RGB color model

#CCA2A4 color RGB value is (204,162,164).

  • red value is 204;
  • green value is 162;
  • blue value is 164.
RGB:
(204,162,164)
(80%,64%,64%)

RGB channels and saturation

R 204 of 255 = 80%
G 162 of 255 = 64%
B 164 of 255 = 64%

204
162
164

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

Portions of RGB colors in percentages

R + G + B =
204 + 162 + 164 = 530 (100%)
R 204 of 530 ~ 38.49%
G 162 of 530 ~ 30.57%
B 164 of 530 ~ 30.94%

%38.49
%30.57
%30.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 19.61%
  • key color value is 20.00%
CMYK:
(0,21,20,20)
C0M21Y20K20 
(0%,21%,20%,20%)
(0.00/0.21/0.20/0.20)	

CMYK percentages

%0
%20.59
%19.61
%20

Codes

Color #CCA2A4 in popluar color models

CCA2A4
RGB204162164
HSL357°29.17%71.76%
HSB/HSV357°20.59%80.00%
CMYK0.00%20.59%19.61%
20.00%

Color #CCA2A4 in popluar number systems.

HEXCCA2A4
Decimal204162164
Binary110011001010001010100100
Octal314242244

Shades and tints

Shades of #CCA2A4

#CCA2A4
(204,162,164)
#BA9496
(186,148,150)
#A88688
(168,134,136)
#96787A
(150,120,122)
#846A6C
(132,106,108)
#725C5E
(114,92,94)
#604E50
(96,78,80)
#4E4042
(78,64,66)
#3C3234
(60,50,52)
#2A2426
(42,36,38)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #CCA2A4

#CCA2A4
(204,162,164)
#D0AAAC
(208,170,172)
#D4B2B4
(212,178,180)
#D8BABC
(216,186,188)
#DCC2C4
(220,194,196)
#E0CACC
(224,202,204)
#E4D2D4
(228,210,212)
#E8DADC
(232,218,220)
#ECE2E4
(236,226,228)
#F0EAEC
(240,234,236)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA2A4; }

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

This text font color is #CCA2A4.


Background Color

.myBgColor { background-color: #CCA2A4; }

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

This div background color is #CCA2A4.


Border color

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

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

This div border color is #CCA2A4.


Opacity

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

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

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

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

This text has shadow with #CCA2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA2A4 on black background.


Color preview on white background

This text has color #CCA2A4 on white background.



Black color preview on #CCA2A4 background

This text has black color on #CCA2A4 background.


White color preview on #CCA2A4 background

This text has white color on #CCA2A4 background.