COLOR #C198D2

HEX: #C198D2 RGB: (193,152,210)

Color info

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

RGB color model

#C198D2 color RGB value is (193,152,210).

RGB: (193,152,210) (76%, 60%, 82%)

RGB channels and saturation

R 193 of 255 = 76%
G 152 of 255 = 60%
B 210 of 255 = 82%

193
152
210

R + G + B ~ 73%. #C198D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 152 + 210 = 555 (100%)
R 193 of 555 ~ 34.77%
G 152 of 555 ~ 27.39%
B 210 of 555 ~ 37.84'%

%34.77
%27.39
%37.84

CMYK color model

#C198D2 color CMYK value is (8,28,0,18).

  • cyan value is 8.10%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (8,28,0,18)
C8M28Y0K18 (8%, 28%, 0%, 18%)
(0.08 / 0.28 / 0.00 / 0.18)

CMYK percentages

%8.1
%27.62
%0
%17.65

Codes

Color #C198D2 in popluar color models

C1 98 D2
RGB 193 152 210
HSL 282° 39.19% 70.98%
HSB/HSV 282° 27.62% 82.35%
CMYK 8.10% 27.62% 0.00%
17.65%

Color #C198D2 in popluar number systems.

HEX C1 98 D2
Decimal 193 152 210
Binary 11000001 10011000 11010010
Octal 301 230 322

Shades and tints

Shades of #C198D2

#C198D2
(193,152,210)
#B08BBF
(176,139,191)
#9F7EAC
(159,126,172)
#8E7199
(142,113,153)
#7D6486
(125,100,134)
#6C5773
(108,87,115)
#5B4A60
(91,74,96)
#4A3D4D
(74,61,77)
#39303A
(57,48,58)
#282327
(40,35,39)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #C198D2

#C198D2
(193,152,210)
#C6A1D6
(198,161,214)
#CBAADA
(203,170,218)
#D0B3DE
(208,179,222)
#D5BCE2
(213,188,226)
#DAC5E6
(218,197,230)
#DFCEEA
(223,206,234)
#E4D7EE
(228,215,238)
#E9E0F2
(233,224,242)
#EEE9F6
(238,233,246)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C198D2; }

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

This text font color is #C198D2.

Background Color

.myBgColor { background-color: #C198D2; }

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

This div background color is #C198D2.

Border color

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

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

This div border color is #C198D2.

Opacity

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

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

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

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

This text has shadow with #C198D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C198D2.

Preview

Color preview on black background

This text has color #C198D2 on black background.


Color preview on white background

This text has color #C198D2 on white background.


Black color preview on #C198D2 background

This text has black color on #C198D2 background.


White color preview on #C198D2 background

This text has white color on #C198D2 background.


Related colors

Complementary color

Complementary color for #hex is #3E672D.


I love getcolorcode.com

Triadic colors

1 #D2C198 and #98D2C1 with #C198D2 are triadic colors.

2 #D298C1 and #98C1D2 with #C198D2 are triadic colors.