Shades of Chocolate #C16918
Tints of Chocolate #C16918
RGB
CMYK
RGB Variations
Color information
#C16918 (or 0xC16918) is known color: Chocolate. HEX triplet: C1, 69 and 18. RGB value is (193,105,24). Sum of RGB (Red+Green+Blue) = 193+105+24=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C16918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16918 is #3E96E7. Grayscale: #7A7A7A. Windows color (decimal): -4101864 or 1599937. OLE color: 1599937.
HSL color Cylindrical-coordinate representation of color #C16918: hue angle of 28.76º 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 #C16918 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 24 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.24 |
| HSL | 28.76º | 0.78% | 0.43% | - |
| HSV(B) | 28.76º | 0.88% | 0.76% | - |
| XYZ | 27.21 | 21.51 | 3.58 | - |
| YUV | 122.08 | 72.65 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 24 | 0 | 0.46 | 0.88 | 0.24 | 28.76 | 0.78 | 0.43 |
| Hex | C1 | 69 | 18 | 0 | 2E | 58 | 18 | 1D | 4E | 2B |
| Octal | 301 | 151 | 30 | 0 | 56 | 130 | 30 | 35 | 116 | 53 |
| Binary | 11000001 | 1101001 | 11000 | 0 | 101110 | 1011000 | 11000 | 11101 | 1001110 | 101011 |
Color Harmonies of #C16918
Complementary color
Monochromatic Colors of #C16918
Black with #C16918
Text Example
Text Example
White with #C16918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16918; }
p { color: rgb(193,105,24); }
H1.HeaderClassName
{
color: #C16918;
}
.AnyTagClassName
{
color: #C16918;
}
</style>
background-color css
<style>
a { background-color: #C16918; }
a { background-color: rgb(193,105,24); }
div.DivClassName
{
background-color: #C16918;
}
.BgClassName
{
background-color: #C16918;
}
</style>
border-color css
<style>
span { border-color: #C16918; }
span { border-color: rgb(193,105,24); }
td.TdClassName
{
border-color: #C16918;
}
.TagClassName
{
border-color: #C16918;
}
</style>