Shades of Chocolate #C25C16
Tints of Chocolate #C25C16
RGB
CMYK
RGB Variations
Color information
#C25C16 (or 0xC25C16) is known color: Chocolate. HEX triplet: C2, 5C and 16. RGB value is (194,92,22). Sum of RGB (Red+Green+Blue) = 194+92+22=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25C16 is #3DA3E9. Grayscale: #727272. Windows color (decimal): -4039658 or 1465538. OLE color: 1465538.
HSL color Cylindrical-coordinate representation of color #C25C16: hue angle of 24.42º 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 #C25C16 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 22 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.24 |
| HSL | 24.42º | 0.8% | 0.42% | - |
| HSV(B) | 24.42º | 0.89% | 0.76% | - |
| XYZ | 26.22 | 19.18 | 3.08 | - |
| YUV | 114.52 | 75.79 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 22 | 0 | 0.53 | 0.89 | 0.24 | 24.42 | 0.8 | 0.42 |
| Hex | C2 | 5C | 16 | 0 | 35 | 59 | 18 | 18 | 50 | 2A |
| Octal | 302 | 134 | 26 | 0 | 65 | 131 | 30 | 30 | 120 | 52 |
| Binary | 11000010 | 1011100 | 10110 | 0 | 110101 | 1011001 | 11000 | 11000 | 1010000 | 101010 |
Color Harmonies of #C25C16
Complementary color
Monochromatic Colors of #C25C16
Black with #C25C16
Text Example
Text Example
White with #C25C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C16; }
p { color: rgb(194,92,22); }
H1.HeaderClassName
{
color: #C25C16;
}
.AnyTagClassName
{
color: #C25C16;
}
</style>
background-color css
<style>
a { background-color: #C25C16; }
a { background-color: rgb(194,92,22); }
div.DivClassName
{
background-color: #C25C16;
}
.BgClassName
{
background-color: #C25C16;
}
</style>
border-color css
<style>
span { border-color: #C25C16; }
span { border-color: rgb(194,92,22); }
td.TdClassName
{
border-color: #C25C16;
}
.TagClassName
{
border-color: #C25C16;
}
</style>