COLOR #C198CC

HEX: #C198CC
RGB: (193,152,204)

Color info

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

RGB color model

#C198CC color RGB value is (193,152,204).

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

RGB channels and saturation

R 193 of 255 = 76%
G 152 of 255 = 60%
B 204 of 255 = 80%

193
152
204

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

Portions of RGB colors in percentages

R + G + B =
193 + 152 + 204 = 549 (100%)
R 193 of 549 ~ 35.15%
G 152 of 549 ~ 27.69%
B 204 of 549 ~ 37.16%

%35.15
%27.69
%37.16

CMYK color model

#C198CC color CMYK value is (5,25,0,20).

  • cyan value is 5.39%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(5,25,0,20)
C5M25Y0K20 
(5%,25%,0%,20%)
(0.05/0.25/0.00/0.20)	

CMYK percentages

%5.39
%25.49
%0
%20

Codes

Color #C198CC in popluar color models

C198CC
RGB193152204
HSL287°33.77%69.80%
HSB/HSV287°25.49%80.00%
CMYK5.39%25.49%0.00%
20.00%

Color #C198CC in popluar number systems.

HEXC198CC
Decimal193152204
Binary110000011001100011001100
Octal301230314

Shades and tints

Shades of #C198CC

#C198CC
(193,152,204)
#B08BBA
(176,139,186)
#9F7EA8
(159,126,168)
#8E7196
(142,113,150)
#7D6484
(125,100,132)
#6C5772
(108,87,114)
#5B4A60
(91,74,96)
#4A3D4E
(74,61,78)
#39303C
(57,48,60)
#28232A
(40,35,42)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #C198CC

#C198CC
(193,152,204)
#C6A1D0
(198,161,208)
#CBAAD4
(203,170,212)
#D0B3D8
(208,179,216)
#D5BCDC
(213,188,220)
#DAC5E0
(218,197,224)
#DFCEE4
(223,206,228)
#E4D7E8
(228,215,232)
#E9E0EC
(233,224,236)
#EEE9F0
(238,233,240)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C198CC; }

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

This text font color is #C198CC.


Background Color

.myBgColor { background-color: #C198CC; }

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

This div background color is #C198CC.


Border color

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

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

This div border color is #C198CC.


Opacity

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

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

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

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

This text has shadow with #C198CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C198CC on black background.


Color preview on white background

This text has color #C198CC on white background.



Black color preview on #C198CC background

This text has black color on #C198CC background.


White color preview on #C198CC background

This text has white color on #C198CC background.