Shades of Chocolate #C16818
Tints of Chocolate #C16818
RGB
CMYK
RGB Variations
Color information
#C16818 (or 0xC16818) is known color: Chocolate. HEX triplet: C1, 68 and 18. RGB value is (193,104,24). Sum of RGB (Red+Green+Blue) = 193+104+24=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C16818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16818 is #3E97E7. Grayscale: #797979. Windows color (decimal): -4102120 or 1599681. OLE color: 1599681.
HSL color Cylindrical-coordinate representation of color #C16818: hue angle of 28.4º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C16818 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 24 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.24 |
| HSL | 28.4º | 0.78% | 0.43% | - |
| HSV(B) | 28.4º | 0.88% | 0.76% | - |
| XYZ | 27.11 | 21.3 | 3.55 | - |
| YUV | 121.49 | 72.99 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 24 | 0 | 0.46 | 0.88 | 0.24 | 28.4 | 0.78 | 0.43 |
| Hex | C1 | 68 | 18 | 0 | 2E | 58 | 18 | 1C | 4E | 2B |
| Octal | 301 | 150 | 30 | 0 | 56 | 130 | 30 | 34 | 116 | 53 |
| Binary | 11000001 | 1101000 | 11000 | 0 | 101110 | 1011000 | 11000 | 11100 | 1001110 | 101011 |
Color Harmonies of #C16818
Complementary color
Monochromatic Colors of #C16818
Black with #C16818
Text Example
Text Example
White with #C16818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16818; }
p { color: rgb(193,104,24); }
H1.HeaderClassName
{
color: #C16818;
}
.AnyTagClassName
{
color: #C16818;
}
</style>
background-color css
<style>
a { background-color: #C16818; }
a { background-color: rgb(193,104,24); }
div.DivClassName
{
background-color: #C16818;
}
.BgClassName
{
background-color: #C16818;
}
</style>
border-color css
<style>
span { border-color: #C16818; }
span { border-color: rgb(193,104,24); }
td.TdClassName
{
border-color: #C16818;
}
.TagClassName
{
border-color: #C16818;
}
</style>