Shades of Chocolate #C26311
Tints of Chocolate #C26311
RGB
CMYK
RGB Variations
Color information
#C26311 (or 0xC26311) is known color: Chocolate. HEX triplet: C2, 63 and 11. RGB value is (194,99,17). Sum of RGB (Red+Green+Blue) = 194+99+17=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C26311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26311 is #3D9CEE. Grayscale: #767676. Windows color (decimal): -4037871 or 1139650. OLE color: 1139650.
HSL color Cylindrical-coordinate representation of color #C26311: hue angle of 27.8º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C26311 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 17 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.24 |
| HSL | 27.8º | 0.84% | 0.41% | - |
| HSV(B) | 27.8º | 0.91% | 0.76% | - |
| XYZ | 26.81 | 20.43 | 3.06 | - |
| YUV | 118.06 | 70.97 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 17 | 0 | 0.49 | 0.91 | 0.24 | 27.8 | 0.84 | 0.41 |
| Hex | C2 | 63 | 11 | 0 | 31 | 5B | 18 | 1C | 54 | 29 |
| Octal | 302 | 143 | 21 | 0 | 61 | 133 | 30 | 34 | 124 | 51 |
| Binary | 11000010 | 1100011 | 10001 | 0 | 110001 | 1011011 | 11000 | 11100 | 1010100 | 101001 |
Color Harmonies of #C26311
Complementary color
Monochromatic Colors of #C26311
Black with #C26311
Text Example
Text Example
White with #C26311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26311; }
p { color: rgb(194,99,17); }
H1.HeaderClassName
{
color: #C26311;
}
.AnyTagClassName
{
color: #C26311;
}
</style>
background-color css
<style>
a { background-color: #C26311; }
a { background-color: rgb(194,99,17); }
div.DivClassName
{
background-color: #C26311;
}
.BgClassName
{
background-color: #C26311;
}
</style>
border-color css
<style>
span { border-color: #C26311; }
span { border-color: rgb(194,99,17); }
td.TdClassName
{
border-color: #C26311;
}
.TagClassName
{
border-color: #C26311;
}
</style>