COLOR #C4C2A8

HEX: #C4C2A8
RGB: (196,194,168)

Color info

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

RGB color model

#C4C2A8 color RGB value is (196,194,168).

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

RGB channels and saturation

R 196 of 255 = 77%
G 194 of 255 = 76%
B 168 of 255 = 66%

196
194
168

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

Portions of RGB colors in percentages

R + G + B =
196 + 194 + 168 = 558 (100%)
R 196 of 558 ~ 35.13%
G 194 of 558 ~ 34.77%
B 168 of 558 ~ 30.11%

%35.13
%34.77
%30.11

CMYK color model

#C4C2A8 color CMYK value is (0,1,14,23).

  • cyan value is 0.00%
  • magenta value is 1.02%
  • yellow value is 14.29%
  • key color value is 23.14%
CMYK:
(0,1,14,23)
C0M1Y14K23 
(0%,1%,14%,23%)
(0.00/0.01/0.14/0.23)	

CMYK percentages

%0
%1.02
%14.29
%23.14

Codes

Color #C4C2A8 in popluar color models

C4C2A8
RGB196194168
HSL56°19.18%71.37%
HSB/HSV56°14.29%76.86%
CMYK0.00%1.02%14.29%
23.14%

Color #C4C2A8 in popluar number systems.

HEXC4C2A8
Decimal196194168
Binary110001001100001010101000
Octal304302250

Shades and tints

Shades of #C4C2A8

#C4C2A8
(196,194,168)
#B3B199
(179,177,153)
#A2A08A
(162,160,138)
#918F7B
(145,143,123)
#807E6C
(128,126,108)
#6F6D5D
(111,109,93)
#5E5C4E
(94,92,78)
#4D4B3F
(77,75,63)
#3C3A30
(60,58,48)
#2B2921
(43,41,33)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #C4C2A8

#C4C2A8
(196,194,168)
#C9C7AF
(201,199,175)
#CECCB6
(206,204,182)
#D3D1BD
(211,209,189)
#D8D6C4
(216,214,196)
#DDDBCB
(221,219,203)
#E2E0D2
(226,224,210)
#E7E5D9
(231,229,217)
#ECEAE0
(236,234,224)
#F1EFE7
(241,239,231)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C2A8; }

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

This text font color is #C4C2A8.


Background Color

.myBgColor { background-color: #C4C2A8; }

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

This div background color is #C4C2A8.


Border color

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

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

This div border color is #C4C2A8.


Opacity

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

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

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

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

This text has shadow with #C4C2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C2A8 on black background.


Color preview on white background

This text has color #C4C2A8 on white background.



Black color preview on #C4C2A8 background

This text has black color on #C4C2A8 background.


White color preview on #C4C2A8 background

This text has white color on #C4C2A8 background.