COLOR #C3A59A

HEX: #C3A59A
RGB: (195,165,154)

Color info

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

RGB color model

#C3A59A color RGB value is (195,165,154).

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

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 154 of 255 = 60%

195
165
154

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

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 154 = 514 (100%)
R 195 of 514 ~ 37.94%
G 165 of 514 ~ 32.1%
B 154 of 514 ~ 29.96%

%37.94
%32.1
%29.96

CMYK color model

#C3A59A color CMYK value is (0,15,21,24).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 21.03%
  • key color value is 23.53%
CMYK:
(0,15,21,24)
C0M15Y21K24 
(0%,15%,21%,24%)
(0.00/0.15/0.21/0.24)	

CMYK percentages

%0
%15.38
%21.03
%23.53

Codes

Color #C3A59A in popluar color models

C3A59A
RGB195165154
HSL16°25.47%68.43%
HSB/HSV16°21.03%76.47%
CMYK0.00%15.38%21.03%
23.53%

Color #C3A59A in popluar number systems.

HEXC3A59A
Decimal195165154
Binary110000111010010110011010
Octal303245232

Shades and tints

Shades of #C3A59A

#C3A59A
(195,165,154)
#B2968C
(178,150,140)
#A1877E
(161,135,126)
#907870
(144,120,112)
#7F6962
(127,105,98)
#6E5A54
(110,90,84)
#5D4B46
(93,75,70)
#4C3C38
(76,60,56)
#3B2D2A
(59,45,42)
#2A1E1C
(42,30,28)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #C3A59A

#C3A59A
(195,165,154)
#C8ADA3
(200,173,163)
#CDB5AC
(205,181,172)
#D2BDB5
(210,189,181)
#D7C5BE
(215,197,190)
#DCCDC7
(220,205,199)
#E1D5D0
(225,213,208)
#E6DDD9
(230,221,217)
#EBE5E2
(235,229,226)
#F0EDEB
(240,237,235)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A59A; }

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

This text font color is #C3A59A.


Background Color

.myBgColor { background-color: #C3A59A; }

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

This div background color is #C3A59A.


Border color

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

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

This div border color is #C3A59A.


Opacity

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

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

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

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

This text has shadow with #C3A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A59A on black background.


Color preview on white background

This text has color #C3A59A on white background.



Black color preview on #C3A59A background

This text has black color on #C3A59A background.


White color preview on #C3A59A background

This text has white color on #C3A59A background.