Shades of Chocolate #C25E15
Tints of Chocolate #C25E15
RGB
CMYK
RGB Variations
Color information
#C25E15 (or 0xC25E15) is known color: Chocolate. HEX triplet: C2, 5E and 15. RGB value is (194,94,21). Sum of RGB (Red+Green+Blue) = 194+94+21=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E15 is #3DA1EA. Grayscale: #737373. Windows color (decimal): -4039147 or 1400514. OLE color: 1400514.
HSL color Cylindrical-coordinate representation of color #C25E15: hue angle of 25.32º 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 #C25E15 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 21 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.24 |
| HSL | 25.32º | 0.8% | 0.42% | - |
| HSV(B) | 25.32º | 0.89% | 0.76% | - |
| XYZ | 26.39 | 19.53 | 3.09 | - |
| YUV | 115.58 | 74.63 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 21 | 0 | 0.52 | 0.89 | 0.24 | 25.32 | 0.8 | 0.42 |
| Hex | C2 | 5E | 15 | 0 | 34 | 59 | 18 | 19 | 50 | 2A |
| Octal | 302 | 136 | 25 | 0 | 64 | 131 | 30 | 31 | 120 | 52 |
| Binary | 11000010 | 1011110 | 10101 | 0 | 110100 | 1011001 | 11000 | 11001 | 1010000 | 101010 |
Color Harmonies of #C25E15
Complementary color
Monochromatic Colors of #C25E15
Black with #C25E15
Text Example
Text Example
White with #C25E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E15; }
p { color: rgb(194,94,21); }
H1.HeaderClassName
{
color: #C25E15;
}
.AnyTagClassName
{
color: #C25E15;
}
</style>
background-color css
<style>
a { background-color: #C25E15; }
a { background-color: rgb(194,94,21); }
div.DivClassName
{
background-color: #C25E15;
}
.BgClassName
{
background-color: #C25E15;
}
</style>
border-color css
<style>
span { border-color: #C25E15; }
span { border-color: rgb(194,94,21); }
td.TdClassName
{
border-color: #C25E15;
}
.TagClassName
{
border-color: #C25E15;
}
</style>