Shades of Chocolate #C16416
Tints of Chocolate #C16416
RGB
CMYK
RGB Variations
Color information
#C16416 (or 0xC16416) is known color: Chocolate. HEX triplet: C1, 64 and 16. RGB value is (193,100,22). Sum of RGB (Red+Green+Blue) = 193+100+22=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C16416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16416 is #3E9BE9. Grayscale: #777777. Windows color (decimal): -4103146 or 1467585. OLE color: 1467585.
HSL color Cylindrical-coordinate representation of color #C16416: hue angle of 27.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C16416 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 22 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.24 |
| HSL | 27.37º | 0.8% | 0.42% | - |
| HSV(B) | 27.37º | 0.89% | 0.76% | - |
| XYZ | 26.69 | 20.51 | 3.31 | - |
| YUV | 118.92 | 73.31 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 22 | 0 | 0.48 | 0.89 | 0.24 | 27.37 | 0.8 | 0.42 |
| Hex | C1 | 64 | 16 | 0 | 30 | 59 | 18 | 1B | 50 | 2A |
| Octal | 301 | 144 | 26 | 0 | 60 | 131 | 30 | 33 | 120 | 52 |
| Binary | 11000001 | 1100100 | 10110 | 0 | 110000 | 1011001 | 11000 | 11011 | 1010000 | 101010 |
Color Harmonies of #C16416
Complementary color
Monochromatic Colors of #C16416
Black with #C16416
Text Example
Text Example
White with #C16416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16416; }
p { color: rgb(193,100,22); }
H1.HeaderClassName
{
color: #C16416;
}
.AnyTagClassName
{
color: #C16416;
}
</style>
background-color css
<style>
a { background-color: #C16416; }
a { background-color: rgb(193,100,22); }
div.DivClassName
{
background-color: #C16416;
}
.BgClassName
{
background-color: #C16416;
}
</style>
border-color css
<style>
span { border-color: #C16416; }
span { border-color: rgb(193,100,22); }
td.TdClassName
{
border-color: #C16416;
}
.TagClassName
{
border-color: #C16416;
}
</style>