COLOR #C4C0A3

HEX: #C4C0A3
RGB: (196,192,163)

Color info

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

RGB color model

#C4C0A3 color RGB value is (196,192,163).

  • red value is 196;
  • green value is 192;
  • blue value is 163.
RGB:
(196,192,163)
(77%,75%,64%)

RGB channels and saturation

R 196 of 255 = 77%
G 192 of 255 = 75%
B 163 of 255 = 64%

196
192
163

R + G + B ~ 72%. #C4C0A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 192 + 163 = 551 (100%)
R 196 of 551 ~ 35.57%
G 192 of 551 ~ 34.85%
B 163 of 551 ~ 29.58%

%35.57
%34.85
%29.58

CMYK color model

#C4C0A3 color CMYK value is (0,2,17,23).

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 16.84%
  • key color value is 23.14%
CMYK:
(0,2,17,23)
C0M2Y17K23 
(0%,2%,17%,23%)
(0.00/0.02/0.17/0.23)	

CMYK percentages

%0
%2.04
%16.84
%23.14

Codes

Color #C4C0A3 in popluar color models

C4C0A3
RGB196192163
HSL53°21.85%70.39%
HSB/HSV53°16.84%76.86%
CMYK0.00%2.04%16.84%
23.14%

Color #C4C0A3 in popluar number systems.

HEXC4C0A3
Decimal196192163
Binary110001001100000010100011
Octal304300243

Shades and tints

Shades of #C4C0A3

#C4C0A3
(196,192,163)
#B3AF95
(179,175,149)
#A29E87
(162,158,135)
#918D79
(145,141,121)
#807C6B
(128,124,107)
#6F6B5D
(111,107,93)
#5E5A4F
(94,90,79)
#4D4941
(77,73,65)
#3C3833
(60,56,51)
#2B2725
(43,39,37)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #C4C0A3

#C4C0A3
(196,192,163)
#C9C5AB
(201,197,171)
#CECAB3
(206,202,179)
#D3CFBB
(211,207,187)
#D8D4C3
(216,212,195)
#DDD9CB
(221,217,203)
#E2DED3
(226,222,211)
#E7E3DB
(231,227,219)
#ECE8E3
(236,232,227)
#F1EDEB
(241,237,235)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C0A3 color. Also use rgb(196,192,163) instead hex code.

Text Font Color

.myTextColor { color: #C4C0A3; }

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

This text font color is #C4C0A3.


Background Color

.myBgColor { background-color: #C4C0A3; }

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

This div background color is #C4C0A3.


Border color

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

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

This div border color is #C4C0A3.


Opacity

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

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

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

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

This text has shadow with #C4C0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C0A3 on black background.


Color preview on white background

This text has color #C4C0A3 on white background.



Black color preview on #C4C0A3 background

This text has black color on #C4C0A3 background.


White color preview on #C4C0A3 background

This text has white color on #C4C0A3 background.