Shades of Chocolate #C26B0E
Tints of Chocolate #C26B0E
RGB
CMYK
RGB Variations
Color information
#C26B0E (or 0xC26B0E) is known color: Chocolate. HEX triplet: C2, 6B and 0E. RGB value is (194,107,14). Sum of RGB (Red+Green+Blue) = 194+107+14=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B0E is #3D94F1. Grayscale: #7A7A7A. Windows color (decimal): -4035826 or 945090. OLE color: 945090.
HSL color Cylindrical-coordinate representation of color #C26B0E: hue angle of 31º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C26B0E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 14 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.24 |
| HSL | 31º | 0.87% | 0.41% | - |
| HSV(B) | 31º | 0.93% | 0.76% | - |
| XYZ | 27.59 | 22.02 | 3.21 | - |
| YUV | 122.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 14 | 0 | 0.45 | 0.93 | 0.24 | 31 | 0.87 | 0.41 |
| Hex | C2 | 6B | E | 0 | 2D | 5D | 18 | 1F | 57 | 29 |
| Octal | 302 | 153 | 16 | 0 | 55 | 135 | 30 | 37 | 127 | 51 |
| Binary | 11000010 | 1101011 | 1110 | 0 | 101101 | 1011101 | 11000 | 11111 | 1010111 | 101001 |
Color Harmonies of #C26B0E
Complementary color
Monochromatic Colors of #C26B0E
Black with #C26B0E
Text Example
Text Example
White with #C26B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B0E; }
p { color: rgb(194,107,14); }
H1.HeaderClassName
{
color: #C26B0E;
}
.AnyTagClassName
{
color: #C26B0E;
}
</style>
background-color css
<style>
a { background-color: #C26B0E; }
a { background-color: rgb(194,107,14); }
div.DivClassName
{
background-color: #C26B0E;
}
.BgClassName
{
background-color: #C26B0E;
}
</style>
border-color css
<style>
span { border-color: #C26B0E; }
span { border-color: rgb(194,107,14); }
td.TdClassName
{
border-color: #C26B0E;
}
.TagClassName
{
border-color: #C26B0E;
}
</style>