COLOR #C497AF

HEX: #C497AF
RGB: (196,151,175)

Color info

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

RGB color model

#C497AF color RGB value is (196,151,175).

  • red value is 196;
  • green value is 151;
  • blue value is 175.
RGB:
(196,151,175)
(77%,59%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 151 of 255 = 59%
B 175 of 255 = 69%

196
151
175

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

Portions of RGB colors in percentages

R + G + B =
196 + 151 + 175 = 522 (100%)
R 196 of 522 ~ 37.55%
G 151 of 522 ~ 28.93%
B 175 of 522 ~ 33.52%

%37.55
%28.93
%33.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 10.71%
  • key color value is 23.14%
CMYK:
(0,23,11,23)
C0M23Y11K23 
(0%,23%,11%,23%)
(0.00/0.23/0.11/0.23)	

CMYK percentages

%0
%22.96
%10.71
%23.14

Codes

Color #C497AF in popluar color models

C497AF
RGB196151175
HSL328°27.61%68.04%
HSB/HSV328°22.96%76.86%
CMYK0.00%22.96%10.71%
23.14%

Color #C497AF in popluar number systems.

HEXC497AF
Decimal196151175
Binary110001001001011110101111
Octal304227257

Shades and tints

Shades of #C497AF

#C497AF
(196,151,175)
#B38AA0
(179,138,160)
#A27D91
(162,125,145)
#917082
(145,112,130)
#806373
(128,99,115)
#6F5664
(111,86,100)
#5E4955
(94,73,85)
#4D3C46
(77,60,70)
#3C2F37
(60,47,55)
#2B2228
(43,34,40)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #C497AF

#C497AF
(196,151,175)
#C9A0B6
(201,160,182)
#CEA9BD
(206,169,189)
#D3B2C4
(211,178,196)
#D8BBCB
(216,187,203)
#DDC4D2
(221,196,210)
#E2CDD9
(226,205,217)
#E7D6E0
(231,214,224)
#ECDFE7
(236,223,231)
#F1E8EE
(241,232,238)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C497AF color. Also use rgb(196,151,175) instead hex code.

Text Font Color

.myTextColor { color: #C497AF; }

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

This text font color is #C497AF.


Background Color

.myBgColor { background-color: #C497AF; }

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

This div background color is #C497AF.


Border color

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

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

This div border color is #C497AF.


Opacity

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

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

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

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

This text has shadow with #C497AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C497AF on black background.


Color preview on white background

This text has color #C497AF on white background.



Black color preview on #C497AF background

This text has black color on #C497AF background.


White color preview on #C497AF background

This text has white color on #C497AF background.