COLOR #C1575D

HEX: #C1575D RGB: (193,87,93)

Color info

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

RGB color model

#C1575D color RGB value is (193,87,93).

RGB: (193,87,93) (76%, 34%, 36%)

RGB channels and saturation

R 193 of 255 = 76%
G 87 of 255 = 34%
B 93 of 255 = 36%

193
87
93

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

Portions of RGB colors in percentages

R + G + B = 193 + 87 + 93 = 373 (100%)
R 193 of 373 ~ 51.74%
G 87 of 373 ~ 23.32%
B 93 of 373 ~ 24.93'%

%51.74
%23.32
%24.93

CMYK color model

#C1575D color CMYK value is (0,55,52,24).

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

CMYK: (0,55,52,24)
C0M55Y52K24 (0%, 55%, 52%, 24%)
(0.00 / 0.55 / 0.52 / 0.24)

CMYK percentages

%0
%54.92
%51.81
%24.31

Codes

Color #C1575D in popluar color models

C1 57 5D
RGB 193 87 93
HSL 357° 46.09% 54.90%
HSB/HSV 357° 54.92% 75.69%
CMYK 0.00% 54.92% 51.81%
24.31%

Color #C1575D in popluar number systems.

HEX C1 57 5D
Decimal 193 87 93
Binary 11000001 1010111 1011101
Octal 301 127 135

Shades and tints

Shades of #C1575D

#C1575D
(193,87,93)
#B05055
(176,80,85)
#9F494D
(159,73,77)
#8E4245
(142,66,69)
#7D3B3D
(125,59,61)
#6C3435
(108,52,53)
#5B2D2D
(91,45,45)
#4A2625
(74,38,37)
#391F1D
(57,31,29)
#281815
(40,24,21)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #C1575D

#C1575D
(193,87,93)
#C6666B
(198,102,107)
#CB7579
(203,117,121)
#D08487
(208,132,135)
#D59395
(213,147,149)
#DAA2A3
(218,162,163)
#DFB1B1
(223,177,177)
#E4C0BF
(228,192,191)
#E9CFCD
(233,207,205)
#EEDEDB
(238,222,219)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1575D; }

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

This text font color is #C1575D.

Background Color

.myBgColor { background-color: #C1575D; }

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

This div background color is #C1575D.

Border color

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

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

This div border color is #C1575D.

Opacity

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

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

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

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

This text has shadow with #C1575D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1575D.

Preview

Color preview on black background

This text has color #C1575D on black background.


Color preview on white background

This text has color #C1575D on white background.


Black color preview on #C1575D background

This text has black color on #C1575D background.


White color preview on #C1575D background

This text has white color on #C1575D background.


Related colors

Complementary color

Complementary color for #hex is #3EA8A2.


I love getcolorcode.com

Triadic colors

1 #5DC157 and #575DC1 with #C1575D are triadic colors.

2 #5D57C1 and #57C15D with #C1575D are triadic colors.