COLOR #C04517

HEX: #C04517 RGB: (192,69,23)

Color info

#C04517 contains mainly red color. Web safe color of #C04517 is #CC3300 (or #C30).

RGB color model

#C04517 color RGB value is (192,69,23).

RGB: (192,69,23) (75%, 27%, 9%)

RGB channels and saturation

R 192 of 255 = 75%
G 69 of 255 = 27%
B 23 of 255 = 9%

192
69
23

R + G + B ~ 37%. #C04517 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 192 + 69 + 23 = 284 (100%)
R 192 of 284 ~ 67.61%
G 69 of 284 ~ 24.3%
B 23 of 284 ~ 8.1'%

%67.61
%24.3

CMYK color model

#C04517 color CMYK value is (0,64,88,25).

  • cyan value is 0.00%
  • magenta value is 64.06%
  • yellow value is 88.02%
  • key color value is 24.71%

CMYK: (0,64,88,25)
C0M64Y88K25 (0%, 64%, 88%, 25%)
(0.00 / 0.64 / 0.88 / 0.25)

CMYK percentages

%0
%64.06
%88.02
%24.71

Codes

Color #C04517 in popluar color models

C0 45 17
RGB 192 69 23
HSL 16° 78.60% 42.16%
HSB/HSV 16° 88.02% 75.29%
CMYK 0.00% 64.06% 88.02%
24.71%

Color #C04517 in popluar number systems.

HEX C0 45 17
Decimal 192 69 23
Binary 11000000 1000101 10111
Octal 300 105 27

Shades and tints

Shades of #C04517

#C04517
(192,69,23)
#AF3F15
(175,63,21)
#9E3913
(158,57,19)
#8D3311
(141,51,17)
#7C2D0F
(124,45,15)
#6B270D
(107,39,13)
#5A210B
(90,33,11)
#491B09
(73,27,9)
#381507
(56,21,7)
#270F05
(39,15,5)
#160903
(22,9,3)
#000000
(0,0,0)

Tints of #C04517

#C04517
(192,69,23)
#C5552C
(197,85,44)
#CA6541
(202,101,65)
#CF7556
(207,117,86)
#D4856B
(212,133,107)
#D99580
(217,149,128)
#DEA595
(222,165,149)
#E3B5AA
(227,181,170)
#E8C5BF
(232,197,191)
#EDD5D4
(237,213,212)
#F2E5E9
(242,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04517 color. Also use rgb(192,69,23) instead hex code.

Text Font Color

.myTextColor { color: #C04517; }

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

This text font color is #C04517.

Background Color

.myBgColor { background-color: #C04517; }

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

This div background color is #C04517.

Border color

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

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

This div border color is #C04517.

Opacity

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

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

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

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

This text has shadow with #C04517 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C04517.

Preview

Color preview on black background

This text has color #C04517 on black background.


Color preview on white background

This text has color #C04517 on white background.


Black color preview on #C04517 background

This text has black color on #C04517 background.


White color preview on #C04517 background

This text has white color on #C04517 background.


Related colors

Complementary color

Complementary color for #hex is #3FBAE8.


I love getcolorcode.com

Triadic colors

1 #17C045 and #4517C0 with #C04517 are triadic colors.

2 #1745C0 and #45C017 with #C04517 are triadic colors.