COLOR #C197A1

HEX: #C197A1 RGB: (193,151,161)

Color info

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

RGB color model

#C197A1 color RGB value is (193,151,161).

RGB: (193,151,161) (76%, 59%, 63%)

RGB channels and saturation

R 193 of 255 = 76%
G 151 of 255 = 59%
B 161 of 255 = 63%

193
151
161

R + G + B ~ 66%. #C197A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 151 + 161 = 505 (100%)
R 193 of 505 ~ 38.22%
G 151 of 505 ~ 29.9%
B 161 of 505 ~ 31.88'%

%38.22
%29.9
%31.88

CMYK color model

#C197A1 color CMYK value is (0,22,17,24).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 16.58%
  • key color value is 24.31%

CMYK: (0,22,17,24)
C0M22Y17K24 (0%, 22%, 17%, 24%)
(0.00 / 0.22 / 0.17 / 0.24)

CMYK percentages

%0
%21.76
%16.58
%24.31

Codes

Color #C197A1 in popluar color models

C1 97 A1
RGB 193 151 161
HSL 346° 25.30% 67.45%
HSB/HSV 346° 21.76% 75.69%
CMYK 0.00% 21.76% 16.58%
24.31%

Color #C197A1 in popluar number systems.

HEX C1 97 A1
Decimal 193 151 161
Binary 11000001 10010111 10100001
Octal 301 227 241

Shades and tints

Shades of #C197A1

#C197A1
(193,151,161)
#B08A93
(176,138,147)
#9F7D85
(159,125,133)
#8E7077
(142,112,119)
#7D6369
(125,99,105)
#6C565B
(108,86,91)
#5B494D
(91,73,77)
#4A3C3F
(74,60,63)
#392F31
(57,47,49)
#282223
(40,34,35)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #C197A1

#C197A1
(193,151,161)
#C6A0A9
(198,160,169)
#CBA9B1
(203,169,177)
#D0B2B9
(208,178,185)
#D5BBC1
(213,187,193)
#DAC4C9
(218,196,201)
#DFCDD1
(223,205,209)
#E4D6D9
(228,214,217)
#E9DFE1
(233,223,225)
#EEE8E9
(238,232,233)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C197A1; }

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

This text font color is #C197A1.

Background Color

.myBgColor { background-color: #C197A1; }

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

This div background color is #C197A1.

Border color

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

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

This div border color is #C197A1.

Opacity

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

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

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

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

This text has shadow with #C197A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C197A1.

Preview

Color preview on black background

This text has color #C197A1 on black background.


Color preview on white background

This text has color #C197A1 on white background.


Black color preview on #C197A1 background

This text has black color on #C197A1 background.


White color preview on #C197A1 background

This text has white color on #C197A1 background.


Related colors

Complementary color

Complementary color for #hex is #3E685E.


I love getcolorcode.com

Triadic colors

1 #A1C197 and #97A1C1 with #C197A1 are triadic colors.

2 #A197C1 and #97C1A1 with #C197A1 are triadic colors.