COLOR #C3A5AA

HEX: #C3A5AA
RGB: (195,165,170)

Color info

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

RGB color model

#C3A5AA color RGB value is (195,165,170).

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

RGB channels and saturation

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

195
165
170

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

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 170 = 530 (100%)
R 195 of 530 ~ 36.79%
G 165 of 530 ~ 31.13%
B 170 of 530 ~ 32.08%

%36.79
%31.13
%32.08

CMYK color model

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

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

CMYK percentages

%0
%15.38
%12.82
%23.53

Codes

Color #C3A5AA in popluar color models

C3A5AA
RGB195165170
HSL350°20.00%70.59%
HSB/HSV350°15.38%76.47%
CMYK0.00%15.38%12.82%
23.53%

Color #C3A5AA in popluar number systems.

HEXC3A5AA
Decimal195165170
Binary110000111010010110101010
Octal303245252

Shades and tints

Shades of #C3A5AA

#C3A5AA
(195,165,170)
#B2969B
(178,150,155)
#A1878C
(161,135,140)
#90787D
(144,120,125)
#7F696E
(127,105,110)
#6E5A5F
(110,90,95)
#5D4B50
(93,75,80)
#4C3C41
(76,60,65)
#3B2D32
(59,45,50)
#2A1E23
(42,30,35)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #C3A5AA

#C3A5AA
(195,165,170)
#C8ADB1
(200,173,177)
#CDB5B8
(205,181,184)
#D2BDBF
(210,189,191)
#D7C5C6
(215,197,198)
#DCCDCD
(220,205,205)
#E1D5D4
(225,213,212)
#E6DDDB
(230,221,219)
#EBE5E2
(235,229,226)
#F0EDE9
(240,237,233)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A5AA; }

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

This text font color is #C3A5AA.


Background Color

.myBgColor { background-color: #C3A5AA; }

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

This div background color is #C3A5AA.


Border color

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

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

This div border color is #C3A5AA.


Opacity

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

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

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

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

This text has shadow with #C3A5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A5AA on black background.


Color preview on white background

This text has color #C3A5AA on white background.



Black color preview on #C3A5AA background

This text has black color on #C3A5AA background.


White color preview on #C3A5AA background

This text has white color on #C3A5AA background.