COLOR #C198BB

HEX: #C198BB RGB: (193,152,187)

Color info

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

RGB color model

#C198BB color RGB value is (193,152,187).

RGB: (193,152,187) (76%, 60%, 73%)

RGB channels and saturation

R 193 of 255 = 76%
G 152 of 255 = 60%
B 187 of 255 = 73%

193
152
187

R + G + B ~ 70%. #C198BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 152 + 187 = 532 (100%)
R 193 of 532 ~ 36.28%
G 152 of 532 ~ 28.57%
B 187 of 532 ~ 35.15'%

%36.28
%28.57
%35.15

CMYK color model

#C198BB color CMYK value is (0,21,3,24).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 3.11%
  • key color value is 24.31%

CMYK: (0,21,3,24)
C0M21Y3K24 (0%, 21%, 3%, 24%)
(0.00 / 0.21 / 0.03 / 0.24)

CMYK percentages

%0
%21.24
%3.11
%24.31

Codes

Color #C198BB in popluar color models

C1 98 BB
RGB 193 152 187
HSL 309° 24.85% 67.65%
HSB/HSV 309° 21.24% 75.69%
CMYK 0.00% 21.24% 3.11%
24.31%

Color #C198BB in popluar number systems.

HEX C1 98 BB
Decimal 193 152 187
Binary 11000001 10011000 10111011
Octal 301 230 273

Shades and tints

Shades of #C198BB

#C198BB
(193,152,187)
#B08BAA
(176,139,170)
#9F7E99
(159,126,153)
#8E7188
(142,113,136)
#7D6477
(125,100,119)
#6C5766
(108,87,102)
#5B4A55
(91,74,85)
#4A3D44
(74,61,68)
#393033
(57,48,51)
#282322
(40,35,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #C198BB

#C198BB
(193,152,187)
#C6A1C1
(198,161,193)
#CBAAC7
(203,170,199)
#D0B3CD
(208,179,205)
#D5BCD3
(213,188,211)
#DAC5D9
(218,197,217)
#DFCEDF
(223,206,223)
#E4D7E5
(228,215,229)
#E9E0EB
(233,224,235)
#EEE9F1
(238,233,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C198BB; }

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

This text font color is #C198BB.

Background Color

.myBgColor { background-color: #C198BB; }

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

This div background color is #C198BB.

Border color

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

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

This div border color is #C198BB.

Opacity

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

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

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

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

This text has shadow with #C198BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C198BB.

Preview

Color preview on black background

This text has color #C198BB on black background.


Color preview on white background

This text has color #C198BB on white background.


Black color preview on #C198BB background

This text has black color on #C198BB background.


White color preview on #C198BB background

This text has white color on #C198BB background.


Related colors

Complementary color

Complementary color for #hex is #3E6744.


I love getcolorcode.com

Triadic colors

1 #BBC198 and #98BBC1 with #C198BB are triadic colors.

2 #BB98C1 and #98C1BB with #C198BB are triadic colors.