COLOR #C597A3

HEX: #C597A3
RGB: (197,151,163)

Color info

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

RGB color model

#C597A3 color RGB value is (197,151,163).

  • red value is 197;
  • green value is 151;
  • blue value is 163.
RGB:
(197,151,163)
(77%,59%,64%)

RGB channels and saturation

R 197 of 255 = 77%
G 151 of 255 = 59%
B 163 of 255 = 64%

197
151
163

R + G + B ~ 67%. #C597A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 151 + 163 = 511 (100%)
R 197 of 511 ~ 38.55%
G 151 of 511 ~ 29.55%
B 163 of 511 ~ 31.9%

%38.55
%29.55
%31.9

CMYK color model

#C597A3 color CMYK value is (0,23,17,23).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 17.26%
  • key color value is 22.75%
CMYK:
(0,23,17,23)
C0M23Y17K23 
(0%,23%,17%,23%)
(0.00/0.23/0.17/0.23)	

CMYK percentages

%0
%23.35
%17.26
%22.75

Codes

Color #C597A3 in popluar color models

C597A3
RGB197151163
HSL344°28.40%68.24%
HSB/HSV344°23.35%77.25%
CMYK0.00%23.35%17.26%
22.75%

Color #C597A3 in popluar number systems.

HEXC597A3
Decimal197151163
Binary110001011001011110100011
Octal305227243

Shades and tints

Shades of #C597A3

#C597A3
(197,151,163)
#B48A95
(180,138,149)
#A37D87
(163,125,135)
#927079
(146,112,121)
#81636B
(129,99,107)
#70565D
(112,86,93)
#5F494F
(95,73,79)
#4E3C41
(78,60,65)
#3D2F33
(61,47,51)
#2C2225
(44,34,37)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #C597A3

#C597A3
(197,151,163)
#CAA0AB
(202,160,171)
#CFA9B3
(207,169,179)
#D4B2BB
(212,178,187)
#D9BBC3
(217,187,195)
#DEC4CB
(222,196,203)
#E3CDD3
(227,205,211)
#E8D6DB
(232,214,219)
#EDDFE3
(237,223,227)
#F2E8EB
(242,232,235)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C597A3 color. Also use rgb(197,151,163) instead hex code.

Text Font Color

.myTextColor { color: #C597A3; }

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

This text font color is #C597A3.


Background Color

.myBgColor { background-color: #C597A3; }

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

This div background color is #C597A3.


Border color

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

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

This div border color is #C597A3.


Opacity

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

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

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

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

This text has shadow with #C597A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C597A3 on black background.


Color preview on white background

This text has color #C597A3 on white background.



Black color preview on #C597A3 background

This text has black color on #C597A3 background.


White color preview on #C597A3 background

This text has white color on #C597A3 background.