COLOR #C596CB

HEX: #C596CB RGB: (197,150,203)

Color info

#C596CB contains red, green and blue colors in about the same proportion. Web safe color of #C596CB is #CC99CC (or #C9C).

RGB color model

#C596CB color RGB value is (197,150,203).

RGB: (197,150,203) (77%, 59%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 203 of 255 = 80%

197
150
203

R + G + B ~ 72%. #C596CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 150 + 203 = 550 (100%)
R 197 of 550 ~ 35.82%
G 150 of 550 ~ 27.27%
B 203 of 550 ~ 36.91'%

%35.82
%27.27
%36.91

CMYK color model

#C596CB color CMYK value is (3,26,0,20).

  • cyan value is 2.96%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (3,26,0,20)
C3M26Y0K20 (3%, 26%, 0%, 20%)
(0.03 / 0.26 / 0.00 / 0.20)

CMYK percentages

%2.96
%26.11
%0
%20.39

Codes

Color #C596CB in popluar color models

C5 96 CB
RGB 197 150 203
HSL 293° 33.76% 69.22%
HSB/HSV 293° 26.11% 79.61%
CMYK 2.96% 26.11% 0.00%
20.39%

Color #C596CB in popluar number systems.

HEX C5 96 CB
Decimal 197 150 203
Binary 11000101 10010110 11001011
Octal 305 226 313

Shades and tints

Shades of #C596CB

#C596CB
(197,150,203)
#B489B9
(180,137,185)
#A37CA7
(163,124,167)
#926F95
(146,111,149)
#816283
(129,98,131)
#705571
(112,85,113)
#5F485F
(95,72,95)
#4E3B4D
(78,59,77)
#3D2E3B
(61,46,59)
#2C2129
(44,33,41)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #C596CB

#C596CB
(197,150,203)
#CA9FCF
(202,159,207)
#CFA8D3
(207,168,211)
#D4B1D7
(212,177,215)
#D9BADB
(217,186,219)
#DEC3DF
(222,195,223)
#E3CCE3
(227,204,227)
#E8D5E7
(232,213,231)
#EDDEEB
(237,222,235)
#F2E7EF
(242,231,239)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C596CB; }

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

This text font color is #C596CB.

Background Color

.myBgColor { background-color: #C596CB; }

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

This div background color is #C596CB.

Border color

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

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

This div border color is #C596CB.

Opacity

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

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

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

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

This text has shadow with #C596CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C596CB.

Preview

Color preview on black background

This text has color #C596CB on black background.


Color preview on white background

This text has color #C596CB on white background.


Black color preview on #C596CB background

This text has black color on #C596CB background.


White color preview on #C596CB background

This text has white color on #C596CB background.


Related colors

Complementary color

Complementary color for #hex is #3A6934.


I love getcolorcode.com

Triadic colors

1 #CBC596 and #96CBC5 with #C596CB are triadic colors.

2 #CB96C5 and #96C5CB with #C596CB are triadic colors.