COLOR #C08417

HEX: #C08417 RGB: (192,132,23)

Color info

#C08417 contains mainly red color. Web safe color of #C08417 is #CC9900 (or #C90).

RGB color model

#C08417 color RGB value is (192,132,23).

RGB: (192,132,23) (75%, 52%, 9%)

RGB channels and saturation

R 192 of 255 = 75%
G 132 of 255 = 52%
B 23 of 255 = 9%

192
132
23

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

Portions of RGB colors in percentages

R + G + B = 192 + 132 + 23 = 347 (100%)
R 192 of 347 ~ 55.33%
G 132 of 347 ~ 38.04%
B 23 of 347 ~ 6.63'%

%55.33
%38.04

CMYK color model

#C08417 color CMYK value is (0,31,88,25).

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

CMYK: (0,31,88,25)
C0M31Y88K25 (0%, 31%, 88%, 25%)
(0.00 / 0.31 / 0.88 / 0.25)

CMYK percentages

%0
%31.25
%88.02
%24.71

Codes

Color #C08417 in popluar color models

C0 84 17
RGB 192 132 23
HSL 39° 78.60% 42.16%
HSB/HSV 39° 88.02% 75.29%
CMYK 0.00% 31.25% 88.02%
24.71%

Color #C08417 in popluar number systems.

HEX C0 84 17
Decimal 192 132 23
Binary 11000000 10000100 10111
Octal 300 204 27

Shades and tints

Shades of #C08417

#C08417
(192,132,23)
#AF7815
(175,120,21)
#9E6C13
(158,108,19)
#8D6011
(141,96,17)
#7C540F
(124,84,15)
#6B480D
(107,72,13)
#5A3C0B
(90,60,11)
#493009
(73,48,9)
#382407
(56,36,7)
#271805
(39,24,5)
#160C03
(22,12,3)
#000000
(0,0,0)

Tints of #C08417

#C08417
(192,132,23)
#C58F2C
(197,143,44)
#CA9A41
(202,154,65)
#CFA556
(207,165,86)
#D4B06B
(212,176,107)
#D9BB80
(217,187,128)
#DEC695
(222,198,149)
#E3D1AA
(227,209,170)
#E8DCBF
(232,220,191)
#EDE7D4
(237,231,212)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08417; }

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

This text font color is #C08417.

Background Color

.myBgColor { background-color: #C08417; }

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

This div background color is #C08417.

Border color

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

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

This div border color is #C08417.

Opacity

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

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

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

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

This text has shadow with #C08417 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08417.

Preview

Color preview on black background

This text has color #C08417 on black background.


Color preview on white background

This text has color #C08417 on white background.


Black color preview on #C08417 background

This text has black color on #C08417 background.


White color preview on #C08417 background

This text has white color on #C08417 background.


Related colors

Complementary color

Complementary color for #hex is #3F7BE8.


I love getcolorcode.com

Triadic colors

1 #17C084 and #8417C0 with #C08417 are triadic colors.

2 #1784C0 and #84C017 with #C08417 are triadic colors.