Shades of Chocolate #C05E16
Tints of Chocolate #C05E16
RGB
CMYK
RGB Variations
Color information
#C05E16 (or 0xC05E16) is known color: Chocolate. HEX triplet: C0, 5E and 16. RGB value is (192,94,22). Sum of RGB (Red+Green+Blue) = 192+94+22=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05E16 is #3FA1E9. Grayscale: #737373. Windows color (decimal): -4170218 or 1466048. OLE color: 1466048.
HSL color Cylindrical-coordinate representation of color #C05E16: hue angle of 25.41º 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 #C05E16 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 22 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.25 |
| HSL | 25.41º | 0.79% | 0.42% | - |
| HSV(B) | 25.41º | 0.89% | 0.75% | - |
| XYZ | 25.89 | 19.27 | 3.11 | - |
| YUV | 115.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 22 | 0 | 0.51 | 0.89 | 0.25 | 25.41 | 0.79 | 0.42 |
| Hex | C0 | 5E | 16 | 0 | 33 | 59 | 19 | 19 | 4F | 2A |
| Octal | 300 | 136 | 26 | 0 | 63 | 131 | 31 | 31 | 117 | 52 |
| Binary | 11000000 | 1011110 | 10110 | 0 | 110011 | 1011001 | 11001 | 11001 | 1001111 | 101010 |
Color Harmonies of #C05E16
Complementary color
Monochromatic Colors of #C05E16
Black with #C05E16
Text Example
Text Example
White with #C05E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E16; }
p { color: rgb(192,94,22); }
H1.HeaderClassName
{
color: #C05E16;
}
.AnyTagClassName
{
color: #C05E16;
}
</style>
background-color css
<style>
a { background-color: #C05E16; }
a { background-color: rgb(192,94,22); }
div.DivClassName
{
background-color: #C05E16;
}
.BgClassName
{
background-color: #C05E16;
}
</style>
border-color css
<style>
span { border-color: #C05E16; }
span { border-color: rgb(192,94,22); }
td.TdClassName
{
border-color: #C05E16;
}
.TagClassName
{
border-color: #C05E16;
}
</style>