COLOR #C198BA

HEX: #C198BA
RGB: (193,152,186)

Color info

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

RGB color model

#C198BA color RGB value is (193,152,186).

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

RGB channels and saturation

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

193
152
186

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

Portions of RGB colors in percentages

R + G + B =
193 + 152 + 186 = 531 (100%)
R 193 of 531 ~ 36.35%
G 152 of 531 ~ 28.63%
B 186 of 531 ~ 35.03%

%36.35
%28.63
%35.03

CMYK color model

#C198BA color CMYK value is (0,21,4,24).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 3.63%
  • key color value is 24.31%
CMYK:
(0,21,4,24)
C0M21Y4K24 
(0%,21%,4%,24%)
(0.00/0.21/0.04/0.24)	

CMYK percentages

%0
%21.24
%3.63
%24.31

Codes

Color #C198BA in popluar color models

C198BA
RGB193152186
HSL310°24.85%67.65%
HSB/HSV310°21.24%75.69%
CMYK0.00%21.24%3.63%
24.31%

Color #C198BA in popluar number systems.

HEXC198BA
Decimal193152186
Binary110000011001100010111010
Octal301230272

Shades and tints

Shades of #C198BA

#C198BA
(193,152,186)
#B08BAA
(176,139,170)
#9F7E9A
(159,126,154)
#8E718A
(142,113,138)
#7D647A
(125,100,122)
#6C576A
(108,87,106)
#5B4A5A
(91,74,90)
#4A3D4A
(74,61,74)
#39303A
(57,48,58)
#28232A
(40,35,42)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #C198BA

#C198BA
(193,152,186)
#C6A1C0
(198,161,192)
#CBAAC6
(203,170,198)
#D0B3CC
(208,179,204)
#D5BCD2
(213,188,210)
#DAC5D8
(218,197,216)
#DFCEDE
(223,206,222)
#E4D7E4
(228,215,228)
#E9E0EA
(233,224,234)
#EEE9F0
(238,233,240)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C198BA; }

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

This text font color is #C198BA.


Background Color

.myBgColor { background-color: #C198BA; }

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

This div background color is #C198BA.


Border color

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

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

This div border color is #C198BA.


Opacity

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

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

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

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

This text has shadow with #C198BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C198BA on black background.


Color preview on white background

This text has color #C198BA on white background.



Black color preview on #C198BA background

This text has black color on #C198BA background.


White color preview on #C198BA background

This text has white color on #C198BA background.