Shades of Chocolate #C26716
Tints of Chocolate #C26716
RGB
CMYK
RGB Variations
Color information
#C26716 (or 0xC26716) is known color: Chocolate. HEX triplet: C2, 67 and 16. RGB value is (194,103,22). Sum of RGB (Red+Green+Blue) = 194+103+22=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C26716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26716 is #3D98E9. Grayscale: #797979. Windows color (decimal): -4036842 or 1468354. OLE color: 1468354.
HSL color Cylindrical-coordinate representation of color #C26716: hue angle of 28.26º 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 #C26716 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 22 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.24 |
| HSL | 28.26º | 0.8% | 0.42% | - |
| HSV(B) | 28.26º | 0.89% | 0.76% | - |
| XYZ | 27.24 | 21.23 | 3.42 | - |
| YUV | 120.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 22 | 0 | 0.47 | 0.89 | 0.24 | 28.26 | 0.8 | 0.42 |
| Hex | C2 | 67 | 16 | 0 | 2F | 59 | 18 | 1C | 50 | 2A |
| Octal | 302 | 147 | 26 | 0 | 57 | 131 | 30 | 34 | 120 | 52 |
| Binary | 11000010 | 1100111 | 10110 | 0 | 101111 | 1011001 | 11000 | 11100 | 1010000 | 101010 |
Color Harmonies of #C26716
Complementary color
Monochromatic Colors of #C26716
Black with #C26716
Text Example
Text Example
White with #C26716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26716; }
p { color: rgb(194,103,22); }
H1.HeaderClassName
{
color: #C26716;
}
.AnyTagClassName
{
color: #C26716;
}
</style>
background-color css
<style>
a { background-color: #C26716; }
a { background-color: rgb(194,103,22); }
div.DivClassName
{
background-color: #C26716;
}
.BgClassName
{
background-color: #C26716;
}
</style>
border-color css
<style>
span { border-color: #C26716; }
span { border-color: rgb(194,103,22); }
td.TdClassName
{
border-color: #C26716;
}
.TagClassName
{
border-color: #C26716;
}
</style>