COLOR #C17574

HEX: #C17574 RGB: (193,117,116)

Color info

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

RGB color model

#C17574 color RGB value is (193,117,116).

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

RGB channels and saturation

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

193
117
116

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

Portions of RGB colors in percentages

R + G + B = 193 + 117 + 116 = 426 (100%)
R 193 of 426 ~ 45.31%
G 117 of 426 ~ 27.46%
B 116 of 426 ~ 27.23'%

%45.31
%27.46
%27.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 39.90%
  • 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
%39.9
%24.31

Codes

Color #C17574 in popluar color models

C1 75 74
RGB 193 117 116
HSL 38.31% 60.59%
HSB/HSV 39.90% 75.69%
CMYK 0.00% 39.38% 39.90%
24.31%

Color #C17574 in popluar number systems.

HEX C1 75 74
Decimal 193 117 116
Binary 11000001 1110101 1110100
Octal 301 165 164

Shades and tints

Shades of #C17574

#C17574
(193,117,116)
#B06B6A
(176,107,106)
#9F6160
(159,97,96)
#8E5756
(142,87,86)
#7D4D4C
(125,77,76)
#6C4342
(108,67,66)
#5B3938
(91,57,56)
#4A2F2E
(74,47,46)
#392524
(57,37,36)
#281B1A
(40,27,26)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #C17574

#C17574
(193,117,116)
#C68180
(198,129,128)
#CB8D8C
(203,141,140)
#D09998
(208,153,152)
#D5A5A4
(213,165,164)
#DAB1B0
(218,177,176)
#DFBDBC
(223,189,188)
#E4C9C8
(228,201,200)
#E9D5D4
(233,213,212)
#EEE1E0
(238,225,224)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17574; }

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

This text font color is #C17574.

Background Color

.myBgColor { background-color: #C17574; }

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

This div background color is #C17574.

Border color

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

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

This div border color is #C17574.

Opacity

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

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

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

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

This text has shadow with #C17574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17574.

Preview

Color preview on black background

This text has color #C17574 on black background.


Color preview on white background

This text has color #C17574 on white background.


Black color preview on #C17574 background

This text has black color on #C17574 background.


White color preview on #C17574 background

This text has white color on #C17574 background.


Related colors

Complementary color

Complementary color for #hex is #3E8A8B.


I love getcolorcode.com

Triadic colors

1 #74C175 and #7574C1 with #C17574 are triadic colors.

2 #7475C1 and #75C174 with #C17574 are triadic colors.