COLOR #C17D45

HEX: #C17D45
RGB: (193,125,69)

Color info

#C17D45 contains mainly red color. Web safe color of #C17D45 is #CC6633 (or #C63).

RGB color model

#C17D45 color RGB value is (193,125,69).

  • red value is 193;
  • green value is 125;
  • blue value is 69.
RGB:
(193,125,69)
(76%,49%,27%)

RGB channels and saturation

R 193 of 255 = 76%
G 125 of 255 = 49%
B 69 of 255 = 27%

193
125
69

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

Portions of RGB colors in percentages

R + G + B =
193 + 125 + 69 = 387 (100%)
R 193 of 387 ~ 49.87%
G 125 of 387 ~ 32.3%
B 69 of 387 ~ 17.83%

%49.87
%32.3
%17.83

CMYK color model

#C17D45 color CMYK value is (0,35,64,24).

  • cyan value is 0.00%
  • magenta value is 35.23%
  • yellow value is 64.25%
  • key color value is 24.31%
CMYK:
(0,35,64,24)
C0M35Y64K24 
(0%,35%,64%,24%)
(0.00/0.35/0.64/0.24)	

CMYK percentages

%0
%35.23
%64.25
%24.31

Codes

Color #C17D45 in popluar color models

C17D45
RGB19312569
HSL27°50.00%51.37%
HSB/HSV27°64.25%75.69%
CMYK0.00%35.23%64.25%
24.31%

Color #C17D45 in popluar number systems.

HEXC17D45
Decimal19312569
Binary1100000111111011000101
Octal301175105

Shades and tints

Shades of #C17D45

#C17D45
(193,125,69)
#B0723F
(176,114,63)
#9F6739
(159,103,57)
#8E5C33
(142,92,51)
#7D512D
(125,81,45)
#6C4627
(108,70,39)
#5B3B21
(91,59,33)
#4A301B
(74,48,27)
#392515
(57,37,21)
#281A0F
(40,26,15)
#170F09
(23,15,9)
#000000
(0,0,0)

Tints of #C17D45

#C17D45
(193,125,69)
#C68855
(198,136,85)
#CB9365
(203,147,101)
#D09E75
(208,158,117)
#D5A985
(213,169,133)
#DAB495
(218,180,149)
#DFBFA5
(223,191,165)
#E4CAB5
(228,202,181)
#E9D5C5
(233,213,197)
#EEE0D5
(238,224,213)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17D45; }

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

This text font color is #C17D45.


Background Color

.myBgColor { background-color: #C17D45; }

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

This div background color is #C17D45.


Border color

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

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

This div border color is #C17D45.


Opacity

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

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

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

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

This text has shadow with #C17D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17D45 on black background.


Color preview on white background

This text has color #C17D45 on white background.



Black color preview on #C17D45 background

This text has black color on #C17D45 background.


White color preview on #C17D45 background

This text has white color on #C17D45 background.