COLOR #C598AC

HEX: #C598AC
RGB: (197,152,172)

Color info

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

RGB color model

#C598AC color RGB value is (197,152,172).

  • red value is 197;
  • green value is 152;
  • blue value is 172.
RGB:
(197,152,172)
(77%,60%,67%)

RGB channels and saturation

R 197 of 255 = 77%
G 152 of 255 = 60%
B 172 of 255 = 67%

197
152
172

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

Portions of RGB colors in percentages

R + G + B =
197 + 152 + 172 = 521 (100%)
R 197 of 521 ~ 37.81%
G 152 of 521 ~ 29.17%
B 172 of 521 ~ 33.01%

%37.81
%29.17
%33.01

CMYK color model

#C598AC color CMYK value is (0,23,13,23).

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK:
(0,23,13,23)
C0M23Y13K23 
(0%,23%,13%,23%)
(0.00/0.23/0.13/0.23)	

CMYK percentages

%0
%22.84
%12.69
%22.75

Codes

Color #C598AC in popluar color models

C598AC
RGB197152172
HSL333°27.95%68.43%
HSB/HSV333°22.84%77.25%
CMYK0.00%22.84%12.69%
22.75%

Color #C598AC in popluar number systems.

HEXC598AC
Decimal197152172
Binary110001011001100010101100
Octal305230254

Shades and tints

Shades of #C598AC

#C598AC
(197,152,172)
#B48B9D
(180,139,157)
#A37E8E
(163,126,142)
#92717F
(146,113,127)
#816470
(129,100,112)
#705761
(112,87,97)
#5F4A52
(95,74,82)
#4E3D43
(78,61,67)
#3D3034
(61,48,52)
#2C2325
(44,35,37)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #C598AC

#C598AC
(197,152,172)
#CAA1B3
(202,161,179)
#CFAABA
(207,170,186)
#D4B3C1
(212,179,193)
#D9BCC8
(217,188,200)
#DEC5CF
(222,197,207)
#E3CED6
(227,206,214)
#E8D7DD
(232,215,221)
#EDE0E4
(237,224,228)
#F2E9EB
(242,233,235)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C598AC color. Also use rgb(197,152,172) instead hex code.

Text Font Color

.myTextColor { color: #C598AC; }

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

This text font color is #C598AC.


Background Color

.myBgColor { background-color: #C598AC; }

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

This div background color is #C598AC.


Border color

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

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

This div border color is #C598AC.


Opacity

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

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

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

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

This text has shadow with #C598AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C598AC on black background.


Color preview on white background

This text has color #C598AC on white background.



Black color preview on #C598AC background

This text has black color on #C598AC background.


White color preview on #C598AC background

This text has white color on #C598AC background.