COLOR #C598CD

HEX: #C598CD
RGB: (197,152,205)

Color info

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

RGB color model

#C598CD color RGB value is (197,152,205).

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

RGB channels and saturation

R 197 of 255 = 77%
G 152 of 255 = 60%
B 205 of 255 = 80%

197
152
205

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

Portions of RGB colors in percentages

R + G + B =
197 + 152 + 205 = 554 (100%)
R 197 of 554 ~ 35.56%
G 152 of 554 ~ 27.44%
B 205 of 554 ~ 37%

%35.56
%27.44
%37

CMYK color model

#C598CD color CMYK value is (4,26,0,20).

  • cyan value is 3.90%
  • magenta value is 25.85%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(4,26,0,20)
C4M26Y0K20 
(4%,26%,0%,20%)
(0.04/0.26/0.00/0.20)	

CMYK percentages

%3.9
%25.85
%0
%19.61

Codes

Color #C598CD in popluar color models

C598CD
RGB197152205
HSL291°34.64%70.00%
HSB/HSV291°25.85%80.39%
CMYK3.90%25.85%0.00%
19.61%

Color #C598CD in popluar number systems.

HEXC598CD
Decimal197152205
Binary110001011001100011001101
Octal305230315

Shades and tints

Shades of #C598CD

#C598CD
(197,152,205)
#B48BBB
(180,139,187)
#A37EA9
(163,126,169)
#927197
(146,113,151)
#816485
(129,100,133)
#705773
(112,87,115)
#5F4A61
(95,74,97)
#4E3D4F
(78,61,79)
#3D303D
(61,48,61)
#2C232B
(44,35,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C598CD

#C598CD
(197,152,205)
#CAA1D1
(202,161,209)
#CFAAD5
(207,170,213)
#D4B3D9
(212,179,217)
#D9BCDD
(217,188,221)
#DEC5E1
(222,197,225)
#E3CEE5
(227,206,229)
#E8D7E9
(232,215,233)
#EDE0ED
(237,224,237)
#F2E9F1
(242,233,241)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C598CD; }

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

This text font color is #C598CD.


Background Color

.myBgColor { background-color: #C598CD; }

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

This div background color is #C598CD.


Border color

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

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

This div border color is #C598CD.


Opacity

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

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

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

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

This text has shadow with #C598CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C598CD on black background.


Color preview on white background

This text has color #C598CD on white background.



Black color preview on #C598CD background

This text has black color on #C598CD background.


White color preview on #C598CD background

This text has white color on #C598CD background.