COLOR #C596AF

HEX: #C596AF
RGB: (197,150,175)

Color info

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

RGB color model

#C596AF color RGB value is (197,150,175).

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

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 175 of 255 = 69%

197
150
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 150 + 175 = 522 (100%)
R 197 of 522 ~ 37.74%
G 150 of 522 ~ 28.74%
B 175 of 522 ~ 33.52%

%37.74
%28.74
%33.52

CMYK color model

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

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

CMYK percentages

%0
%23.86
%11.17
%22.75

Codes

Color #C596AF in popluar color models

C596AF
RGB197150175
HSL328°28.83%68.04%
HSB/HSV328°23.86%77.25%
CMYK0.00%23.86%11.17%
22.75%

Color #C596AF in popluar number systems.

HEXC596AF
Decimal197150175
Binary110001011001011010101111
Octal305226257

Shades and tints

Shades of #C596AF

#C596AF
(197,150,175)
#B489A0
(180,137,160)
#A37C91
(163,124,145)
#926F82
(146,111,130)
#816273
(129,98,115)
#705564
(112,85,100)
#5F4855
(95,72,85)
#4E3B46
(78,59,70)
#3D2E37
(61,46,55)
#2C2128
(44,33,40)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C596AF

#C596AF
(197,150,175)
#CA9FB6
(202,159,182)
#CFA8BD
(207,168,189)
#D4B1C4
(212,177,196)
#D9BACB
(217,186,203)
#DEC3D2
(222,195,210)
#E3CCD9
(227,204,217)
#E8D5E0
(232,213,224)
#EDDEE7
(237,222,231)
#F2E7EE
(242,231,238)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C596AF color. Also use rgb(197,150,175) instead hex code.

Text Font Color

.myTextColor { color: #C596AF; }

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

This text font color is #C596AF.


Background Color

.myBgColor { background-color: #C596AF; }

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

This div background color is #C596AF.


Border color

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

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

This div border color is #C596AF.


Opacity

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

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

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

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

This text has shadow with #C596AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C596AF on black background.


Color preview on white background

This text has color #C596AF on white background.



Black color preview on #C596AF background

This text has black color on #C596AF background.


White color preview on #C596AF background

This text has white color on #C596AF background.