Shades of Chocolate #C16819
Tints of Chocolate #C16819
RGB
CMYK
RGB Variations
Color information
#C16819 (or 0xC16819) is known color: Chocolate. HEX triplet: C1, 68 and 19. RGB value is (193,104,25). Sum of RGB (Red+Green+Blue) = 193+104+25=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C16819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16819 is #3E97E6. Grayscale: #7A7A7A. Windows color (decimal): -4102119 or 1665217. OLE color: 1665217.
HSL color Cylindrical-coordinate representation of color #C16819: hue angle of 28.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C16819 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 25 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.24 |
| HSL | 28.21º | 0.77% | 0.43% | - |
| HSV(B) | 28.21º | 0.87% | 0.76% | - |
| XYZ | 27.12 | 21.31 | 3.6 | - |
| YUV | 121.61 | 73.49 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 25 | 0 | 0.46 | 0.87 | 0.24 | 28.21 | 0.77 | 0.43 |
| Hex | C1 | 68 | 19 | 0 | 2E | 57 | 18 | 1C | 4D | 2B |
| Octal | 301 | 150 | 31 | 0 | 56 | 127 | 30 | 34 | 115 | 53 |
| Binary | 11000001 | 1101000 | 11001 | 0 | 101110 | 1010111 | 11000 | 11100 | 1001101 | 101011 |
Color Harmonies of #C16819
Complementary color
Monochromatic Colors of #C16819
Black with #C16819
Text Example
Text Example
White with #C16819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16819; }
p { color: rgb(193,104,25); }
H1.HeaderClassName
{
color: #C16819;
}
.AnyTagClassName
{
color: #C16819;
}
</style>
background-color css
<style>
a { background-color: #C16819; }
a { background-color: rgb(193,104,25); }
div.DivClassName
{
background-color: #C16819;
}
.BgClassName
{
background-color: #C16819;
}
</style>
border-color css
<style>
span { border-color: #C16819; }
span { border-color: rgb(193,104,25); }
td.TdClassName
{
border-color: #C16819;
}
.TagClassName
{
border-color: #C16819;
}
</style>