COLOR #C05B17

HEX: #C05B17
RGB: (192,91,23)

Color info

#C05B17 contains mainly red color. Web safe color of #C05B17 is #CC6600 (or #C60).

RGB color model

#C05B17 color RGB value is (192,91,23).

  • red value is 192;
  • green value is 91;
  • blue value is 23.
RGB:
(192,91,23)
(75%,36%,9%)

RGB channels and saturation

R 192 of 255 = 75%
G 91 of 255 = 36%
B 23 of 255 = 9%

192
91
23

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

Portions of RGB colors in percentages

R + G + B =
192 + 91 + 23 = 306 (100%)
R 192 of 306 ~ 62.75%
G 91 of 306 ~ 29.74%
B 23 of 306 ~ 7.52%

%62.75
%29.74

CMYK color model

#C05B17 color CMYK value is (0,53,88,25).

  • cyan value is 0.00%
  • magenta value is 52.60%
  • yellow value is 88.02%
  • key color value is 24.71%
CMYK:
(0,53,88,25)
C0M53Y88K25 
(0%,53%,88%,25%)
(0.00/0.53/0.88/0.25)	

CMYK percentages

%0
%52.6
%88.02
%24.71

Codes

Color #C05B17 in popluar color models

C05B17
RGB1929123
HSL24°78.60%42.16%
HSB/HSV24°88.02%75.29%
CMYK0.00%52.60%88.02%
24.71%

Color #C05B17 in popluar number systems.

HEXC05B17
Decimal1929123
Binary11000000101101110111
Octal30013327

Shades and tints

Shades of #C05B17

#C05B17
(192,91,23)
#AF5315
(175,83,21)
#9E4B13
(158,75,19)
#8D4311
(141,67,17)
#7C3B0F
(124,59,15)
#6B330D
(107,51,13)
#5A2B0B
(90,43,11)
#492309
(73,35,9)
#381B07
(56,27,7)
#271305
(39,19,5)
#160B03
(22,11,3)
#000000
(0,0,0)

Tints of #C05B17

#C05B17
(192,91,23)
#C5692C
(197,105,44)
#CA7741
(202,119,65)
#CF8556
(207,133,86)
#D4936B
(212,147,107)
#D9A180
(217,161,128)
#DEAF95
(222,175,149)
#E3BDAA
(227,189,170)
#E8CBBF
(232,203,191)
#EDD9D4
(237,217,212)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C05B17; }

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

This text font color is #C05B17.


Background Color

.myBgColor { background-color: #C05B17; }

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

This div background color is #C05B17.


Border color

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

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

This div border color is #C05B17.


Opacity

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

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

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

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

This text has shadow with #C05B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05B17 on black background.


Color preview on white background

This text has color #C05B17 on white background.



Black color preview on #C05B17 background

This text has black color on #C05B17 background.


White color preview on #C05B17 background

This text has white color on #C05B17 background.