COLOR #C1577C

HEX: #C1577C RGB: (193,87,124)

Color info

#C1577C contains mainly red color. Web safe color of #C1577C is #CC6666 (or #C66).

RGB color model

#C1577C color RGB value is (193,87,124).

RGB: (193,87,124) (76%, 34%, 49%)

RGB channels and saturation

R 193 of 255 = 76%
G 87 of 255 = 34%
B 124 of 255 = 49%

193
87
124

R + G + B ~ 53%. #C1577C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 193 + 87 + 124 = 404 (100%)
R 193 of 404 ~ 47.77%
G 87 of 404 ~ 21.53%
B 124 of 404 ~ 30.69'%

%47.77
%21.53
%30.69

CMYK color model

#C1577C color CMYK value is (0,55,36,24).

  • cyan value is 0.00%
  • magenta value is 54.92%
  • yellow value is 35.75%
  • key color value is 24.31%

CMYK: (0,55,36,24)
C0M55Y36K24 (0%, 55%, 36%, 24%)
(0.00 / 0.55 / 0.36 / 0.24)

CMYK percentages

%0
%54.92
%35.75
%24.31

Codes

Color #C1577C in popluar color models

C1 57 7C
RGB 193 87 124
HSL 339° 46.09% 54.90%
HSB/HSV 339° 54.92% 75.69%
CMYK 0.00% 54.92% 35.75%
24.31%

Color #C1577C in popluar number systems.

HEX C1 57 7C
Decimal 193 87 124
Binary 11000001 1010111 1111100
Octal 301 127 174

Shades and tints

Shades of #C1577C

#C1577C
(193,87,124)
#B05071
(176,80,113)
#9F4966
(159,73,102)
#8E425B
(142,66,91)
#7D3B50
(125,59,80)
#6C3445
(108,52,69)
#5B2D3A
(91,45,58)
#4A262F
(74,38,47)
#391F24
(57,31,36)
#281819
(40,24,25)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #C1577C

#C1577C
(193,87,124)
#C66687
(198,102,135)
#CB7592
(203,117,146)
#D0849D
(208,132,157)
#D593A8
(213,147,168)
#DAA2B3
(218,162,179)
#DFB1BE
(223,177,190)
#E4C0C9
(228,192,201)
#E9CFD4
(233,207,212)
#EEDEDF
(238,222,223)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1577C color. Also use rgb(193,87,124) instead hex code.

Text Font Color

.myTextColor { color: #C1577C; }

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

This text font color is #C1577C.

Background Color

.myBgColor { background-color: #C1577C; }

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

This div background color is #C1577C.

Border color

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

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

This div border color is #C1577C.

Opacity

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

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

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

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

This text has shadow with #C1577C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1577C.

Preview

Color preview on black background

This text has color #C1577C on black background.


Color preview on white background

This text has color #C1577C on white background.


Black color preview on #C1577C background

This text has black color on #C1577C background.


White color preview on #C1577C background

This text has white color on #C1577C background.


Related colors

Complementary color

Complementary color for #hex is #3EA883.


I love getcolorcode.com

Triadic colors

1 #7CC157 and #577CC1 with #C1577C are triadic colors.

2 #7C57C1 and #57C17C with #C1577C are triadic colors.