Shades of Chocolate #C25C15
Tints of Chocolate #C25C15
RGB
CMYK
RGB Variations
Color information
#C25C15 (or 0xC25C15) is known color: Chocolate. HEX triplet: C2, 5C and 15. RGB value is (194,92,21). Sum of RGB (Red+Green+Blue) = 194+92+21=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25C15 is #3DA3EA. Grayscale: #727272. Windows color (decimal): -4039659 or 1400002. OLE color: 1400002.
HSL color Cylindrical-coordinate representation of color #C25C15: hue angle of 24.62º 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 #C25C15 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 21 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.24 |
| HSL | 24.62º | 0.8% | 0.42% | - |
| HSV(B) | 24.62º | 0.89% | 0.76% | - |
| XYZ | 26.21 | 19.18 | 3.03 | - |
| YUV | 114.4 | 75.29 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 21 | 0 | 0.53 | 0.89 | 0.24 | 24.62 | 0.8 | 0.42 |
| Hex | C2 | 5C | 15 | 0 | 35 | 59 | 18 | 19 | 50 | 2A |
| Octal | 302 | 134 | 25 | 0 | 65 | 131 | 30 | 31 | 120 | 52 |
| Binary | 11000010 | 1011100 | 10101 | 0 | 110101 | 1011001 | 11000 | 11001 | 1010000 | 101010 |
Color Harmonies of #C25C15
Complementary color
Monochromatic Colors of #C25C15
Black with #C25C15
Text Example
Text Example
White with #C25C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C15; }
p { color: rgb(194,92,21); }
H1.HeaderClassName
{
color: #C25C15;
}
.AnyTagClassName
{
color: #C25C15;
}
</style>
background-color css
<style>
a { background-color: #C25C15; }
a { background-color: rgb(194,92,21); }
div.DivClassName
{
background-color: #C25C15;
}
.BgClassName
{
background-color: #C25C15;
}
</style>
border-color css
<style>
span { border-color: #C25C15; }
span { border-color: rgb(194,92,21); }
td.TdClassName
{
border-color: #C25C15;
}
.TagClassName
{
border-color: #C25C15;
}
</style>