COLOR #C197A7

HEX: #C197A7
RGB: (193,151,167)

Color info

#C197A7 contains red, green and blue colors in about the same proportion. Web safe color of #C197A7 is #CC9999 (or #C99).

RGB color model

#C197A7 color RGB value is (193,151,167).

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

RGB channels and saturation

R 193 of 255 = 76%
G 151 of 255 = 59%
B 167 of 255 = 65%

193
151
167

R + G + B ~ 67%. #C197A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 151 + 167 = 511 (100%)
R 193 of 511 ~ 37.77%
G 151 of 511 ~ 29.55%
B 167 of 511 ~ 32.68%

%37.77
%29.55
%32.68

CMYK color model

#C197A7 color CMYK value is (0,22,13,24).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 13.47%
  • key color value is 24.31%
CMYK:
(0,22,13,24)
C0M22Y13K24 
(0%,22%,13%,24%)
(0.00/0.22/0.13/0.24)	

CMYK percentages

%0
%21.76
%13.47
%24.31

Codes

Color #C197A7 in popluar color models

C197A7
RGB193151167
HSL337°25.30%67.45%
HSB/HSV337°21.76%75.69%
CMYK0.00%21.76%13.47%
24.31%

Color #C197A7 in popluar number systems.

HEXC197A7
Decimal193151167
Binary110000011001011110100111
Octal301227247

Shades and tints

Shades of #C197A7

#C197A7
(193,151,167)
#B08A98
(176,138,152)
#9F7D89
(159,125,137)
#8E707A
(142,112,122)
#7D636B
(125,99,107)
#6C565C
(108,86,92)
#5B494D
(91,73,77)
#4A3C3E
(74,60,62)
#392F2F
(57,47,47)
#282220
(40,34,32)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #C197A7

#C197A7
(193,151,167)
#C6A0AF
(198,160,175)
#CBA9B7
(203,169,183)
#D0B2BF
(208,178,191)
#D5BBC7
(213,187,199)
#DAC4CF
(218,196,207)
#DFCDD7
(223,205,215)
#E4D6DF
(228,214,223)
#E9DFE7
(233,223,231)
#EEE8EF
(238,232,239)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C197A7; }

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

This text font color is #C197A7.


Background Color

.myBgColor { background-color: #C197A7; }

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

This div background color is #C197A7.


Border color

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

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

This div border color is #C197A7.


Opacity

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

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

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

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

This text has shadow with #C197A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C197A7 on black background.


Color preview on white background

This text has color #C197A7 on white background.



Black color preview on #C197A7 background

This text has black color on #C197A7 background.


White color preview on #C197A7 background

This text has white color on #C197A7 background.