COLOR #C3A19D

HEX: #C3A19D
RGB: (195,161,157)

Color info

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

RGB color model

#C3A19D color RGB value is (195,161,157).

  • red value is 195;
  • green value is 161;
  • blue value is 157.
RGB:
(195,161,157)
(76%,63%,62%)

RGB channels and saturation

R 195 of 255 = 76%
G 161 of 255 = 63%
B 157 of 255 = 62%

195
161
157

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

Portions of RGB colors in percentages

R + G + B =
195 + 161 + 157 = 513 (100%)
R 195 of 513 ~ 38.01%
G 161 of 513 ~ 31.38%
B 157 of 513 ~ 30.6%

%38.01
%31.38
%30.6

CMYK color model

#C3A19D color CMYK value is (0,17,19,24).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 19.49%
  • key color value is 23.53%
CMYK:
(0,17,19,24)
C0M17Y19K24 
(0%,17%,19%,24%)
(0.00/0.17/0.19/0.24)	

CMYK percentages

%0
%17.44
%19.49
%23.53

Codes

Color #C3A19D in popluar color models

C3A19D
RGB195161157
HSL24.05%69.02%
HSB/HSV19.49%76.47%
CMYK0.00%17.44%19.49%
23.53%

Color #C3A19D in popluar number systems.

HEXC3A19D
Decimal195161157
Binary110000111010000110011101
Octal303241235

Shades and tints

Shades of #C3A19D

#C3A19D
(195,161,157)
#B2938F
(178,147,143)
#A18581
(161,133,129)
#907773
(144,119,115)
#7F6965
(127,105,101)
#6E5B57
(110,91,87)
#5D4D49
(93,77,73)
#4C3F3B
(76,63,59)
#3B312D
(59,49,45)
#2A231F
(42,35,31)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #C3A19D

#C3A19D
(195,161,157)
#C8A9A5
(200,169,165)
#CDB1AD
(205,177,173)
#D2B9B5
(210,185,181)
#D7C1BD
(215,193,189)
#DCC9C5
(220,201,197)
#E1D1CD
(225,209,205)
#E6D9D5
(230,217,213)
#EBE1DD
(235,225,221)
#F0E9E5
(240,233,229)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A19D; }

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

This text font color is #C3A19D.


Background Color

.myBgColor { background-color: #C3A19D; }

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

This div background color is #C3A19D.


Border color

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

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

This div border color is #C3A19D.


Opacity

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

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

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

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

This text has shadow with #C3A19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A19D on black background.


Color preview on white background

This text has color #C3A19D on white background.



Black color preview on #C3A19D background

This text has black color on #C3A19D background.


White color preview on #C3A19D background

This text has white color on #C3A19D background.