COLOR #C4C1AA

HEX: #C4C1AA
RGB: (196,193,170)

Color info

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

RGB color model

#C4C1AA color RGB value is (196,193,170).

  • red value is 196;
  • green value is 193;
  • blue value is 170.
RGB:
(196,193,170)
(77%,76%,67%)

RGB channels and saturation

R 196 of 255 = 77%
G 193 of 255 = 76%
B 170 of 255 = 67%

196
193
170

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

Portions of RGB colors in percentages

R + G + B =
196 + 193 + 170 = 559 (100%)
R 196 of 559 ~ 35.06%
G 193 of 559 ~ 34.53%
B 170 of 559 ~ 30.41%

%35.06
%34.53
%30.41

CMYK color model

#C4C1AA color CMYK value is (0,2,13,23).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 13.27%
  • key color value is 23.14%
CMYK:
(0,2,13,23)
C0M2Y13K23 
(0%,2%,13%,23%)
(0.00/0.02/0.13/0.23)	

CMYK percentages

%0
%1.53
%13.27
%23.14

Codes

Color #C4C1AA in popluar color models

C4C1AA
RGB196193170
HSL53°18.06%71.76%
HSB/HSV53°13.27%76.86%
CMYK0.00%1.53%13.27%
23.14%

Color #C4C1AA in popluar number systems.

HEXC4C1AA
Decimal196193170
Binary110001001100000110101010
Octal304301252

Shades and tints

Shades of #C4C1AA

#C4C1AA
(196,193,170)
#B3B09B
(179,176,155)
#A29F8C
(162,159,140)
#918E7D
(145,142,125)
#807D6E
(128,125,110)
#6F6C5F
(111,108,95)
#5E5B50
(94,91,80)
#4D4A41
(77,74,65)
#3C3932
(60,57,50)
#2B2823
(43,40,35)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #C4C1AA

#C4C1AA
(196,193,170)
#C9C6B1
(201,198,177)
#CECBB8
(206,203,184)
#D3D0BF
(211,208,191)
#D8D5C6
(216,213,198)
#DDDACD
(221,218,205)
#E2DFD4
(226,223,212)
#E7E4DB
(231,228,219)
#ECE9E2
(236,233,226)
#F1EEE9
(241,238,233)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C1AA color. Also use rgb(196,193,170) instead hex code.

Text Font Color

.myTextColor { color: #C4C1AA; }

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

This text font color is #C4C1AA.


Background Color

.myBgColor { background-color: #C4C1AA; }

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

This div background color is #C4C1AA.


Border color

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

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

This div border color is #C4C1AA.


Opacity

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

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

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

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

This text has shadow with #C4C1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C1AA on black background.


Color preview on white background

This text has color #C4C1AA on white background.



Black color preview on #C4C1AA background

This text has black color on #C4C1AA background.


White color preview on #C4C1AA background

This text has white color on #C4C1AA background.