COLOR #C17573

HEX: #C17573 RGB: (193,117,115)

Color info

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

RGB color model

#C17573 color RGB value is (193,117,115).

RGB: (193,117,115) (76%, 46%, 45%)

RGB channels and saturation

R 193 of 255 = 76%
G 117 of 255 = 46%
B 115 of 255 = 45%

193
117
115

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

Portions of RGB colors in percentages

R + G + B = 193 + 117 + 115 = 425 (100%)
R 193 of 425 ~ 45.41%
G 117 of 425 ~ 27.53%
B 115 of 425 ~ 27.06'%

%45.41
%27.53
%27.06

CMYK color model

#C17573 color CMYK value is (0,39,40,24).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 40.41%
  • key color value is 24.31%

CMYK: (0,39,40,24)
C0M39Y40K24 (0%, 39%, 40%, 24%)
(0.00 / 0.39 / 0.40 / 0.24)

CMYK percentages

%0
%39.38
%40.41
%24.31

Codes

Color #C17573 in popluar color models

C1 75 73
RGB 193 117 115
HSL 38.61% 60.39%
HSB/HSV 40.41% 75.69%
CMYK 0.00% 39.38% 40.41%
24.31%

Color #C17573 in popluar number systems.

HEX C1 75 73
Decimal 193 117 115
Binary 11000001 1110101 1110011
Octal 301 165 163

Shades and tints

Shades of #C17573

#C17573
(193,117,115)
#B06B69
(176,107,105)
#9F615F
(159,97,95)
#8E5755
(142,87,85)
#7D4D4B
(125,77,75)
#6C4341
(108,67,65)
#5B3937
(91,57,55)
#4A2F2D
(74,47,45)
#392523
(57,37,35)
#281B19
(40,27,25)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #C17573

#C17573
(193,117,115)
#C6817F
(198,129,127)
#CB8D8B
(203,141,139)
#D09997
(208,153,151)
#D5A5A3
(213,165,163)
#DAB1AF
(218,177,175)
#DFBDBB
(223,189,187)
#E4C9C7
(228,201,199)
#E9D5D3
(233,213,211)
#EEE1DF
(238,225,223)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17573 color. Also use rgb(193,117,115) instead hex code.

Text Font Color

.myTextColor { color: #C17573; }

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

This text font color is #C17573.

Background Color

.myBgColor { background-color: #C17573; }

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

This div background color is #C17573.

Border color

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

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

This div border color is #C17573.

Opacity

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

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

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

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

This text has shadow with #C17573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17573.

Preview

Color preview on black background

This text has color #C17573 on black background.


Color preview on white background

This text has color #C17573 on white background.


Black color preview on #C17573 background

This text has black color on #C17573 background.


White color preview on #C17573 background

This text has white color on #C17573 background.


Related colors

Complementary color

Complementary color for #hex is #3E8A8C.


I love getcolorcode.com

Triadic colors

1 #73C175 and #7573C1 with #C17573 are triadic colors.

2 #7375C1 and #75C173 with #C17573 are triadic colors.