COLOR #C4A19B

HEX: #C4A19B RGB: (196,161,155)

Color info

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

RGB color model

#C4A19B color RGB value is (196,161,155).

RGB: (196,161,155) (77%, 63%, 61%)

RGB channels and saturation

R 196 of 255 = 77%
G 161 of 255 = 63%
B 155 of 255 = 61%

196
161
155

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

Portions of RGB colors in percentages

R + G + B = 196 + 161 + 155 = 512 (100%)
R 196 of 512 ~ 38.28%
G 161 of 512 ~ 31.45%
B 155 of 512 ~ 30.27'%

%38.28
%31.45
%30.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 20.92%
  • key color value is 23.14%

CMYK: (0,18,21,23)
C0M18Y21K23 (0%, 18%, 21%, 23%)
(0.00 / 0.18 / 0.21 / 0.23)

CMYK percentages

%0
%17.86
%20.92
%23.14

Codes

Color #C4A19B in popluar color models

C4 A1 9B
RGB 196 161 155
HSL 25.79% 68.82%
HSB/HSV 20.92% 76.86%
CMYK 0.00% 17.86% 20.92%
23.14%

Color #C4A19B in popluar number systems.

HEX C4 A1 9B
Decimal 196 161 155
Binary 11000100 10100001 10011011
Octal 304 241 233

Shades and tints

Shades of #C4A19B

#C4A19B
(196,161,155)
#B3938D
(179,147,141)
#A2857F
(162,133,127)
#917771
(145,119,113)
#806963
(128,105,99)
#6F5B55
(111,91,85)
#5E4D47
(94,77,71)
#4D3F39
(77,63,57)
#3C312B
(60,49,43)
#2B231D
(43,35,29)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #C4A19B

#C4A19B
(196,161,155)
#C9A9A4
(201,169,164)
#CEB1AD
(206,177,173)
#D3B9B6
(211,185,182)
#D8C1BF
(216,193,191)
#DDC9C8
(221,201,200)
#E2D1D1
(226,209,209)
#E7D9DA
(231,217,218)
#ECE1E3
(236,225,227)
#F1E9EC
(241,233,236)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A19B color. Also use rgb(196,161,155) instead hex code.

Text Font Color

.myTextColor { color: #C4A19B; }

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

This text font color is #C4A19B.

Background Color

.myBgColor { background-color: #C4A19B; }

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

This div background color is #C4A19B.

Border color

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

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

This div border color is #C4A19B.

Opacity

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

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

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

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

This text has shadow with #C4A19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A19B.

Preview

Color preview on black background

This text has color #C4A19B on black background.


Color preview on white background

This text has color #C4A19B on white background.


Black color preview on #C4A19B background

This text has black color on #C4A19B background.


White color preview on #C4A19B background

This text has white color on #C4A19B background.


Related colors

Complementary color

Complementary color for #hex is #3B5E64.


I love getcolorcode.com

Triadic colors

1 #9BC4A1 and #A19BC4 with #C4A19B are triadic colors.

2 #9BA1C4 and #A1C49B with #C4A19B are triadic colors.