COLOR #C17D73

HEX: #C17D73 RGB: (193,125,115)

Color info

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

RGB color model

#C17D73 color RGB value is (193,125,115).

RGB: (193,125,115) (76%, 49%, 45%)

RGB channels and saturation

R 193 of 255 = 76%
G 125 of 255 = 49%
B 115 of 255 = 45%

193
125
115

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

Portions of RGB colors in percentages

R + G + B = 193 + 125 + 115 = 433 (100%)
R 193 of 433 ~ 44.57%
G 125 of 433 ~ 28.87%
B 115 of 433 ~ 26.56'%

%44.57
%28.87
%26.56

CMYK color model

#C17D73 color CMYK value is (0,35,40,24).

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

CMYK: (0,35,40,24)
C0M35Y40K24 (0%, 35%, 40%, 24%)
(0.00 / 0.35 / 0.40 / 0.24)

CMYK percentages

%0
%35.23
%40.41
%24.31

Codes

Color #C17D73 in popluar color models

C1 7D 73
RGB 193 125 115
HSL 38.61% 60.39%
HSB/HSV 40.41% 75.69%
CMYK 0.00% 35.23% 40.41%
24.31%

Color #C17D73 in popluar number systems.

HEX C1 7D 73
Decimal 193 125 115
Binary 11000001 1111101 1110011
Octal 301 175 163

Shades and tints

Shades of #C17D73

#C17D73
(193,125,115)
#B07269
(176,114,105)
#9F675F
(159,103,95)
#8E5C55
(142,92,85)
#7D514B
(125,81,75)
#6C4641
(108,70,65)
#5B3B37
(91,59,55)
#4A302D
(74,48,45)
#392523
(57,37,35)
#281A19
(40,26,25)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #C17D73

#C17D73
(193,125,115)
#C6887F
(198,136,127)
#CB938B
(203,147,139)
#D09E97
(208,158,151)
#D5A9A3
(213,169,163)
#DAB4AF
(218,180,175)
#DFBFBB
(223,191,187)
#E4CAC7
(228,202,199)
#E9D5D3
(233,213,211)
#EEE0DF
(238,224,223)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17D73; }

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

This text font color is #C17D73.

Background Color

.myBgColor { background-color: #C17D73; }

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

This div background color is #C17D73.

Border color

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

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

This div border color is #C17D73.

Opacity

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

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

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

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

This text has shadow with #C17D73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C17D73.

Preview

Color preview on black background

This text has color #C17D73 on black background.


Color preview on white background

This text has color #C17D73 on white background.


Black color preview on #C17D73 background

This text has black color on #C17D73 background.


White color preview on #C17D73 background

This text has white color on #C17D73 background.


Related colors

Complementary color

Complementary color for #hex is #3E828C.


I love getcolorcode.com

Triadic colors

1 #73C17D and #7D73C1 with #C17D73 are triadic colors.

2 #737DC1 and #7DC173 with #C17D73 are triadic colors.