Shades of Chocolate #C16914
Tints of Chocolate #C16914
RGB
CMYK
RGB Variations
Color information
#C16914 (or 0xC16914) is known color: Chocolate. HEX triplet: C1, 69 and 14. RGB value is (193,105,20). Sum of RGB (Red+Green+Blue) = 193+105+20=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C16914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16914 is #3E96EB. Grayscale: #7A7A7A. Windows color (decimal): -4101868 or 1337793. OLE color: 1337793.
HSL color Cylindrical-coordinate representation of color #C16914: hue angle of 29.48º 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 #C16914 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 20 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.24 |
| HSL | 29.48º | 0.81% | 0.42% | - |
| HSV(B) | 29.48º | 0.9% | 0.76% | - |
| XYZ | 27.17 | 21.49 | 3.38 | - |
| YUV | 121.62 | 70.65 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 20 | 0 | 0.46 | 0.90 | 0.24 | 29.48 | 0.81 | 0.42 |
| Hex | C1 | 69 | 14 | 0 | 2E | 5A | 18 | 1D | 51 | 2A |
| Octal | 301 | 151 | 24 | 0 | 56 | 132 | 30 | 35 | 121 | 52 |
| Binary | 11000001 | 1101001 | 10100 | 0 | 101110 | 1011010 | 11000 | 11101 | 1010001 | 101010 |
Color Harmonies of #C16914
Complementary color
Monochromatic Colors of #C16914
Black with #C16914
Text Example
Text Example
White with #C16914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16914; }
p { color: rgb(193,105,20); }
H1.HeaderClassName
{
color: #C16914;
}
.AnyTagClassName
{
color: #C16914;
}
</style>
background-color css
<style>
a { background-color: #C16914; }
a { background-color: rgb(193,105,20); }
div.DivClassName
{
background-color: #C16914;
}
.BgClassName
{
background-color: #C16914;
}
</style>
border-color css
<style>
span { border-color: #C16914; }
span { border-color: rgb(193,105,20); }
td.TdClassName
{
border-color: #C16914;
}
.TagClassName
{
border-color: #C16914;
}
</style>