COLOR #C17897

HEX: #C17897 RGB: (193,120,151)

Color info

#C17897 contains mainly red and blue colors. Web safe color of #C17897 is #CC6699 (or #C69).

RGB color model

#C17897 color RGB value is (193,120,151).

RGB: (193,120,151) (76%, 47%, 59%)

RGB channels and saturation

R 193 of 255 = 76%
G 120 of 255 = 47%
B 151 of 255 = 59%

193
120
151

R + G + B ~ 61%. #C17897 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 120 + 151 = 464 (100%)
R 193 of 464 ~ 41.59%
G 120 of 464 ~ 25.86%
B 151 of 464 ~ 32.54'%

%41.59
%25.86
%32.54

CMYK color model

#C17897 color CMYK value is (0,38,22,24).

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

CMYK: (0,38,22,24)
C0M38Y22K24 (0%, 38%, 22%, 24%)
(0.00 / 0.38 / 0.22 / 0.24)

CMYK percentages

%0
%37.82
%21.76
%24.31

Codes

Color #C17897 in popluar color models

C1 78 97
RGB 193 120 151
HSL 335° 37.06% 61.37%
HSB/HSV 335° 37.82% 75.69%
CMYK 0.00% 37.82% 21.76%
24.31%

Color #C17897 in popluar number systems.

HEX C1 78 97
Decimal 193 120 151
Binary 11000001 1111000 10010111
Octal 301 170 227

Shades and tints

Shades of #C17897

#C17897
(193,120,151)
#B06E8A
(176,110,138)
#9F647D
(159,100,125)
#8E5A70
(142,90,112)
#7D5063
(125,80,99)
#6C4656
(108,70,86)
#5B3C49
(91,60,73)
#4A323C
(74,50,60)
#39282F
(57,40,47)
#281E22
(40,30,34)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #C17897

#C17897
(193,120,151)
#C684A0
(198,132,160)
#CB90A9
(203,144,169)
#D09CB2
(208,156,178)
#D5A8BB
(213,168,187)
#DAB4C4
(218,180,196)
#DFC0CD
(223,192,205)
#E4CCD6
(228,204,214)
#E9D8DF
(233,216,223)
#EEE4E8
(238,228,232)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17897; }

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

This text font color is #C17897.

Background Color

.myBgColor { background-color: #C17897; }

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

This div background color is #C17897.

Border color

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

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

This div border color is #C17897.

Opacity

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

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

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

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

This text has shadow with #C17897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17897.

Preview

Color preview on black background

This text has color #C17897 on black background.


Color preview on white background

This text has color #C17897 on white background.


Black color preview on #C17897 background

This text has black color on #C17897 background.


White color preview on #C17897 background

This text has white color on #C17897 background.


Related colors

Complementary color

Complementary color for #hex is #3E8768.


I love getcolorcode.com

Triadic colors

1 #97C178 and #7897C1 with #C17897 are triadic colors.

2 #9778C1 and #78C197 with #C17897 are triadic colors.