Shades of Chocolate #C25717
Tints of Chocolate #C25717
RGB
CMYK
RGB Variations
Color information
#C25717 (or 0xC25717) is known color: Chocolate. HEX triplet: C2, 57 and 17. RGB value is (194,87,23). Sum of RGB (Red+Green+Blue) = 194+87+23=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C25717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25717 is #3DA8E8. Grayscale: #707070. Windows color (decimal): -4040937 or 1529794. OLE color: 1529794.
HSL color Cylindrical-coordinate representation of color #C25717: hue angle of 22.46º 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 #C25717 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 23 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.24 |
| HSL | 22.46º | 0.79% | 0.43% | - |
| HSV(B) | 22.46º | 0.88% | 0.76% | - |
| XYZ | 25.81 | 18.35 | 2.99 | - |
| YUV | 111.7 | 77.95 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 23 | 0 | 0.55 | 0.88 | 0.24 | 22.46 | 0.79 | 0.43 |
| Hex | C2 | 57 | 17 | 0 | 37 | 58 | 18 | 16 | 4F | 2B |
| Octal | 302 | 127 | 27 | 0 | 67 | 130 | 30 | 26 | 117 | 53 |
| Binary | 11000010 | 1010111 | 10111 | 0 | 110111 | 1011000 | 11000 | 10110 | 1001111 | 101011 |
Color Harmonies of #C25717
Complementary color
Monochromatic Colors of #C25717
Black with #C25717
Text Example
Text Example
White with #C25717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25717; }
p { color: rgb(194,87,23); }
H1.HeaderClassName
{
color: #C25717;
}
.AnyTagClassName
{
color: #C25717;
}
</style>
background-color css
<style>
a { background-color: #C25717; }
a { background-color: rgb(194,87,23); }
div.DivClassName
{
background-color: #C25717;
}
.BgClassName
{
background-color: #C25717;
}
</style>
border-color css
<style>
span { border-color: #C25717; }
span { border-color: rgb(194,87,23); }
td.TdClassName
{
border-color: #C25717;
}
.TagClassName
{
border-color: #C25717;
}
</style>