COLOR #C3A5AD

HEX: #C3A5AD RGB: (195,165,173)

Color info

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

RGB color model

#C3A5AD color RGB value is (195,165,173).

RGB: (195,165,173) (76%, 65%, 68%)

RGB channels and saturation

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

195
165
173

R + G + B ~ 70%. #C3A5AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 165 + 173 = 533 (100%)
R 195 of 533 ~ 36.59%
G 165 of 533 ~ 30.96%
B 173 of 533 ~ 32.46'%

%36.59
%30.96
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 11.28%
  • key color value is 23.53%

CMYK: (0,15,11,24)
C0M15Y11K24 (0%, 15%, 11%, 24%)
(0.00 / 0.15 / 0.11 / 0.24)

CMYK percentages

%0
%15.38
%11.28
%23.53

Codes

Color #C3A5AD in popluar color models

C3 A5 AD
RGB 195 165 173
HSL 344° 20.00% 70.59%
HSB/HSV 344° 15.38% 76.47%
CMYK 0.00% 15.38% 11.28%
23.53%

Color #C3A5AD in popluar number systems.

HEX C3 A5 AD
Decimal 195 165 173
Binary 11000011 10100101 10101101
Octal 303 245 255

Shades and tints

Shades of #C3A5AD

#C3A5AD
(195,165,173)
#B2969E
(178,150,158)
#A1878F
(161,135,143)
#907880
(144,120,128)
#7F6971
(127,105,113)
#6E5A62
(110,90,98)
#5D4B53
(93,75,83)
#4C3C44
(76,60,68)
#3B2D35
(59,45,53)
#2A1E26
(42,30,38)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #C3A5AD

#C3A5AD
(195,165,173)
#C8ADB4
(200,173,180)
#CDB5BB
(205,181,187)
#D2BDC2
(210,189,194)
#D7C5C9
(215,197,201)
#DCCDD0
(220,205,208)
#E1D5D7
(225,213,215)
#E6DDDE
(230,221,222)
#EBE5E5
(235,229,229)
#F0EDEC
(240,237,236)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A5AD; }

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

This text font color is #C3A5AD.

Background Color

.myBgColor { background-color: #C3A5AD; }

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

This div background color is #C3A5AD.

Border color

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

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

This div border color is #C3A5AD.

Opacity

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

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

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

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

This text has shadow with #C3A5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A5AD.

Preview

Color preview on black background

This text has color #C3A5AD on black background.


Color preview on white background

This text has color #C3A5AD on white background.


Black color preview on #C3A5AD background

This text has black color on #C3A5AD background.


White color preview on #C3A5AD background

This text has white color on #C3A5AD background.


Related colors

Complementary color

Complementary color for #hex is #3C5A52.


I love getcolorcode.com

Triadic colors

1 #ADC3A5 and #A5ADC3 with #C3A5AD are triadic colors.

2 #ADA5C3 and #A5C3AD with #C3A5AD are triadic colors.