COLOR #C197A5

HEX: #C197A5 RGB: (193,151,165)

Color info

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

RGB color model

#C197A5 color RGB value is (193,151,165).

RGB: (193,151,165) (76%, 59%, 65%)

RGB channels and saturation

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

193
151
165

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

Portions of RGB colors in percentages

R + G + B = 193 + 151 + 165 = 509 (100%)
R 193 of 509 ~ 37.92%
G 151 of 509 ~ 29.67%
B 165 of 509 ~ 32.42'%

%37.92
%29.67
%32.42

CMYK color model

#C197A5 color CMYK value is (0,22,15,24).

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

CMYK: (0,22,15,24)
C0M22Y15K24 (0%, 22%, 15%, 24%)
(0.00 / 0.22 / 0.15 / 0.24)

CMYK percentages

%0
%21.76
%14.51
%24.31

Codes

Color #C197A5 in popluar color models

C1 97 A5
RGB 193 151 165
HSL 340° 25.30% 67.45%
HSB/HSV 340° 21.76% 75.69%
CMYK 0.00% 21.76% 14.51%
24.31%

Color #C197A5 in popluar number systems.

HEX C1 97 A5
Decimal 193 151 165
Binary 11000001 10010111 10100101
Octal 301 227 245

Shades and tints

Shades of #C197A5

#C197A5
(193,151,165)
#B08A96
(176,138,150)
#9F7D87
(159,125,135)
#8E7078
(142,112,120)
#7D6369
(125,99,105)
#6C565A
(108,86,90)
#5B494B
(91,73,75)
#4A3C3C
(74,60,60)
#392F2D
(57,47,45)
#28221E
(40,34,30)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #C197A5

#C197A5
(193,151,165)
#C6A0AD
(198,160,173)
#CBA9B5
(203,169,181)
#D0B2BD
(208,178,189)
#D5BBC5
(213,187,197)
#DAC4CD
(218,196,205)
#DFCDD5
(223,205,213)
#E4D6DD
(228,214,221)
#E9DFE5
(233,223,229)
#EEE8ED
(238,232,237)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C197A5; }

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

This text font color is #C197A5.

Background Color

.myBgColor { background-color: #C197A5; }

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

This div background color is #C197A5.

Border color

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

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

This div border color is #C197A5.

Opacity

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

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

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

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

This text has shadow with #C197A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C197A5.

Preview

Color preview on black background

This text has color #C197A5 on black background.


Color preview on white background

This text has color #C197A5 on white background.


Black color preview on #C197A5 background

This text has black color on #C197A5 background.


White color preview on #C197A5 background

This text has white color on #C197A5 background.


Related colors

Complementary color

Complementary color for #hex is #3E685A.


I love getcolorcode.com

Triadic colors

1 #A5C197 and #97A5C1 with #C197A5 are triadic colors.

2 #A597C1 and #97C1A5 with #C197A5 are triadic colors.