Shades of Chocolate #C26616
Tints of Chocolate #C26616
RGB
CMYK
RGB Variations
Color information
#C26616 (or 0xC26616) is known color: Chocolate. HEX triplet: C2, 66 and 16. RGB value is (194,102,22). Sum of RGB (Red+Green+Blue) = 194+102+22=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C26616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26616 is #3D99E9. Grayscale: #787878. Windows color (decimal): -4037098 or 1468098. OLE color: 1468098.
HSL color Cylindrical-coordinate representation of color #C26616: hue angle of 27.91º 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 #C26616 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 22 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.24 |
| HSL | 27.91º | 0.8% | 0.42% | - |
| HSV(B) | 27.91º | 0.89% | 0.76% | - |
| XYZ | 27.14 | 21.03 | 3.39 | - |
| YUV | 120.39 | 72.48 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 22 | 0 | 0.47 | 0.89 | 0.24 | 27.91 | 0.8 | 0.42 |
| Hex | C2 | 66 | 16 | 0 | 2F | 59 | 18 | 1C | 50 | 2A |
| Octal | 302 | 146 | 26 | 0 | 57 | 131 | 30 | 34 | 120 | 52 |
| Binary | 11000010 | 1100110 | 10110 | 0 | 101111 | 1011001 | 11000 | 11100 | 1010000 | 101010 |
Color Harmonies of #C26616
Complementary color
Monochromatic Colors of #C26616
Black with #C26616
Text Example
Text Example
White with #C26616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26616; }
p { color: rgb(194,102,22); }
H1.HeaderClassName
{
color: #C26616;
}
.AnyTagClassName
{
color: #C26616;
}
</style>
background-color css
<style>
a { background-color: #C26616; }
a { background-color: rgb(194,102,22); }
div.DivClassName
{
background-color: #C26616;
}
.BgClassName
{
background-color: #C26616;
}
</style>
border-color css
<style>
span { border-color: #C26616; }
span { border-color: rgb(194,102,22); }
td.TdClassName
{
border-color: #C26616;
}
.TagClassName
{
border-color: #C26616;
}
</style>