Shades of Chocolate #C16414
Tints of Chocolate #C16414
RGB
CMYK
RGB Variations
Color information
#C16414 (or 0xC16414) is known color: Chocolate. HEX triplet: C1, 64 and 14. RGB value is (193,100,20). Sum of RGB (Red+Green+Blue) = 193+100+20=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C16414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16414 is #3E9BEB. Grayscale: #777777. Windows color (decimal): -4103148 or 1336513. OLE color: 1336513.
HSL color Cylindrical-coordinate representation of color #C16414: hue angle of 27.75º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C16414 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 20 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.24 |
| HSL | 27.75º | 0.81% | 0.42% | - |
| HSV(B) | 27.75º | 0.9% | 0.76% | - |
| XYZ | 26.68 | 20.5 | 3.21 | - |
| YUV | 118.69 | 72.31 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 20 | 0 | 0.48 | 0.90 | 0.24 | 27.75 | 0.81 | 0.42 |
| Hex | C1 | 64 | 14 | 0 | 30 | 5A | 18 | 1C | 51 | 2A |
| Octal | 301 | 144 | 24 | 0 | 60 | 132 | 30 | 34 | 121 | 52 |
| Binary | 11000001 | 1100100 | 10100 | 0 | 110000 | 1011010 | 11000 | 11100 | 1010001 | 101010 |
Color Harmonies of #C16414
Complementary color
Monochromatic Colors of #C16414
Black with #C16414
Text Example
Text Example
White with #C16414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16414; }
p { color: rgb(193,100,20); }
H1.HeaderClassName
{
color: #C16414;
}
.AnyTagClassName
{
color: #C16414;
}
</style>
background-color css
<style>
a { background-color: #C16414; }
a { background-color: rgb(193,100,20); }
div.DivClassName
{
background-color: #C16414;
}
.BgClassName
{
background-color: #C16414;
}
</style>
border-color css
<style>
span { border-color: #C16414; }
span { border-color: rgb(193,100,20); }
td.TdClassName
{
border-color: #C16414;
}
.TagClassName
{
border-color: #C16414;
}
</style>