COLOR #C596AE

HEX: #C596AE RGB: (197,150,174)

Color info

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

RGB color model

#C596AE color RGB value is (197,150,174).

RGB: (197,150,174) (77%, 59%, 68%)

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 174 of 255 = 68%

197
150
174

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

Portions of RGB colors in percentages

R + G + B = 197 + 150 + 174 = 521 (100%)
R 197 of 521 ~ 37.81%
G 150 of 521 ~ 28.79%
B 174 of 521 ~ 33.4'%

%37.81
%28.79
%33.4

CMYK color model

#C596AE color CMYK value is (0,24,12,23).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 11.68%
  • key color value is 22.75%
CMYK: (0,24,12,23) C0M24Y12K23 (0%,24%,12%,23%) (0.00/0.24/0.12/0.23) 

CMYK percentages

%0
%23.86
%11.68
%22.75

Codes

Color #C596AE in popluar color models

C5 96 AE
RGB 197 150 174
HSL 329° 28.83% 68.04%
HSB/HSV 329° 23.86% 77.25%
CMYK 0.00% 23.86% 11.68%
22.75%

Color #C596AE in popluar number systems.

HEX C5 96 AE
Decimal 197 150 174
Binary 11000101 10010110 10101110
Octal 305 226 256

Shades and tints

Shades of #C596AE

#C596AE
(197,150,174)
#B4899F
(180,137,159)
#A37C90
(163,124,144)
#926F81
(146,111,129)
#816272
(129,98,114)
#705563
(112,85,99)
#5F4854
(95,72,84)
#4E3B45
(78,59,69)
#3D2E36
(61,46,54)
#2C2127
(44,33,39)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C596AE

#C596AE
(197,150,174)
#CA9FB5
(202,159,181)
#CFA8BC
(207,168,188)
#D4B1C3
(212,177,195)
#D9BACA
(217,186,202)
#DEC3D1
(222,195,209)
#E3CCD8
(227,204,216)
#E8D5DF
(232,213,223)
#EDDEE6
(237,222,230)
#F2E7ED
(242,231,237)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C596AE; }

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

This text font color is #C596AE.

Background Color

.myBgColor { background-color: #C596AE; }

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

This div background color is #C596AE.

Border color

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

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

This div border color is #C596AE.

Opacity

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

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

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

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

This text has shadow with #C596AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C596AE.

Preview

Color preview on black background

This text has color #C596AE on black background.


Color preview on white background

This text has color #C596AE on white background.


Black color preview on #C596AE background

This text has black color on #C596AE background.


White color preview on #C596AE background

This text has white color on #C596AE background.


Related colors

Complementary color

Complementary color for #hex is #3A6951.


I love getcolorcode.com

Triadic colors

1 #AEC596 and #96AEC5 with #C596AE are triadic colors.

2 #AE96C5 and #96C5AE with #C596AE are triadic colors.