COLOR #C596B3

HEX: #C596B3
RGB: (197,150,179)

Color info

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

RGB color model

#C596B3 color RGB value is (197,150,179).

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

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 179 of 255 = 70%

197
150
179

R + G + B ~ 69%. #C596B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 150 + 179 = 526 (100%)
R 197 of 526 ~ 37.45%
G 150 of 526 ~ 28.52%
B 179 of 526 ~ 34.03%

%37.45
%28.52
%34.03

CMYK color model

#C596B3 color CMYK value is (0,24,9,23).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 9.14%
  • key color value is 22.75%
CMYK:
(0,24,9,23)
C0M24Y9K23 
(0%,24%,9%,23%)
(0.00/0.24/0.09/0.23)	

CMYK percentages

%0
%23.86
%9.14
%22.75

Codes

Color #C596B3 in popluar color models

C596B3
RGB197150179
HSL323°28.83%68.04%
HSB/HSV323°23.86%77.25%
CMYK0.00%23.86%9.14%
22.75%

Color #C596B3 in popluar number systems.

HEXC596B3
Decimal197150179
Binary110001011001011010110011
Octal305226263

Shades and tints

Shades of #C596B3

#C596B3
(197,150,179)
#B489A3
(180,137,163)
#A37C93
(163,124,147)
#926F83
(146,111,131)
#816273
(129,98,115)
#705563
(112,85,99)
#5F4853
(95,72,83)
#4E3B43
(78,59,67)
#3D2E33
(61,46,51)
#2C2123
(44,33,35)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #C596B3

#C596B3
(197,150,179)
#CA9FB9
(202,159,185)
#CFA8BF
(207,168,191)
#D4B1C5
(212,177,197)
#D9BACB
(217,186,203)
#DEC3D1
(222,195,209)
#E3CCD7
(227,204,215)
#E8D5DD
(232,213,221)
#EDDEE3
(237,222,227)
#F2E7E9
(242,231,233)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C596B3; }

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

This text font color is #C596B3.


Background Color

.myBgColor { background-color: #C596B3; }

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

This div background color is #C596B3.


Border color

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

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

This div border color is #C596B3.


Opacity

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

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

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

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

This text has shadow with #C596B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C596B3 on black background.


Color preview on white background

This text has color #C596B3 on white background.



Black color preview on #C596B3 background

This text has black color on #C596B3 background.


White color preview on #C596B3 background

This text has white color on #C596B3 background.