Shades of Chocolate #C26117
Tints of Chocolate #C26117
RGB
CMYK
RGB Variations
Color information
#C26117 (or 0xC26117) is known color: Chocolate. HEX triplet: C2, 61 and 17. RGB value is (194,97,23). Sum of RGB (Red+Green+Blue) = 194+97+23=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C26117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26117 is #3D9EE8. Grayscale: #757575. Windows color (decimal): -4038377 or 1532354. OLE color: 1532354.
HSL color Cylindrical-coordinate representation of color #C26117: hue angle of 25.96º 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 #C26117 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 23 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.24 |
| HSL | 25.96º | 0.79% | 0.43% | - |
| HSV(B) | 25.96º | 0.88% | 0.76% | - |
| XYZ | 26.68 | 20.08 | 3.28 | - |
| YUV | 117.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 23 | 0 | 0.50 | 0.88 | 0.24 | 25.96 | 0.79 | 0.43 |
| Hex | C2 | 61 | 17 | 0 | 32 | 58 | 18 | 1A | 4F | 2B |
| Octal | 302 | 141 | 27 | 0 | 62 | 130 | 30 | 32 | 117 | 53 |
| Binary | 11000010 | 1100001 | 10111 | 0 | 110010 | 1011000 | 11000 | 11010 | 1001111 | 101011 |
Color Harmonies of #C26117
Complementary color
Monochromatic Colors of #C26117
Black with #C26117
Text Example
Text Example
White with #C26117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26117; }
p { color: rgb(194,97,23); }
H1.HeaderClassName
{
color: #C26117;
}
.AnyTagClassName
{
color: #C26117;
}
</style>
background-color css
<style>
a { background-color: #C26117; }
a { background-color: rgb(194,97,23); }
div.DivClassName
{
background-color: #C26117;
}
.BgClassName
{
background-color: #C26117;
}
</style>
border-color css
<style>
span { border-color: #C26117; }
span { border-color: rgb(194,97,23); }
td.TdClassName
{
border-color: #C26117;
}
.TagClassName
{
border-color: #C26117;
}
</style>