COLOR #C3A5A5

HEX: #C3A5A5
RGB: (195,165,165)

Color info

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

RGB color model

#C3A5A5 color RGB value is (195,165,165).

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

RGB channels and saturation

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

195
165
165

R + G + B ~ 69%. #C3A5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 165 = 525 (100%)
R 195 of 525 ~ 37.14%
G 165 of 525 ~ 31.43%
B 165 of 525 ~ 31.43%

%37.14
%31.43
%31.43

CMYK color model

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

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

CMYK percentages

%0
%15.38
%15.38
%23.53

Codes

Color #C3A5A5 in popluar color models

C3A5A5
RGB195165165
HSL20.00%70.59%
HSB/HSV15.38%76.47%
CMYK0.00%15.38%15.38%
23.53%

Color #C3A5A5 in popluar number systems.

HEXC3A5A5
Decimal195165165
Binary110000111010010110100101
Octal303245245

Shades and tints

Shades of #C3A5A5

#C3A5A5
(195,165,165)
#B29696
(178,150,150)
#A18787
(161,135,135)
#907878
(144,120,120)
#7F6969
(127,105,105)
#6E5A5A
(110,90,90)
#5D4B4B
(93,75,75)
#4C3C3C
(76,60,60)
#3B2D2D
(59,45,45)
#2A1E1E
(42,30,30)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #C3A5A5

#C3A5A5
(195,165,165)
#C8ADAD
(200,173,173)
#CDB5B5
(205,181,181)
#D2BDBD
(210,189,189)
#D7C5C5
(215,197,197)
#DCCDCD
(220,205,205)
#E1D5D5
(225,213,213)
#E6DDDD
(230,221,221)
#EBE5E5
(235,229,229)
#F0EDED
(240,237,237)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A5A5; }

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

This text font color is #C3A5A5.


Background Color

.myBgColor { background-color: #C3A5A5; }

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

This div background color is #C3A5A5.


Border color

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

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

This div border color is #C3A5A5.


Opacity

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

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

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

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

This text has shadow with #C3A5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A5A5 on black background.


Color preview on white background

This text has color #C3A5A5 on white background.



Black color preview on #C3A5A5 background

This text has black color on #C3A5A5 background.


White color preview on #C3A5A5 background

This text has white color on #C3A5A5 background.