COLOR #C197AB

HEX: #C197AB RGB: (193,151,171)

Color info

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

RGB color model

#C197AB color RGB value is (193,151,171).

RGB: (193,151,171) (76%, 59%, 67%)

RGB channels and saturation

R 193 of 255 = 76%
G 151 of 255 = 59%
B 171 of 255 = 67%

193
151
171

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

Portions of RGB colors in percentages

R + G + B = 193 + 151 + 171 = 515 (100%)
R 193 of 515 ~ 37.48%
G 151 of 515 ~ 29.32%
B 171 of 515 ~ 33.2'%

%37.48
%29.32
%33.2

CMYK color model

#C197AB color CMYK value is (0,22,11,24).

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

CMYK: (0,22,11,24)
C0M22Y11K24 (0%, 22%, 11%, 24%)
(0.00 / 0.22 / 0.11 / 0.24)

CMYK percentages

%0
%21.76
%11.4
%24.31

Codes

Color #C197AB in popluar color models

C1 97 AB
RGB 193 151 171
HSL 331° 25.30% 67.45%
HSB/HSV 331° 21.76% 75.69%
CMYK 0.00% 21.76% 11.40%
24.31%

Color #C197AB in popluar number systems.

HEX C1 97 AB
Decimal 193 151 171
Binary 11000001 10010111 10101011
Octal 301 227 253

Shades and tints

Shades of #C197AB

#C197AB
(193,151,171)
#B08A9C
(176,138,156)
#9F7D8D
(159,125,141)
#8E707E
(142,112,126)
#7D636F
(125,99,111)
#6C5660
(108,86,96)
#5B4951
(91,73,81)
#4A3C42
(74,60,66)
#392F33
(57,47,51)
#282224
(40,34,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #C197AB

#C197AB
(193,151,171)
#C6A0B2
(198,160,178)
#CBA9B9
(203,169,185)
#D0B2C0
(208,178,192)
#D5BBC7
(213,187,199)
#DAC4CE
(218,196,206)
#DFCDD5
(223,205,213)
#E4D6DC
(228,214,220)
#E9DFE3
(233,223,227)
#EEE8EA
(238,232,234)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C197AB; }

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

This text font color is #C197AB.

Background Color

.myBgColor { background-color: #C197AB; }

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

This div background color is #C197AB.

Border color

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

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

This div border color is #C197AB.

Opacity

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

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

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

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

This text has shadow with #C197AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C197AB.

Preview

Color preview on black background

This text has color #C197AB on black background.


Color preview on white background

This text has color #C197AB on white background.


Black color preview on #C197AB background

This text has black color on #C197AB background.


White color preview on #C197AB background

This text has white color on #C197AB background.


Related colors

Complementary color

Complementary color for #hex is #3E6854.


I love getcolorcode.com

Triadic colors

1 #ABC197 and #97ABC1 with #C197AB are triadic colors.

2 #AB97C1 and #97C1AB with #C197AB are triadic colors.