COLOR #C198B4

HEX: #C198B4
RGB: (193,152,180)

Color info

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

RGB color model

#C198B4 color RGB value is (193,152,180).

  • red value is 193;
  • green value is 152;
  • blue value is 180.
RGB:
(193,152,180)
(76%,60%,71%)

RGB channels and saturation

R 193 of 255 = 76%
G 152 of 255 = 60%
B 180 of 255 = 71%

193
152
180

R + G + B ~ 69%. #C198B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 152 + 180 = 525 (100%)
R 193 of 525 ~ 36.76%
G 152 of 525 ~ 28.95%
B 180 of 525 ~ 34.29%

%36.76
%28.95
%34.29

CMYK color model

#C198B4 color CMYK value is (0,21,7,24).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 6.74%
  • key color value is 24.31%
CMYK:
(0,21,7,24)
C0M21Y7K24 
(0%,21%,7%,24%)
(0.00/0.21/0.07/0.24)	

CMYK percentages

%0
%21.24
%6.74
%24.31

Codes

Color #C198B4 in popluar color models

C198B4
RGB193152180
HSL319°24.85%67.65%
HSB/HSV319°21.24%75.69%
CMYK0.00%21.24%6.74%
24.31%

Color #C198B4 in popluar number systems.

HEXC198B4
Decimal193152180
Binary110000011001100010110100
Octal301230264

Shades and tints

Shades of #C198B4

#C198B4
(193,152,180)
#B08BA4
(176,139,164)
#9F7E94
(159,126,148)
#8E7184
(142,113,132)
#7D6474
(125,100,116)
#6C5764
(108,87,100)
#5B4A54
(91,74,84)
#4A3D44
(74,61,68)
#393034
(57,48,52)
#282324
(40,35,36)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #C198B4

#C198B4
(193,152,180)
#C6A1BA
(198,161,186)
#CBAAC0
(203,170,192)
#D0B3C6
(208,179,198)
#D5BCCC
(213,188,204)
#DAC5D2
(218,197,210)
#DFCED8
(223,206,216)
#E4D7DE
(228,215,222)
#E9E0E4
(233,224,228)
#EEE9EA
(238,233,234)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C198B4 color. Also use rgb(193,152,180) instead hex code.

Text Font Color

.myTextColor { color: #C198B4; }

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

This text font color is #C198B4.


Background Color

.myBgColor { background-color: #C198B4; }

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

This div background color is #C198B4.


Border color

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

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

This div border color is #C198B4.


Opacity

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

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

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

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

This text has shadow with #C198B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C198B4 on black background.


Color preview on white background

This text has color #C198B4 on white background.



Black color preview on #C198B4 background

This text has black color on #C198B4 background.


White color preview on #C198B4 background

This text has white color on #C198B4 background.