COLOR #C495AD

HEX: #C495AD
RGB: (196,149,173)

Color info

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

RGB color model

#C495AD color RGB value is (196,149,173).

  • red value is 196;
  • green value is 149;
  • blue value is 173.
RGB:
(196,149,173)
(77%,58%,68%)

RGB channels and saturation

R 196 of 255 = 77%
G 149 of 255 = 58%
B 173 of 255 = 68%

196
149
173

R + G + B ~ 68%. #C495AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 149 + 173 = 518 (100%)
R 196 of 518 ~ 37.84%
G 149 of 518 ~ 28.76%
B 173 of 518 ~ 33.4%

%37.84
%28.76
%33.4

CMYK color model

#C495AD color CMYK value is (0,24,12,23).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 11.73%
  • key color value is 23.14%
CMYK:
(0,24,12,23)
C0M24Y12K23 
(0%,24%,12%,23%)
(0.00/0.24/0.12/0.23)	

CMYK percentages

%0
%23.98
%11.73
%23.14

Codes

Color #C495AD in popluar color models

C495AD
RGB196149173
HSL329°28.48%67.65%
HSB/HSV329°23.98%76.86%
CMYK0.00%23.98%11.73%
23.14%

Color #C495AD in popluar number systems.

HEXC495AD
Decimal196149173
Binary110001001001010110101101
Octal304225255

Shades and tints

Shades of #C495AD

#C495AD
(196,149,173)
#B3889E
(179,136,158)
#A27B8F
(162,123,143)
#916E80
(145,110,128)
#806171
(128,97,113)
#6F5462
(111,84,98)
#5E4753
(94,71,83)
#4D3A44
(77,58,68)
#3C2D35
(60,45,53)
#2B2026
(43,32,38)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #C495AD

#C495AD
(196,149,173)
#C99EB4
(201,158,180)
#CEA7BB
(206,167,187)
#D3B0C2
(211,176,194)
#D8B9C9
(216,185,201)
#DDC2D0
(221,194,208)
#E2CBD7
(226,203,215)
#E7D4DE
(231,212,222)
#ECDDE5
(236,221,229)
#F1E6EC
(241,230,236)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C495AD color. Also use rgb(196,149,173) instead hex code.

Text Font Color

.myTextColor { color: #C495AD; }

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

This text font color is #C495AD.


Background Color

.myBgColor { background-color: #C495AD; }

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

This div background color is #C495AD.


Border color

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

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

This div border color is #C495AD.


Opacity

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

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

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

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

This text has shadow with #C495AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C495AD on black background.


Color preview on white background

This text has color #C495AD on white background.



Black color preview on #C495AD background

This text has black color on #C495AD background.


White color preview on #C495AD background

This text has white color on #C495AD background.