Shades of Chocolate #C26315
Tints of Chocolate #C26315
RGB
CMYK
RGB Variations
Color information
#C26315 (or 0xC26315) is known color: Chocolate. HEX triplet: C2, 63 and 15. RGB value is (194,99,21). Sum of RGB (Red+Green+Blue) = 194+99+21=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C26315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26315 is #3D9CEA. Grayscale: #767676. Windows color (decimal): -4037867 or 1401794. OLE color: 1401794.
HSL color Cylindrical-coordinate representation of color #C26315: hue angle of 27.05º 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 #C26315 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 21 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.24 |
| HSL | 27.05º | 0.8% | 0.42% | - |
| HSV(B) | 27.05º | 0.89% | 0.76% | - |
| XYZ | 26.85 | 20.45 | 3.24 | - |
| YUV | 118.51 | 72.97 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 21 | 0 | 0.49 | 0.89 | 0.24 | 27.05 | 0.8 | 0.42 |
| Hex | C2 | 63 | 15 | 0 | 31 | 59 | 18 | 1B | 50 | 2A |
| Octal | 302 | 143 | 25 | 0 | 61 | 131 | 30 | 33 | 120 | 52 |
| Binary | 11000010 | 1100011 | 10101 | 0 | 110001 | 1011001 | 11000 | 11011 | 1010000 | 101010 |
Color Harmonies of #C26315
Complementary color
Monochromatic Colors of #C26315
Black with #C26315
Text Example
Text Example
White with #C26315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26315; }
p { color: rgb(194,99,21); }
H1.HeaderClassName
{
color: #C26315;
}
.AnyTagClassName
{
color: #C26315;
}
</style>
background-color css
<style>
a { background-color: #C26315; }
a { background-color: rgb(194,99,21); }
div.DivClassName
{
background-color: #C26315;
}
.BgClassName
{
background-color: #C26315;
}
</style>
border-color css
<style>
span { border-color: #C26315; }
span { border-color: rgb(194,99,21); }
td.TdClassName
{
border-color: #C26315;
}
.TagClassName
{
border-color: #C26315;
}
</style>