COLOR #C198C7

HEX: #C198C7 RGB: (193,152,199)

Color info

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

RGB color model

#C198C7 color RGB value is (193,152,199).

RGB: (193,152,199) (76%, 60%, 78%)

RGB channels and saturation

R 193 of 255 = 76%
G 152 of 255 = 60%
B 199 of 255 = 78%

193
152
199

R + G + B ~ 71%. #C198C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 152 + 199 = 544 (100%)
R 193 of 544 ~ 35.48%
G 152 of 544 ~ 27.94%
B 199 of 544 ~ 36.58'%

%35.48
%27.94
%36.58

CMYK color model

#C198C7 color CMYK value is (3,24,0,22).

  • cyan value is 3.02%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (3,24,0,22)
C3M24Y0K22 (3%, 24%, 0%, 22%)
(0.03 / 0.24 / 0.00 / 0.22)

CMYK percentages

%3.02
%23.62
%0
%21.96

Codes

Color #C198C7 in popluar color models

C1 98 C7
RGB 193 152 199
HSL 292° 29.56% 68.82%
HSB/HSV 292° 23.62% 78.04%
CMYK 3.02% 23.62% 0.00%
21.96%

Color #C198C7 in popluar number systems.

HEX C1 98 C7
Decimal 193 152 199
Binary 11000001 10011000 11000111
Octal 301 230 307

Shades and tints

Shades of #C198C7

#C198C7
(193,152,199)
#B08BB5
(176,139,181)
#9F7EA3
(159,126,163)
#8E7191
(142,113,145)
#7D647F
(125,100,127)
#6C576D
(108,87,109)
#5B4A5B
(91,74,91)
#4A3D49
(74,61,73)
#393037
(57,48,55)
#282325
(40,35,37)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #C198C7

#C198C7
(193,152,199)
#C6A1CC
(198,161,204)
#CBAAD1
(203,170,209)
#D0B3D6
(208,179,214)
#D5BCDB
(213,188,219)
#DAC5E0
(218,197,224)
#DFCEE5
(223,206,229)
#E4D7EA
(228,215,234)
#E9E0EF
(233,224,239)
#EEE9F4
(238,233,244)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C198C7; }

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

This text font color is #C198C7.

Background Color

.myBgColor { background-color: #C198C7; }

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

This div background color is #C198C7.

Border color

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

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

This div border color is #C198C7.

Opacity

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

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

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

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

This text has shadow with #C198C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C198C7.

Preview

Color preview on black background

This text has color #C198C7 on black background.


Color preview on white background

This text has color #C198C7 on white background.


Black color preview on #C198C7 background

This text has black color on #C198C7 background.


White color preview on #C198C7 background

This text has white color on #C198C7 background.


Related colors

Complementary color

Complementary color for #hex is #3E6738.


I love getcolorcode.com

Triadic colors

1 #C7C198 and #98C7C1 with #C198C7 are triadic colors.

2 #C798C1 and #98C1C7 with #C198C7 are triadic colors.