Shades of Chocolate #C25916
Tints of Chocolate #C25916
RGB
CMYK
RGB Variations
Color information
#C25916 (or 0xC25916) is known color: Chocolate. HEX triplet: C2, 59 and 16. RGB value is (194,89,22). Sum of RGB (Red+Green+Blue) = 194+89+22=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C25916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25916 is #3DA6E9. Grayscale: #717171. Windows color (decimal): -4040426 or 1464770. OLE color: 1464770.
HSL color Cylindrical-coordinate representation of color #C25916: hue angle of 23.37º 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 #C25916 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 22 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.24 |
| HSL | 23.37º | 0.8% | 0.42% | - |
| HSV(B) | 23.37º | 0.89% | 0.76% | - |
| XYZ | 25.97 | 18.67 | 2.99 | - |
| YUV | 112.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 22 | 0 | 0.54 | 0.89 | 0.24 | 23.37 | 0.8 | 0.42 |
| Hex | C2 | 59 | 16 | 0 | 36 | 59 | 18 | 17 | 50 | 2A |
| Octal | 302 | 131 | 26 | 0 | 66 | 131 | 30 | 27 | 120 | 52 |
| Binary | 11000010 | 1011001 | 10110 | 0 | 110110 | 1011001 | 11000 | 10111 | 1010000 | 101010 |
Color Harmonies of #C25916
Complementary color
Monochromatic Colors of #C25916
Black with #C25916
Text Example
Text Example
White with #C25916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25916; }
p { color: rgb(194,89,22); }
H1.HeaderClassName
{
color: #C25916;
}
.AnyTagClassName
{
color: #C25916;
}
</style>
background-color css
<style>
a { background-color: #C25916; }
a { background-color: rgb(194,89,22); }
div.DivClassName
{
background-color: #C25916;
}
.BgClassName
{
background-color: #C25916;
}
</style>
border-color css
<style>
span { border-color: #C25916; }
span { border-color: rgb(194,89,22); }
td.TdClassName
{
border-color: #C25916;
}
.TagClassName
{
border-color: #C25916;
}
</style>