COLOR #CCC3A2

HEX: #CCC3A2 RGB: (204,195,162)

Color info

#CCC3A2 contains red, green and blue colors in about the same proportion. Web safe color of #CCC3A2 is #CCCC99 (or #CC9).

RGB color model

#CCC3A2 color RGB value is (204,195,162).

RGB: (204,195,162) (80%, 76%, 64%)

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 162 of 255 = 64%

204
195
162

R + G + B ~ 73%. #CCC3A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 195 + 162 = 561 (100%)
R 204 of 561 ~ 36.36%
G 195 of 561 ~ 34.76%
B 162 of 561 ~ 28.88'%

%36.36
%34.76
%28.88

CMYK color model

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

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

CMYK: (0,4,21,20)
C0M4Y21K20 (0%, 4%, 21%, 20%)
(0.00 / 0.04 / 0.21 / 0.20)

CMYK percentages

%0
%4.41
%20.59
%20

Codes

Color #CCC3A2 in popluar color models

CC C3 A2
RGB 204 195 162
HSL 47° 29.17% 71.76%
HSB/HSV 47° 20.59% 80.00%
CMYK 0.00% 4.41% 20.59%
20.00%

Color #CCC3A2 in popluar number systems.

HEX CC C3 A2
Decimal 204 195 162
Binary 11001100 11000011 10100010
Octal 314 303 242

Shades and tints

Shades of #CCC3A2

#CCC3A2
(204,195,162)
#BAB294
(186,178,148)
#A8A186
(168,161,134)
#969078
(150,144,120)
#847F6A
(132,127,106)
#726E5C
(114,110,92)
#605D4E
(96,93,78)
#4E4C40
(78,76,64)
#3C3B32
(60,59,50)
#2A2A24
(42,42,36)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #CCC3A2

#CCC3A2
(204,195,162)
#D0C8AA
(208,200,170)
#D4CDB2
(212,205,178)
#D8D2BA
(216,210,186)
#DCD7C2
(220,215,194)
#E0DCCA
(224,220,202)
#E4E1D2
(228,225,210)
#E8E6DA
(232,230,218)
#ECEBE2
(236,235,226)
#F0F0EA
(240,240,234)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC3A2; }

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

This text font color is #CCC3A2.

Background Color

.myBgColor { background-color: #CCC3A2; }

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

This div background color is #CCC3A2.

Border color

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

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

This div border color is #CCC3A2.

Opacity

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

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

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

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

This text has shadow with #CCC3A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC3A2.

Preview

Color preview on black background

This text has color #CCC3A2 on black background.


Color preview on white background

This text has color #CCC3A2 on white background.


Black color preview on #CCC3A2 background

This text has black color on #CCC3A2 background.


White color preview on #CCC3A2 background

This text has white color on #CCC3A2 background.


Related colors

Complementary color

Complementary color for #hex is #333C5D.


I love getcolorcode.com

Triadic colors

1 #A2CCC3 and #C3A2CC with #CCC3A2 are triadic colors.

2 #A2C3CC and #C3CCA2 with #CCC3A2 are triadic colors.