COLOR #C4AA95

HEX: #C4AA95
RGB: (196,170,149)

Color info

#C4AA95 contains red, green and blue colors in about the same proportion. Web safe color of #C4AA95 is #CC9999 (or #C99).

RGB color model

#C4AA95 color RGB value is (196,170,149).

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

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 149 of 255 = 58%

196
170
149

R + G + B ~ 67%. #C4AA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 149 = 515 (100%)
R 196 of 515 ~ 38.06%
G 170 of 515 ~ 33.01%
B 149 of 515 ~ 28.93%

%38.06
%33.01
%28.93

CMYK color model

#C4AA95 color CMYK value is (0,13,24,23).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 23.98%
  • key color value is 23.14%
CMYK:
(0,13,24,23)
C0M13Y24K23 
(0%,13%,24%,23%)
(0.00/0.13/0.24/0.23)	

CMYK percentages

%0
%13.27
%23.98
%23.14

Codes

Color #C4AA95 in popluar color models

C4AA95
RGB196170149
HSL27°28.48%67.65%
HSB/HSV27°23.98%76.86%
CMYK0.00%13.27%23.98%
23.14%

Color #C4AA95 in popluar number systems.

HEXC4AA95
Decimal196170149
Binary110001001010101010010101
Octal304252225

Shades and tints

Shades of #C4AA95

#C4AA95
(196,170,149)
#B39B88
(179,155,136)
#A28C7B
(162,140,123)
#917D6E
(145,125,110)
#806E61
(128,110,97)
#6F5F54
(111,95,84)
#5E5047
(94,80,71)
#4D413A
(77,65,58)
#3C322D
(60,50,45)
#2B2320
(43,35,32)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #C4AA95

#C4AA95
(196,170,149)
#C9B19E
(201,177,158)
#CEB8A7
(206,184,167)
#D3BFB0
(211,191,176)
#D8C6B9
(216,198,185)
#DDCDC2
(221,205,194)
#E2D4CB
(226,212,203)
#E7DBD4
(231,219,212)
#ECE2DD
(236,226,221)
#F1E9E6
(241,233,230)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AA95; }

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

This text font color is #C4AA95.


Background Color

.myBgColor { background-color: #C4AA95; }

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

This div background color is #C4AA95.


Border color

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

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

This div border color is #C4AA95.


Opacity

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

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

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

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

This text has shadow with #C4AA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AA95 on black background.


Color preview on white background

This text has color #C4AA95 on white background.



Black color preview on #C4AA95 background

This text has black color on #C4AA95 background.


White color preview on #C4AA95 background

This text has white color on #C4AA95 background.