COLOR #C1879F

HEX: #C1879F RGB: (193,135,159)

Color info

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

RGB color model

#C1879F color RGB value is (193,135,159).

RGB: (193,135,159) (76%, 53%, 62%)

RGB channels and saturation

R 193 of 255 = 76%
G 135 of 255 = 53%
B 159 of 255 = 62%

193
135
159

R + G + B ~ 64%. #C1879F is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 135 + 159 = 487 (100%)
R 193 of 487 ~ 39.63%
G 135 of 487 ~ 27.72%
B 159 of 487 ~ 32.65'%

%39.63
%27.72
%32.65

CMYK color model

#C1879F color CMYK value is (0,30,18,24).

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 17.62%
  • key color value is 24.31%

CMYK: (0,30,18,24)
C0M30Y18K24 (0%, 30%, 18%, 24%)
(0.00 / 0.30 / 0.18 / 0.24)

CMYK percentages

%0
%30.05
%17.62
%24.31

Codes

Color #C1879F in popluar color models

C1 87 9F
RGB 193 135 159
HSL 335° 31.87% 64.31%
HSB/HSV 335° 30.05% 75.69%
CMYK 0.00% 30.05% 17.62%
24.31%

Color #C1879F in popluar number systems.

HEX C1 87 9F
Decimal 193 135 159
Binary 11000001 10000111 10011111
Octal 301 207 237

Shades and tints

Shades of #C1879F

#C1879F
(193,135,159)
#B07B91
(176,123,145)
#9F6F83
(159,111,131)
#8E6375
(142,99,117)
#7D5767
(125,87,103)
#6C4B59
(108,75,89)
#5B3F4B
(91,63,75)
#4A333D
(74,51,61)
#39272F
(57,39,47)
#281B21
(40,27,33)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #C1879F

#C1879F
(193,135,159)
#C691A7
(198,145,167)
#CB9BAF
(203,155,175)
#D0A5B7
(208,165,183)
#D5AFBF
(213,175,191)
#DAB9C7
(218,185,199)
#DFC3CF
(223,195,207)
#E4CDD7
(228,205,215)
#E9D7DF
(233,215,223)
#EEE1E7
(238,225,231)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1879F color. Also use rgb(193,135,159) instead hex code.

Text Font Color

.myTextColor { color: #C1879F; }

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

This text font color is #C1879F.

Background Color

.myBgColor { background-color: #C1879F; }

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

This div background color is #C1879F.

Border color

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

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

This div border color is #C1879F.

Opacity

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

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

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

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

This text has shadow with #C1879F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1879F.

Preview

Color preview on black background

This text has color #C1879F on black background.


Color preview on white background

This text has color #C1879F on white background.


Black color preview on #C1879F background

This text has black color on #C1879F background.


White color preview on #C1879F background

This text has white color on #C1879F background.


Related colors

Complementary color

Complementary color for #hex is #3E7860.


I love getcolorcode.com

Triadic colors

1 #9FC187 and #879FC1 with #C1879F are triadic colors.

2 #9F87C1 and #87C19F with #C1879F are triadic colors.