COLOR #C4CCA2

HEX: #C4CCA2 RGB: (196,204,162)

Color info

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

RGB color model

#C4CCA2 color RGB value is (196,204,162).

RGB: (196,204,162) (77%, 80%, 64%)

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 162 of 255 = 64%

196
204
162

R + G + B ~ 74%. #C4CCA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 204 + 162 = 562 (100%)
R 196 of 562 ~ 34.88%
G 204 of 562 ~ 36.3%
B 162 of 562 ~ 28.83'%

%34.88
%36.3
%28.83

CMYK color model

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

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

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

CMYK percentages

%3.92
%0
%20.59
%20

Codes

Color #C4CCA2 in popluar color models

C4 CC A2
RGB 196 204 162
HSL 71° 29.17% 71.76%
HSB/HSV 71° 20.59% 80.00%
CMYK 3.92% 0.00% 20.59%
20.00%

Color #C4CCA2 in popluar number systems.

HEX C4 CC A2
Decimal 196 204 162
Binary 11000100 11001100 10100010
Octal 304 314 242

Shades and tints

Shades of #C4CCA2

#C4CCA2
(196,204,162)
#B3BA94
(179,186,148)
#A2A886
(162,168,134)
#919678
(145,150,120)
#80846A
(128,132,106)
#6F725C
(111,114,92)
#5E604E
(94,96,78)
#4D4E40
(77,78,64)
#3C3C32
(60,60,50)
#2B2A24
(43,42,36)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #C4CCA2

#C4CCA2
(196,204,162)
#C9D0AA
(201,208,170)
#CED4B2
(206,212,178)
#D3D8BA
(211,216,186)
#D8DCC2
(216,220,194)
#DDE0CA
(221,224,202)
#E2E4D2
(226,228,210)
#E7E8DA
(231,232,218)
#ECECE2
(236,236,226)
#F1F0EA
(241,240,234)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CCA2; }

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

This text font color is #C4CCA2.

Background Color

.myBgColor { background-color: #C4CCA2; }

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

This div background color is #C4CCA2.

Border color

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

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

This div border color is #C4CCA2.

Opacity

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

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

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

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

This text has shadow with #C4CCA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CCA2.

Preview

Color preview on black background

This text has color #C4CCA2 on black background.


Color preview on white background

This text has color #C4CCA2 on white background.


Black color preview on #C4CCA2 background

This text has black color on #C4CCA2 background.


White color preview on #C4CCA2 background

This text has white color on #C4CCA2 background.


Related colors

Complementary color

Complementary color for #hex is #3B335D.


I love getcolorcode.com

Triadic colors

1 #A2C4CC and #CCA2C4 with #C4CCA2 are triadic colors.

2 #A2CCC4 and #CCC4A2 with #C4CCA2 are triadic colors.