Shades of Chocolate #C26814
Tints of Chocolate #C26814
RGB
CMYK
RGB Variations
Color information
#C26814 (or 0xC26814) is known color: Chocolate. HEX triplet: C2, 68 and 14. RGB value is (194,104,20). Sum of RGB (Red+Green+Blue) = 194+104+20=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C26814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26814 is #3D97EB. Grayscale: #797979. Windows color (decimal): -4036588 or 1337538. OLE color: 1337538.
HSL color Cylindrical-coordinate representation of color #C26814: hue angle of 28.97º 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 #C26814 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 20 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.24 |
| HSL | 28.97º | 0.81% | 0.42% | - |
| HSV(B) | 28.97º | 0.9% | 0.76% | - |
| XYZ | 27.32 | 21.42 | 3.36 | - |
| YUV | 121.33 | 70.82 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 20 | 0 | 0.46 | 0.90 | 0.24 | 28.97 | 0.81 | 0.42 |
| Hex | C2 | 68 | 14 | 0 | 2E | 5A | 18 | 1D | 51 | 2A |
| Octal | 302 | 150 | 24 | 0 | 56 | 132 | 30 | 35 | 121 | 52 |
| Binary | 11000010 | 1101000 | 10100 | 0 | 101110 | 1011010 | 11000 | 11101 | 1010001 | 101010 |
Color Harmonies of #C26814
Complementary color
Monochromatic Colors of #C26814
Black with #C26814
Text Example
Text Example
White with #C26814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26814; }
p { color: rgb(194,104,20); }
H1.HeaderClassName
{
color: #C26814;
}
.AnyTagClassName
{
color: #C26814;
}
</style>
background-color css
<style>
a { background-color: #C26814; }
a { background-color: rgb(194,104,20); }
div.DivClassName
{
background-color: #C26814;
}
.BgClassName
{
background-color: #C26814;
}
</style>
border-color css
<style>
span { border-color: #C26814; }
span { border-color: rgb(194,104,20); }
td.TdClassName
{
border-color: #C26814;
}
.TagClassName
{
border-color: #C26814;
}
</style>