COLOR #C197B9

HEX: #C197B9
RGB: (193,151,185)

Color info

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

RGB color model

#C197B9 color RGB value is (193,151,185).

  • red value is 193;
  • green value is 151;
  • blue value is 185.
RGB:
(193,151,185)
(76%,59%,73%)

RGB channels and saturation

R 193 of 255 = 76%
G 151 of 255 = 59%
B 185 of 255 = 73%

193
151
185

R + G + B ~ 69%. #C197B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 151 + 185 = 529 (100%)
R 193 of 529 ~ 36.48%
G 151 of 529 ~ 28.54%
B 185 of 529 ~ 34.97%

%36.48
%28.54
%34.97

CMYK color model

#C197B9 color CMYK value is (0,22,4,24).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 4.15%
  • key color value is 24.31%
CMYK:
(0,22,4,24)
C0M22Y4K24 
(0%,22%,4%,24%)
(0.00/0.22/0.04/0.24)	

CMYK percentages

%0
%21.76
%4.15
%24.31

Codes

Color #C197B9 in popluar color models

C197B9
RGB193151185
HSL311°25.30%67.45%
HSB/HSV311°21.76%75.69%
CMYK0.00%21.76%4.15%
24.31%

Color #C197B9 in popluar number systems.

HEXC197B9
Decimal193151185
Binary110000011001011110111001
Octal301227271

Shades and tints

Shades of #C197B9

#C197B9
(193,151,185)
#B08AA9
(176,138,169)
#9F7D99
(159,125,153)
#8E7089
(142,112,137)
#7D6379
(125,99,121)
#6C5669
(108,86,105)
#5B4959
(91,73,89)
#4A3C49
(74,60,73)
#392F39
(57,47,57)
#282229
(40,34,41)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #C197B9

#C197B9
(193,151,185)
#C6A0BF
(198,160,191)
#CBA9C5
(203,169,197)
#D0B2CB
(208,178,203)
#D5BBD1
(213,187,209)
#DAC4D7
(218,196,215)
#DFCDDD
(223,205,221)
#E4D6E3
(228,214,227)
#E9DFE9
(233,223,233)
#EEE8EF
(238,232,239)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C197B9 color. Also use rgb(193,151,185) instead hex code.

Text Font Color

.myTextColor { color: #C197B9; }

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

This text font color is #C197B9.


Background Color

.myBgColor { background-color: #C197B9; }

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

This div background color is #C197B9.


Border color

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

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

This div border color is #C197B9.


Opacity

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

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

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

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

This text has shadow with #C197B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C197B9 on black background.


Color preview on white background

This text has color #C197B9 on white background.



Black color preview on #C197B9 background

This text has black color on #C197B9 background.


White color preview on #C197B9 background

This text has white color on #C197B9 background.