COLOR #C3A196

HEX: #C3A196 RGB: (195,161,150)

Color info

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

RGB color model

#C3A196 color RGB value is (195,161,150).

RGB: (195,161,150) (76%, 63%, 59%)

RGB channels and saturation

R 195 of 255 = 76%
G 161 of 255 = 63%
B 150 of 255 = 59%

195
161
150

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

Portions of RGB colors in percentages

R + G + B = 195 + 161 + 150 = 506 (100%)
R 195 of 506 ~ 38.54%
G 161 of 506 ~ 31.82%
B 150 of 506 ~ 29.64'%

%38.54
%31.82
%29.64

CMYK color model

#C3A196 color CMYK value is (0,17,23,24).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 23.08%
  • key color value is 23.53%

CMYK: (0,17,23,24)
C0M17Y23K24 (0%, 17%, 23%, 24%)
(0.00 / 0.17 / 0.23 / 0.24)

CMYK percentages

%0
%17.44
%23.08
%23.53

Codes

Color #C3A196 in popluar color models

C3 A1 96
RGB 195 161 150
HSL 15° 27.27% 67.65%
HSB/HSV 15° 23.08% 76.47%
CMYK 0.00% 17.44% 23.08%
23.53%

Color #C3A196 in popluar number systems.

HEX C3 A1 96
Decimal 195 161 150
Binary 11000011 10100001 10010110
Octal 303 241 226

Shades and tints

Shades of #C3A196

#C3A196
(195,161,150)
#B29389
(178,147,137)
#A1857C
(161,133,124)
#90776F
(144,119,111)
#7F6962
(127,105,98)
#6E5B55
(110,91,85)
#5D4D48
(93,77,72)
#4C3F3B
(76,63,59)
#3B312E
(59,49,46)
#2A2321
(42,35,33)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #C3A196

#C3A196
(195,161,150)
#C8A99F
(200,169,159)
#CDB1A8
(205,177,168)
#D2B9B1
(210,185,177)
#D7C1BA
(215,193,186)
#DCC9C3
(220,201,195)
#E1D1CC
(225,209,204)
#E6D9D5
(230,217,213)
#EBE1DE
(235,225,222)
#F0E9E7
(240,233,231)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A196 color. Also use rgb(195,161,150) instead hex code.

Text Font Color

.myTextColor { color: #C3A196; }

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

This text font color is #C3A196.

Background Color

.myBgColor { background-color: #C3A196; }

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

This div background color is #C3A196.

Border color

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

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

This div border color is #C3A196.

Opacity

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

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

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

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

This text has shadow with #C3A196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A196.

Preview

Color preview on black background

This text has color #C3A196 on black background.


Color preview on white background

This text has color #C3A196 on white background.


Black color preview on #C3A196 background

This text has black color on #C3A196 background.


White color preview on #C3A196 background

This text has white color on #C3A196 background.


Related colors

Complementary color

Complementary color for #hex is #3C5E69.


I love getcolorcode.com

Triadic colors

1 #96C3A1 and #A196C3 with #C3A196 are triadic colors.

2 #96A1C3 and #A1C396 with #C3A196 are triadic colors.