Shades of Chocolate #C26017
Tints of Chocolate #C26017
RGB
CMYK
RGB Variations
Color information
#C26017 (or 0xC26017) is known color: Chocolate. HEX triplet: C2, 60 and 17. RGB value is (194,96,23). Sum of RGB (Red+Green+Blue) = 194+96+23=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26017 is #3D9FE8. Grayscale: #757575. Windows color (decimal): -4038633 or 1532098. OLE color: 1532098.
HSL color Cylindrical-coordinate representation of color #C26017: hue angle of 25.61º 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 #C26017 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 23 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.24 |
| HSL | 25.61º | 0.79% | 0.43% | - |
| HSV(B) | 25.61º | 0.88% | 0.76% | - |
| XYZ | 26.59 | 19.9 | 3.25 | - |
| YUV | 116.98 | 74.97 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 23 | 0 | 0.51 | 0.88 | 0.24 | 25.61 | 0.79 | 0.43 |
| Hex | C2 | 60 | 17 | 0 | 33 | 58 | 18 | 1A | 4F | 2B |
| Octal | 302 | 140 | 27 | 0 | 63 | 130 | 30 | 32 | 117 | 53 |
| Binary | 11000010 | 1100000 | 10111 | 0 | 110011 | 1011000 | 11000 | 11010 | 1001111 | 101011 |
Color Harmonies of #C26017
Complementary color
Monochromatic Colors of #C26017
Black with #C26017
Text Example
Text Example
White with #C26017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26017; }
p { color: rgb(194,96,23); }
H1.HeaderClassName
{
color: #C26017;
}
.AnyTagClassName
{
color: #C26017;
}
</style>
background-color css
<style>
a { background-color: #C26017; }
a { background-color: rgb(194,96,23); }
div.DivClassName
{
background-color: #C26017;
}
.BgClassName
{
background-color: #C26017;
}
</style>
border-color css
<style>
span { border-color: #C26017; }
span { border-color: rgb(194,96,23); }
td.TdClassName
{
border-color: #C26017;
}
.TagClassName
{
border-color: #C26017;
}
</style>