Shades of Chocolate #C05B16
Tints of Chocolate #C05B16
RGB
CMYK
RGB Variations
Color information
#C05B16 (or 0xC05B16) is known color: Chocolate. HEX triplet: C0, 5B and 16. RGB value is (192,91,22). Sum of RGB (Red+Green+Blue) = 192+91+22=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05B16 is #3FA4E9. Grayscale: #717171. Windows color (decimal): -4170986 or 1465280. OLE color: 1465280.
HSL color Cylindrical-coordinate representation of color #C05B16: hue angle of 24.35º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C05B16 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 22 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.25 |
| HSL | 24.35º | 0.79% | 0.42% | - |
| HSV(B) | 24.35º | 0.89% | 0.75% | - |
| XYZ | 25.62 | 18.75 | 3.03 | - |
| YUV | 113.33 | 76.46 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 22 | 0 | 0.53 | 0.89 | 0.25 | 24.35 | 0.79 | 0.42 |
| Hex | C0 | 5B | 16 | 0 | 35 | 59 | 19 | 18 | 4F | 2A |
| Octal | 300 | 133 | 26 | 0 | 65 | 131 | 31 | 30 | 117 | 52 |
| Binary | 11000000 | 1011011 | 10110 | 0 | 110101 | 1011001 | 11001 | 11000 | 1001111 | 101010 |
Color Harmonies of #C05B16
Complementary color
Monochromatic Colors of #C05B16
Black with #C05B16
Text Example
Text Example
White with #C05B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B16; }
p { color: rgb(192,91,22); }
H1.HeaderClassName
{
color: #C05B16;
}
.AnyTagClassName
{
color: #C05B16;
}
</style>
background-color css
<style>
a { background-color: #C05B16; }
a { background-color: rgb(192,91,22); }
div.DivClassName
{
background-color: #C05B16;
}
.BgClassName
{
background-color: #C05B16;
}
</style>
border-color css
<style>
span { border-color: #C05B16; }
span { border-color: rgb(192,91,22); }
td.TdClassName
{
border-color: #C05B16;
}
.TagClassName
{
border-color: #C05B16;
}
</style>