Shades of Chocolate #C16017
Tints of Chocolate #C16017
RGB
CMYK
RGB Variations
Color information
#C16017 (or 0xC16017) is known color: Chocolate. HEX triplet: C1, 60 and 17. RGB value is (193,96,23). Sum of RGB (Red+Green+Blue) = 193+96+23=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C16017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16017 is #3E9FE8. Grayscale: #757575. Windows color (decimal): -4104169 or 1532097. OLE color: 1532097.
HSL color Cylindrical-coordinate representation of color #C16017: hue angle of 25.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C16017 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 23 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.24 |
| HSL | 25.76º | 0.79% | 0.42% | - |
| HSV(B) | 25.76º | 0.88% | 0.76% | - |
| XYZ | 26.33 | 19.77 | 3.24 | - |
| YUV | 116.68 | 75.14 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 23 | 0 | 0.50 | 0.88 | 0.24 | 25.76 | 0.79 | 0.42 |
| Hex | C1 | 60 | 17 | 0 | 32 | 58 | 18 | 1A | 4F | 2A |
| Octal | 301 | 140 | 27 | 0 | 62 | 130 | 30 | 32 | 117 | 52 |
| Binary | 11000001 | 1100000 | 10111 | 0 | 110010 | 1011000 | 11000 | 11010 | 1001111 | 101010 |
Color Harmonies of #C16017
Complementary color
Monochromatic Colors of #C16017
Black with #C16017
Text Example
Text Example
White with #C16017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16017; }
p { color: rgb(193,96,23); }
H1.HeaderClassName
{
color: #C16017;
}
.AnyTagClassName
{
color: #C16017;
}
</style>
background-color css
<style>
a { background-color: #C16017; }
a { background-color: rgb(193,96,23); }
div.DivClassName
{
background-color: #C16017;
}
.BgClassName
{
background-color: #C16017;
}
</style>
border-color css
<style>
span { border-color: #C16017; }
span { border-color: rgb(193,96,23); }
td.TdClassName
{
border-color: #C16017;
}
.TagClassName
{
border-color: #C16017;
}
</style>