Shades of Chocolate #C25D15
Tints of Chocolate #C25D15
RGB
CMYK
RGB Variations
Color information
#C25D15 (or 0xC25D15) is known color: Chocolate. HEX triplet: C2, 5D and 15. RGB value is (194,93,21). Sum of RGB (Red+Green+Blue) = 194+93+21=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25D15 is #3DA2EA. Grayscale: #737373. Windows color (decimal): -4039403 or 1400258. OLE color: 1400258.
HSL color Cylindrical-coordinate representation of color #C25D15: hue angle of 24.97º 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 #C25D15 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 21 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.24 |
| HSL | 24.97º | 0.8% | 0.42% | - |
| HSV(B) | 24.97º | 0.89% | 0.76% | - |
| XYZ | 26.3 | 19.35 | 3.06 | - |
| YUV | 114.99 | 74.96 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 21 | 0 | 0.52 | 0.89 | 0.24 | 24.97 | 0.8 | 0.42 |
| Hex | C2 | 5D | 15 | 0 | 34 | 59 | 18 | 19 | 50 | 2A |
| Octal | 302 | 135 | 25 | 0 | 64 | 131 | 30 | 31 | 120 | 52 |
| Binary | 11000010 | 1011101 | 10101 | 0 | 110100 | 1011001 | 11000 | 11001 | 1010000 | 101010 |
Color Harmonies of #C25D15
Complementary color
Monochromatic Colors of #C25D15
Black with #C25D15
Text Example
Text Example
White with #C25D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D15; }
p { color: rgb(194,93,21); }
H1.HeaderClassName
{
color: #C25D15;
}
.AnyTagClassName
{
color: #C25D15;
}
</style>
background-color css
<style>
a { background-color: #C25D15; }
a { background-color: rgb(194,93,21); }
div.DivClassName
{
background-color: #C25D15;
}
.BgClassName
{
background-color: #C25D15;
}
</style>
border-color css
<style>
span { border-color: #C25D15; }
span { border-color: rgb(194,93,21); }
td.TdClassName
{
border-color: #C25D15;
}
.TagClassName
{
border-color: #C25D15;
}
</style>