COLOR #C4A096

HEX: #C4A096 RGB: (196,160,150)

Color info

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

RGB color model

#C4A096 color RGB value is (196,160,150).

RGB: (196,160,150) (77%, 63%, 59%)

RGB channels and saturation

R 196 of 255 = 77%
G 160 of 255 = 63%
B 150 of 255 = 59%

196
160
150

R + G + B ~ 66%. #C4A096 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 160 + 150 = 506 (100%)
R 196 of 506 ~ 38.74%
G 160 of 506 ~ 31.62%
B 150 of 506 ~ 29.64'%

%38.74
%31.62
%29.64

CMYK color model

#C4A096 color CMYK value is (0,18,23,23).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 23.47%
  • key color value is 23.14%

CMYK: (0,18,23,23)
C0M18Y23K23 (0%, 18%, 23%, 23%)
(0.00 / 0.18 / 0.23 / 0.23)

CMYK percentages

%0
%18.37
%23.47
%23.14

Codes

Color #C4A096 in popluar color models

C4 A0 96
RGB 196 160 150
HSL 13° 28.05% 67.84%
HSB/HSV 13° 23.47% 76.86%
CMYK 0.00% 18.37% 23.47%
23.14%

Color #C4A096 in popluar number systems.

HEX C4 A0 96
Decimal 196 160 150
Binary 11000100 10100000 10010110
Octal 304 240 226

Shades and tints

Shades of #C4A096

#C4A096
(196,160,150)
#B39289
(179,146,137)
#A2847C
(162,132,124)
#91766F
(145,118,111)
#806862
(128,104,98)
#6F5A55
(111,90,85)
#5E4C48
(94,76,72)
#4D3E3B
(77,62,59)
#3C302E
(60,48,46)
#2B2221
(43,34,33)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #C4A096

#C4A096
(196,160,150)
#C9A89F
(201,168,159)
#CEB0A8
(206,176,168)
#D3B8B1
(211,184,177)
#D8C0BA
(216,192,186)
#DDC8C3
(221,200,195)
#E2D0CC
(226,208,204)
#E7D8D5
(231,216,213)
#ECE0DE
(236,224,222)
#F1E8E7
(241,232,231)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A096 color. Also use rgb(196,160,150) instead hex code.

Text Font Color

.myTextColor { color: #C4A096; }

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

This text font color is #C4A096.

Background Color

.myBgColor { background-color: #C4A096; }

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

This div background color is #C4A096.

Border color

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

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

This div border color is #C4A096.

Opacity

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

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

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

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

This text has shadow with #C4A096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A096.

Preview

Color preview on black background

This text has color #C4A096 on black background.


Color preview on white background

This text has color #C4A096 on white background.


Black color preview on #C4A096 background

This text has black color on #C4A096 background.


White color preview on #C4A096 background

This text has white color on #C4A096 background.


Related colors

Complementary color

Complementary color for #hex is #3B5F69.


I love getcolorcode.com

Triadic colors

1 #96C4A0 and #A096C4 with #C4A096 are triadic colors.

2 #96A0C4 and #A0C496 with #C4A096 are triadic colors.