COLOR #C197BD

HEX: #C197BD RGB: (193,151,189)

Color info

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

RGB color model

#C197BD color RGB value is (193,151,189).

RGB: (193,151,189) (76%, 59%, 74%)

RGB channels and saturation

R 193 of 255 = 76%
G 151 of 255 = 59%
B 189 of 255 = 74%

193
151
189

R + G + B ~ 70%. #C197BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 151 + 189 = 533 (100%)
R 193 of 533 ~ 36.21%
G 151 of 533 ~ 28.33%
B 189 of 533 ~ 35.46'%

%36.21
%28.33
%35.46

CMYK color model

#C197BD color CMYK value is (0,22,2,24).

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

CMYK: (0,22,2,24)
C0M22Y2K24 (0%, 22%, 2%, 24%)
(0.00 / 0.22 / 0.02 / 0.24)

CMYK percentages

%0
%21.76
%2.07
%24.31

Codes

Color #C197BD in popluar color models

C1 97 BD
RGB 193 151 189
HSL 306° 25.30% 67.45%
HSB/HSV 306° 21.76% 75.69%
CMYK 0.00% 21.76% 2.07%
24.31%

Color #C197BD in popluar number systems.

HEX C1 97 BD
Decimal 193 151 189
Binary 11000001 10010111 10111101
Octal 301 227 275

Shades and tints

Shades of #C197BD

#C197BD
(193,151,189)
#B08AAC
(176,138,172)
#9F7D9B
(159,125,155)
#8E708A
(142,112,138)
#7D6379
(125,99,121)
#6C5668
(108,86,104)
#5B4957
(91,73,87)
#4A3C46
(74,60,70)
#392F35
(57,47,53)
#282224
(40,34,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #C197BD

#C197BD
(193,151,189)
#C6A0C3
(198,160,195)
#CBA9C9
(203,169,201)
#D0B2CF
(208,178,207)
#D5BBD5
(213,187,213)
#DAC4DB
(218,196,219)
#DFCDE1
(223,205,225)
#E4D6E7
(228,214,231)
#E9DFED
(233,223,237)
#EEE8F3
(238,232,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C197BD; }

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

This text font color is #C197BD.

Background Color

.myBgColor { background-color: #C197BD; }

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

This div background color is #C197BD.

Border color

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

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

This div border color is #C197BD.

Opacity

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

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

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

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

This text has shadow with #C197BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C197BD.

Preview

Color preview on black background

This text has color #C197BD on black background.


Color preview on white background

This text has color #C197BD on white background.


Black color preview on #C197BD background

This text has black color on #C197BD background.


White color preview on #C197BD background

This text has white color on #C197BD background.


Related colors

Complementary color

Complementary color for #hex is #3E6842.


I love getcolorcode.com

Triadic colors

1 #BDC197 and #97BDC1 with #C197BD are triadic colors.

2 #BD97C1 and #97C1BD with #C197BD are triadic colors.