COLOR #C596A1

HEX: #C596A1
RGB: (197,150,161)

Color info

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

RGB color model

#C596A1 color RGB value is (197,150,161).

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

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 161 of 255 = 63%

197
150
161

R + G + B ~ 66%. #C596A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 150 + 161 = 508 (100%)
R 197 of 508 ~ 38.78%
G 150 of 508 ~ 29.53%
B 161 of 508 ~ 31.69%

%38.78
%29.53
%31.69

CMYK color model

#C596A1 color CMYK value is (0,24,18,23).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 18.27%
  • key color value is 22.75%
CMYK:
(0,24,18,23)
C0M24Y18K23 
(0%,24%,18%,23%)
(0.00/0.24/0.18/0.23)	

CMYK percentages

%0
%23.86
%18.27
%22.75

Codes

Color #C596A1 in popluar color models

C596A1
RGB197150161
HSL346°28.83%68.04%
HSB/HSV346°23.86%77.25%
CMYK0.00%23.86%18.27%
22.75%

Color #C596A1 in popluar number systems.

HEXC596A1
Decimal197150161
Binary110001011001011010100001
Octal305226241

Shades and tints

Shades of #C596A1

#C596A1
(197,150,161)
#B48993
(180,137,147)
#A37C85
(163,124,133)
#926F77
(146,111,119)
#816269
(129,98,105)
#70555B
(112,85,91)
#5F484D
(95,72,77)
#4E3B3F
(78,59,63)
#3D2E31
(61,46,49)
#2C2123
(44,33,35)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #C596A1

#C596A1
(197,150,161)
#CA9FA9
(202,159,169)
#CFA8B1
(207,168,177)
#D4B1B9
(212,177,185)
#D9BAC1
(217,186,193)
#DEC3C9
(222,195,201)
#E3CCD1
(227,204,209)
#E8D5D9
(232,213,217)
#EDDEE1
(237,222,225)
#F2E7E9
(242,231,233)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C596A1; }

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

This text font color is #C596A1.


Background Color

.myBgColor { background-color: #C596A1; }

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

This div background color is #C596A1.


Border color

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

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

This div border color is #C596A1.


Opacity

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

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

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

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

This text has shadow with #C596A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C596A1 on black background.


Color preview on white background

This text has color #C596A1 on white background.



Black color preview on #C596A1 background

This text has black color on #C596A1 background.


White color preview on #C596A1 background

This text has white color on #C596A1 background.