COLOR #C3A09A

HEX: #C3A09A
RGB: (195,160,154)

Color info

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

RGB color model

#C3A09A color RGB value is (195,160,154).

  • red value is 195;
  • green value is 160;
  • blue value is 154.
RGB:
(195,160,154)
(76%,63%,60%)

RGB channels and saturation

R 195 of 255 = 76%
G 160 of 255 = 63%
B 154 of 255 = 60%

195
160
154

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

Portions of RGB colors in percentages

R + G + B =
195 + 160 + 154 = 509 (100%)
R 195 of 509 ~ 38.31%
G 160 of 509 ~ 31.43%
B 154 of 509 ~ 30.26%

%38.31
%31.43
%30.26

CMYK color model

#C3A09A color CMYK value is (0,18,21,24).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 21.03%
  • key color value is 23.53%
CMYK:
(0,18,21,24)
C0M18Y21K24 
(0%,18%,21%,24%)
(0.00/0.18/0.21/0.24)	

CMYK percentages

%0
%17.95
%21.03
%23.53

Codes

Color #C3A09A in popluar color models

C3A09A
RGB195160154
HSL25.47%68.43%
HSB/HSV21.03%76.47%
CMYK0.00%17.95%21.03%
23.53%

Color #C3A09A in popluar number systems.

HEXC3A09A
Decimal195160154
Binary110000111010000010011010
Octal303240232

Shades and tints

Shades of #C3A09A

#C3A09A
(195,160,154)
#B2928C
(178,146,140)
#A1847E
(161,132,126)
#907670
(144,118,112)
#7F6862
(127,104,98)
#6E5A54
(110,90,84)
#5D4C46
(93,76,70)
#4C3E38
(76,62,56)
#3B302A
(59,48,42)
#2A221C
(42,34,28)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #C3A09A

#C3A09A
(195,160,154)
#C8A8A3
(200,168,163)
#CDB0AC
(205,176,172)
#D2B8B5
(210,184,181)
#D7C0BE
(215,192,190)
#DCC8C7
(220,200,199)
#E1D0D0
(225,208,208)
#E6D8D9
(230,216,217)
#EBE0E2
(235,224,226)
#F0E8EB
(240,232,235)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A09A color. Also use rgb(195,160,154) instead hex code.

Text Font Color

.myTextColor { color: #C3A09A; }

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

This text font color is #C3A09A.


Background Color

.myBgColor { background-color: #C3A09A; }

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

This div background color is #C3A09A.


Border color

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

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

This div border color is #C3A09A.


Opacity

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

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

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

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

This text has shadow with #C3A09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A09A on black background.


Color preview on white background

This text has color #C3A09A on white background.



Black color preview on #C3A09A background

This text has black color on #C3A09A background.


White color preview on #C3A09A background

This text has white color on #C3A09A background.