Shades of Chocolate #C16A17
Tints of Chocolate #C16A17
RGB
CMYK
RGB Variations
Color information
#C16A17 (or 0xC16A17) is known color: Chocolate. HEX triplet: C1, 6A and 17. RGB value is (193,106,23). Sum of RGB (Red+Green+Blue) = 193+106+23=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16A17 is #3E95E8. Grayscale: #7A7A7A. Windows color (decimal): -4101609 or 1534657. OLE color: 1534657.
HSL color Cylindrical-coordinate representation of color #C16A17: hue angle of 29.29º 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 #C16A17 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 23 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.24 |
| HSL | 29.29º | 0.79% | 0.42% | - |
| HSV(B) | 29.29º | 0.88% | 0.76% | - |
| XYZ | 27.3 | 21.71 | 3.56 | - |
| YUV | 122.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 23 | 0 | 0.45 | 0.88 | 0.24 | 29.29 | 0.79 | 0.42 |
| Hex | C1 | 6A | 17 | 0 | 2D | 58 | 18 | 1D | 4F | 2A |
| Octal | 301 | 152 | 27 | 0 | 55 | 130 | 30 | 35 | 117 | 52 |
| Binary | 11000001 | 1101010 | 10111 | 0 | 101101 | 1011000 | 11000 | 11101 | 1001111 | 101010 |
Color Harmonies of #C16A17
Complementary color
Monochromatic Colors of #C16A17
Black with #C16A17
Text Example
Text Example
White with #C16A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16A17; }
p { color: rgb(193,106,23); }
H1.HeaderClassName
{
color: #C16A17;
}
.AnyTagClassName
{
color: #C16A17;
}
</style>
background-color css
<style>
a { background-color: #C16A17; }
a { background-color: rgb(193,106,23); }
div.DivClassName
{
background-color: #C16A17;
}
.BgClassName
{
background-color: #C16A17;
}
</style>
border-color css
<style>
span { border-color: #C16A17; }
span { border-color: rgb(193,106,23); }
td.TdClassName
{
border-color: #C16A17;
}
.TagClassName
{
border-color: #C16A17;
}
</style>