Shades of Chocolate #C26B14
Tints of Chocolate #C26B14
RGB
CMYK
RGB Variations
Color information
#C26B14 (or 0xC26B14) is known color: Chocolate. HEX triplet: C2, 6B and 14. RGB value is (194,107,20). Sum of RGB (Red+Green+Blue) = 194+107+20=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B14 is #3D94EB. Grayscale: #7B7B7B. Windows color (decimal): -4035820 or 1338306. OLE color: 1338306.
HSL color Cylindrical-coordinate representation of color #C26B14: hue angle of 30º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C26B14 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 20 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.24 |
| HSL | 30º | 0.81% | 0.42% | - |
| HSV(B) | 30º | 0.9% | 0.76% | - |
| XYZ | 27.63 | 22.04 | 3.46 | - |
| YUV | 123.1 | 69.82 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 20 | 0 | 0.45 | 0.90 | 0.24 | 30 | 0.81 | 0.42 |
| Hex | C2 | 6B | 14 | 0 | 2D | 5A | 18 | 1E | 51 | 2A |
| Octal | 302 | 153 | 24 | 0 | 55 | 132 | 30 | 36 | 121 | 52 |
| Binary | 11000010 | 1101011 | 10100 | 0 | 101101 | 1011010 | 11000 | 11110 | 1010001 | 101010 |
Color Harmonies of #C26B14
Complementary color
Monochromatic Colors of #C26B14
Black with #C26B14
Text Example
Text Example
White with #C26B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B14; }
p { color: rgb(194,107,20); }
H1.HeaderClassName
{
color: #C26B14;
}
.AnyTagClassName
{
color: #C26B14;
}
</style>
background-color css
<style>
a { background-color: #C26B14; }
a { background-color: rgb(194,107,20); }
div.DivClassName
{
background-color: #C26B14;
}
.BgClassName
{
background-color: #C26B14;
}
</style>
border-color css
<style>
span { border-color: #C26B14; }
span { border-color: rgb(194,107,20); }
td.TdClassName
{
border-color: #C26B14;
}
.TagClassName
{
border-color: #C26B14;
}
</style>