COLOR #C3A191

HEX: #C3A191
RGB: (195,161,145)

Color info

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

RGB color model

#C3A191 color RGB value is (195,161,145).

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

RGB channels and saturation

R 195 of 255 = 76%
G 161 of 255 = 63%
B 145 of 255 = 57%

195
161
145

R + G + B ~ 65%. #C3A191 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 161 + 145 = 501 (100%)
R 195 of 501 ~ 38.92%
G 161 of 501 ~ 32.14%
B 145 of 501 ~ 28.94%

%38.92
%32.14
%28.94

CMYK color model

#C3A191 color CMYK value is (0,17,26,24).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 25.64%
  • key color value is 23.53%
CMYK:
(0,17,26,24)
C0M17Y26K24 
(0%,17%,26%,24%)
(0.00/0.17/0.26/0.24)	

CMYK percentages

%0
%17.44
%25.64
%23.53

Codes

Color #C3A191 in popluar color models

C3A191
RGB195161145
HSL19°29.41%66.67%
HSB/HSV19°25.64%76.47%
CMYK0.00%17.44%25.64%
23.53%

Color #C3A191 in popluar number systems.

HEXC3A191
Decimal195161145
Binary110000111010000110010001
Octal303241221

Shades and tints

Shades of #C3A191

#C3A191
(195,161,145)
#B29384
(178,147,132)
#A18577
(161,133,119)
#90776A
(144,119,106)
#7F695D
(127,105,93)
#6E5B50
(110,91,80)
#5D4D43
(93,77,67)
#4C3F36
(76,63,54)
#3B3129
(59,49,41)
#2A231C
(42,35,28)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #C3A191

#C3A191
(195,161,145)
#C8A99B
(200,169,155)
#CDB1A5
(205,177,165)
#D2B9AF
(210,185,175)
#D7C1B9
(215,193,185)
#DCC9C3
(220,201,195)
#E1D1CD
(225,209,205)
#E6D9D7
(230,217,215)
#EBE1E1
(235,225,225)
#F0E9EB
(240,233,235)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A191; }

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

This text font color is #C3A191.


Background Color

.myBgColor { background-color: #C3A191; }

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

This div background color is #C3A191.


Border color

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

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

This div border color is #C3A191.


Opacity

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

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

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

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

This text has shadow with #C3A191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A191 on black background.


Color preview on white background

This text has color #C3A191 on white background.



Black color preview on #C3A191 background

This text has black color on #C3A191 background.


White color preview on #C3A191 background

This text has white color on #C3A191 background.