COLOR #C4A399

HEX: #C4A399 RGB: (196,163,153)

Color info

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

RGB color model

#C4A399 color RGB value is (196,163,153).

RGB: (196,163,153) (77%, 64%, 60%)

RGB channels and saturation

R 196 of 255 = 77%
G 163 of 255 = 64%
B 153 of 255 = 60%

196
163
153

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

Portions of RGB colors in percentages

R + G + B = 196 + 163 + 153 = 512 (100%)
R 196 of 512 ~ 38.28%
G 163 of 512 ~ 31.84%
B 153 of 512 ~ 29.88'%

%38.28
%31.84
%29.88

CMYK color model

#C4A399 color CMYK value is (0,17,22,23).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 21.94%
  • key color value is 23.14%

CMYK: (0,17,22,23)
C0M17Y22K23 (0%, 17%, 22%, 23%)
(0.00 / 0.17 / 0.22 / 0.23)

CMYK percentages

%0
%16.84
%21.94
%23.14

Codes

Color #C4A399 in popluar color models

C4 A3 99
RGB 196 163 153
HSL 14° 26.71% 68.43%
HSB/HSV 14° 21.94% 76.86%
CMYK 0.00% 16.84% 21.94%
23.14%

Color #C4A399 in popluar number systems.

HEX C4 A3 99
Decimal 196 163 153
Binary 11000100 10100011 10011001
Octal 304 243 231

Shades and tints

Shades of #C4A399

#C4A399
(196,163,153)
#B3958C
(179,149,140)
#A2877F
(162,135,127)
#917972
(145,121,114)
#806B65
(128,107,101)
#6F5D58
(111,93,88)
#5E4F4B
(94,79,75)
#4D413E
(77,65,62)
#3C3331
(60,51,49)
#2B2524
(43,37,36)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #C4A399

#C4A399
(196,163,153)
#C9ABA2
(201,171,162)
#CEB3AB
(206,179,171)
#D3BBB4
(211,187,180)
#D8C3BD
(216,195,189)
#DDCBC6
(221,203,198)
#E2D3CF
(226,211,207)
#E7DBD8
(231,219,216)
#ECE3E1
(236,227,225)
#F1EBEA
(241,235,234)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A399; }

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

This text font color is #C4A399.

Background Color

.myBgColor { background-color: #C4A399; }

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

This div background color is #C4A399.

Border color

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

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

This div border color is #C4A399.

Opacity

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

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

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

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

This text has shadow with #C4A399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A399.

Preview

Color preview on black background

This text has color #C4A399 on black background.


Color preview on white background

This text has color #C4A399 on white background.


Black color preview on #C4A399 background

This text has black color on #C4A399 background.


White color preview on #C4A399 background

This text has white color on #C4A399 background.


Related colors

Complementary color

Complementary color for #hex is #3B5C66.


I love getcolorcode.com

Triadic colors

1 #99C4A3 and #A399C4 with #C4A399 are triadic colors.

2 #99A3C4 and #A3C499 with #C4A399 are triadic colors.