Shades of Chocolate #C25E17
Tints of Chocolate #C25E17
RGB
CMYK
RGB Variations
Color information
#C25E17 (or 0xC25E17) is known color: Chocolate. HEX triplet: C2, 5E and 17. RGB value is (194,94,23). Sum of RGB (Red+Green+Blue) = 194+94+23=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E17 is #3DA1E8. Grayscale: #747474. Windows color (decimal): -4039145 or 1531586. OLE color: 1531586.
HSL color Cylindrical-coordinate representation of color #C25E17: hue angle of 24.91º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C25E17 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 23 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.24 |
| HSL | 24.91º | 0.79% | 0.43% | - |
| HSV(B) | 24.91º | 0.88% | 0.76% | - |
| XYZ | 26.41 | 19.54 | 3.19 | - |
| YUV | 115.81 | 75.63 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 23 | 0 | 0.52 | 0.88 | 0.24 | 24.91 | 0.79 | 0.43 |
| Hex | C2 | 5E | 17 | 0 | 34 | 58 | 18 | 19 | 4F | 2B |
| Octal | 302 | 136 | 27 | 0 | 64 | 130 | 30 | 31 | 117 | 53 |
| Binary | 11000010 | 1011110 | 10111 | 0 | 110100 | 1011000 | 11000 | 11001 | 1001111 | 101011 |
Color Harmonies of #C25E17
Complementary color
Monochromatic Colors of #C25E17
Black with #C25E17
Text Example
Text Example
White with #C25E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E17; }
p { color: rgb(194,94,23); }
H1.HeaderClassName
{
color: #C25E17;
}
.AnyTagClassName
{
color: #C25E17;
}
</style>
background-color css
<style>
a { background-color: #C25E17; }
a { background-color: rgb(194,94,23); }
div.DivClassName
{
background-color: #C25E17;
}
.BgClassName
{
background-color: #C25E17;
}
</style>
border-color css
<style>
span { border-color: #C25E17; }
span { border-color: rgb(194,94,23); }
td.TdClassName
{
border-color: #C25E17;
}
.TagClassName
{
border-color: #C25E17;
}
</style>