Shades of Chocolate #C26815
Tints of Chocolate #C26815
RGB
CMYK
RGB Variations
Color information
#C26815 (or 0xC26815) is known color: Chocolate. HEX triplet: C2, 68 and 15. RGB value is (194,104,21). Sum of RGB (Red+Green+Blue) = 194+104+21=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C26815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26815 is #3D97EA. Grayscale: #797979. Windows color (decimal): -4036587 or 1403074. OLE color: 1403074.
HSL color Cylindrical-coordinate representation of color #C26815: hue angle of 28.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C26815 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 21 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.24 |
| HSL | 28.79º | 0.8% | 0.42% | - |
| HSV(B) | 28.79º | 0.89% | 0.76% | - |
| XYZ | 27.33 | 21.42 | 3.4 | - |
| YUV | 121.45 | 71.32 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 21 | 0 | 0.46 | 0.89 | 0.24 | 28.79 | 0.8 | 0.42 |
| Hex | C2 | 68 | 15 | 0 | 2E | 59 | 18 | 1D | 50 | 2A |
| Octal | 302 | 150 | 25 | 0 | 56 | 131 | 30 | 35 | 120 | 52 |
| Binary | 11000010 | 1101000 | 10101 | 0 | 101110 | 1011001 | 11000 | 11101 | 1010000 | 101010 |
Color Harmonies of #C26815
Complementary color
Monochromatic Colors of #C26815
Black with #C26815
Text Example
Text Example
White with #C26815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26815; }
p { color: rgb(194,104,21); }
H1.HeaderClassName
{
color: #C26815;
}
.AnyTagClassName
{
color: #C26815;
}
</style>
background-color css
<style>
a { background-color: #C26815; }
a { background-color: rgb(194,104,21); }
div.DivClassName
{
background-color: #C26815;
}
.BgClassName
{
background-color: #C26815;
}
</style>
border-color css
<style>
span { border-color: #C26815; }
span { border-color: rgb(194,104,21); }
td.TdClassName
{
border-color: #C26815;
}
.TagClassName
{
border-color: #C26815;
}
</style>