COLOR #C4C2A5

HEX: #C4C2A5
RGB: (196,194,165)

Color info

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

RGB color model

#C4C2A5 color RGB value is (196,194,165).

  • red value is 196;
  • green value is 194;
  • blue value is 165.
RGB:
(196,194,165)
(77%,76%,65%)

RGB channels and saturation

R 196 of 255 = 77%
G 194 of 255 = 76%
B 165 of 255 = 65%

196
194
165

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

Portions of RGB colors in percentages

R + G + B =
196 + 194 + 165 = 555 (100%)
R 196 of 555 ~ 35.32%
G 194 of 555 ~ 34.95%
B 165 of 555 ~ 29.73%

%35.32
%34.95
%29.73

CMYK color model

#C4C2A5 color CMYK value is (0,1,16,23).

  • cyan value is 0.00%
  • magenta value is 1.02%
  • yellow value is 15.82%
  • key color value is 23.14%
CMYK:
(0,1,16,23)
C0M1Y16K23 
(0%,1%,16%,23%)
(0.00/0.01/0.16/0.23)	

CMYK percentages

%0
%1.02
%15.82
%23.14

Codes

Color #C4C2A5 in popluar color models

C4C2A5
RGB196194165
HSL56°20.81%70.78%
HSB/HSV56°15.82%76.86%
CMYK0.00%1.02%15.82%
23.14%

Color #C4C2A5 in popluar number systems.

HEXC4C2A5
Decimal196194165
Binary110001001100001010100101
Octal304302245

Shades and tints

Shades of #C4C2A5

#C4C2A5
(196,194,165)
#B3B196
(179,177,150)
#A2A087
(162,160,135)
#918F78
(145,143,120)
#807E69
(128,126,105)
#6F6D5A
(111,109,90)
#5E5C4B
(94,92,75)
#4D4B3C
(77,75,60)
#3C3A2D
(60,58,45)
#2B291E
(43,41,30)
#1A180F
(26,24,15)
#000000
(0,0,0)

Tints of #C4C2A5

#C4C2A5
(196,194,165)
#C9C7AD
(201,199,173)
#CECCB5
(206,204,181)
#D3D1BD
(211,209,189)
#D8D6C5
(216,214,197)
#DDDBCD
(221,219,205)
#E2E0D5
(226,224,213)
#E7E5DD
(231,229,221)
#ECEAE5
(236,234,229)
#F1EFED
(241,239,237)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C2A5; }

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

This text font color is #C4C2A5.


Background Color

.myBgColor { background-color: #C4C2A5; }

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

This div background color is #C4C2A5.


Border color

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

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

This div border color is #C4C2A5.


Opacity

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

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

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

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

This text has shadow with #C4C2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C2A5 on black background.


Color preview on white background

This text has color #C4C2A5 on white background.



Black color preview on #C4C2A5 background

This text has black color on #C4C2A5 background.


White color preview on #C4C2A5 background

This text has white color on #C4C2A5 background.