Shades of Chocolate #C05A16
Tints of Chocolate #C05A16
RGB
CMYK
RGB Variations
Color information
#C05A16 (or 0xC05A16) is known color: Chocolate. HEX triplet: C0, 5A and 16. RGB value is (192,90,22). Sum of RGB (Red+Green+Blue) = 192+90+22=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05A16 is #3FA5E9. Grayscale: #717171. Windows color (decimal): -4171242 or 1465024. OLE color: 1465024.
HSL color Cylindrical-coordinate representation of color #C05A16: hue angle of 24º 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 #C05A16 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 22 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.25 |
| HSL | 24º | 0.79% | 0.42% | - |
| HSV(B) | 24º | 0.89% | 0.75% | - |
| XYZ | 25.54 | 18.58 | 3 | - |
| YUV | 112.75 | 76.79 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 22 | 0 | 0.53 | 0.89 | 0.25 | 24 | 0.79 | 0.42 |
| Hex | C0 | 5A | 16 | 0 | 35 | 59 | 19 | 18 | 4F | 2A |
| Octal | 300 | 132 | 26 | 0 | 65 | 131 | 31 | 30 | 117 | 52 |
| Binary | 11000000 | 1011010 | 10110 | 0 | 110101 | 1011001 | 11001 | 11000 | 1001111 | 101010 |
Color Harmonies of #C05A16
Complementary color
Monochromatic Colors of #C05A16
Black with #C05A16
Text Example
Text Example
White with #C05A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A16; }
p { color: rgb(192,90,22); }
H1.HeaderClassName
{
color: #C05A16;
}
.AnyTagClassName
{
color: #C05A16;
}
</style>
background-color css
<style>
a { background-color: #C05A16; }
a { background-color: rgb(192,90,22); }
div.DivClassName
{
background-color: #C05A16;
}
.BgClassName
{
background-color: #C05A16;
}
</style>
border-color css
<style>
span { border-color: #C05A16; }
span { border-color: rgb(192,90,22); }
td.TdClassName
{
border-color: #C05A16;
}
.TagClassName
{
border-color: #C05A16;
}
</style>