COLOR #CCC2A4

HEX: #CCC2A4 RGB: (204,194,164)

Color info

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

RGB color model

#CCC2A4 color RGB value is (204,194,164).

RGB: (204,194,164) (80%, 76%, 64%)

RGB channels and saturation

R 204 of 255 = 80%
G 194 of 255 = 76%
B 164 of 255 = 64%

204
194
164

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

Portions of RGB colors in percentages

R + G + B = 204 + 194 + 164 = 562 (100%)
R 204 of 562 ~ 36.3%
G 194 of 562 ~ 34.52%
B 164 of 562 ~ 29.18'%

%36.3
%34.52
%29.18

CMYK color model

#CCC2A4 color CMYK value is (0,5,20,20).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 19.61%
  • key color value is 20.00%

CMYK: (0,5,20,20)
C0M5Y20K20 (0%, 5%, 20%, 20%)
(0.00 / 0.05 / 0.20 / 0.20)

CMYK percentages

%0
%4.9
%19.61
%20

Codes

Color #CCC2A4 in popluar color models

CC C2 A4
RGB 204 194 164
HSL 45° 28.17% 72.16%
HSB/HSV 45° 19.61% 80.00%
CMYK 0.00% 4.90% 19.61%
20.00%

Color #CCC2A4 in popluar number systems.

HEX CC C2 A4
Decimal 204 194 164
Binary 11001100 11000010 10100100
Octal 314 302 244

Shades and tints

Shades of #CCC2A4

#CCC2A4
(204,194,164)
#BAB196
(186,177,150)
#A8A088
(168,160,136)
#968F7A
(150,143,122)
#847E6C
(132,126,108)
#726D5E
(114,109,94)
#605C50
(96,92,80)
#4E4B42
(78,75,66)
#3C3A34
(60,58,52)
#2A2926
(42,41,38)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCC2A4

#CCC2A4
(204,194,164)
#D0C7AC
(208,199,172)
#D4CCB4
(212,204,180)
#D8D1BC
(216,209,188)
#DCD6C4
(220,214,196)
#E0DBCC
(224,219,204)
#E4E0D4
(228,224,212)
#E8E5DC
(232,229,220)
#ECEAE4
(236,234,228)
#F0EFEC
(240,239,236)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC2A4; }

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

This text font color is #CCC2A4.

Background Color

.myBgColor { background-color: #CCC2A4; }

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

This div background color is #CCC2A4.

Border color

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

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

This div border color is #CCC2A4.

Opacity

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

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

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

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

This text has shadow with #CCC2A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC2A4.

Preview

Color preview on black background

This text has color #CCC2A4 on black background.


Color preview on white background

This text has color #CCC2A4 on white background.


Black color preview on #CCC2A4 background

This text has black color on #CCC2A4 background.


White color preview on #CCC2A4 background

This text has white color on #CCC2A4 background.


Related colors

Complementary color

Complementary color for #hex is #333D5B.


I love getcolorcode.com

Triadic colors

1 #A4CCC2 and #C2A4CC with #CCC2A4 are triadic colors.

2 #A4C2CC and #C2CCA4 with #CCC2A4 are triadic colors.