COLOR #C495AE

HEX: #C495AE
RGB: (196,149,174)

Color info

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

RGB color model

#C495AE color RGB value is (196,149,174).

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

RGB channels and saturation

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

196
149
174

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

Portions of RGB colors in percentages

R + G + B =
196 + 149 + 174 = 519 (100%)
R 196 of 519 ~ 37.76%
G 149 of 519 ~ 28.71%
B 174 of 519 ~ 33.53%

%37.76
%28.71
%33.53

CMYK color model

#C495AE color CMYK value is (0,24,11,23).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK:
(0,24,11,23)
C0M24Y11K23 
(0%,24%,11%,23%)
(0.00/0.24/0.11/0.23)	

CMYK percentages

%0
%23.98
%11.22
%23.14

Codes

Color #C495AE in popluar color models

C495AE
RGB196149174
HSL328°28.48%67.65%
HSB/HSV328°23.98%76.86%
CMYK0.00%23.98%11.22%
23.14%

Color #C495AE in popluar number systems.

HEXC495AE
Decimal196149174
Binary110001001001010110101110
Octal304225256

Shades and tints

Shades of #C495AE

#C495AE
(196,149,174)
#B3889F
(179,136,159)
#A27B90
(162,123,144)
#916E81
(145,110,129)
#806172
(128,97,114)
#6F5463
(111,84,99)
#5E4754
(94,71,84)
#4D3A45
(77,58,69)
#3C2D36
(60,45,54)
#2B2027
(43,32,39)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #C495AE

#C495AE
(196,149,174)
#C99EB5
(201,158,181)
#CEA7BC
(206,167,188)
#D3B0C3
(211,176,195)
#D8B9CA
(216,185,202)
#DDC2D1
(221,194,209)
#E2CBD8
(226,203,216)
#E7D4DF
(231,212,223)
#ECDDE6
(236,221,230)
#F1E6ED
(241,230,237)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C495AE; }

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

This text font color is #C495AE.


Background Color

.myBgColor { background-color: #C495AE; }

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

This div background color is #C495AE.


Border color

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

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

This div border color is #C495AE.


Opacity

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

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

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

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

This text has shadow with #C495AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C495AE on black background.


Color preview on white background

This text has color #C495AE on white background.



Black color preview on #C495AE background

This text has black color on #C495AE background.


White color preview on #C495AE background

This text has white color on #C495AE background.