COLOR #C4CCA5

HEX: #C4CCA5 RGB: (196,204,165)

Color info

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

RGB color model

#C4CCA5 color RGB value is (196,204,165).

RGB: (196,204,165) (77%, 80%, 65%)

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 165 of 255 = 65%

196
204
165

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

Portions of RGB colors in percentages

R + G + B = 196 + 204 + 165 = 565 (100%)
R 196 of 565 ~ 34.69%
G 204 of 565 ~ 36.11%
B 165 of 565 ~ 29.2'%

%34.69
%36.11
%29.2

CMYK color model

#C4CCA5 color CMYK value is (4,0,19,20).

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

CMYK: (4,0,19,20)
C4M0Y19K20 (4%, 0%, 19%, 20%)
(0.04 / 0.00 / 0.19 / 0.20)

CMYK percentages

%3.92
%0
%19.12
%20

Codes

Color #C4CCA5 in popluar color models

C4 CC A5
RGB 196 204 165
HSL 72° 27.66% 72.35%
HSB/HSV 72° 19.12% 80.00%
CMYK 3.92% 0.00% 19.12%
20.00%

Color #C4CCA5 in popluar number systems.

HEX C4 CC A5
Decimal 196 204 165
Binary 11000100 11001100 10100101
Octal 304 314 245

Shades and tints

Shades of #C4CCA5

#C4CCA5
(196,204,165)
#B3BA96
(179,186,150)
#A2A887
(162,168,135)
#919678
(145,150,120)
#808469
(128,132,105)
#6F725A
(111,114,90)
#5E604B
(94,96,75)
#4D4E3C
(77,78,60)
#3C3C2D
(60,60,45)
#2B2A1E
(43,42,30)
#1A180F
(26,24,15)
#000000
(0,0,0)

Tints of #C4CCA5

#C4CCA5
(196,204,165)
#C9D0AD
(201,208,173)
#CED4B5
(206,212,181)
#D3D8BD
(211,216,189)
#D8DCC5
(216,220,197)
#DDE0CD
(221,224,205)
#E2E4D5
(226,228,213)
#E7E8DD
(231,232,221)
#ECECE5
(236,236,229)
#F1F0ED
(241,240,237)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CCA5; }

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

This text font color is #C4CCA5.

Background Color

.myBgColor { background-color: #C4CCA5; }

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

This div background color is #C4CCA5.

Border color

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

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

This div border color is #C4CCA5.

Opacity

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

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

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

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

This text has shadow with #C4CCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CCA5.

Preview

Color preview on black background

This text has color #C4CCA5 on black background.


Color preview on white background

This text has color #C4CCA5 on white background.


Black color preview on #C4CCA5 background

This text has black color on #C4CCA5 background.


White color preview on #C4CCA5 background

This text has white color on #C4CCA5 background.


Related colors

Complementary color

Complementary color for #hex is #3B335A.


I love getcolorcode.com

Triadic colors

1 #A5C4CC and #CCA5C4 with #C4CCA5 are triadic colors.

2 #A5CCC4 and #CCC4A5 with #C4CCA5 are triadic colors.