Shades of Chocolate #C26B0C
Tints of Chocolate #C26B0C
RGB
CMYK
RGB Variations
Color information
#C26B0C (or 0xC26B0C) is known color: Chocolate. HEX triplet: C2, 6B and 0C. RGB value is (194,107,12). Sum of RGB (Red+Green+Blue) = 194+107+12=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B0C is #3D94F3. Grayscale: #7A7A7A. Windows color (decimal): -4035828 or 814018. OLE color: 814018.
HSL color Cylindrical-coordinate representation of color #C26B0C: hue angle of 31.32º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C26B0C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.24 |
| HSL | 31.32º | 0.88% | 0.4% | - |
| HSV(B) | 31.32º | 0.94% | 0.76% | - |
| XYZ | 27.57 | 22.01 | 3.14 | - |
| YUV | 122.18 | 65.82 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 12 | 0 | 0.45 | 0.94 | 0.24 | 31.32 | 0.88 | 0.4 |
| Hex | C2 | 6B | C | 0 | 2D | 5E | 18 | 1F | 58 | 28 |
| Octal | 302 | 153 | 14 | 0 | 55 | 136 | 30 | 37 | 130 | 50 |
| Binary | 11000010 | 1101011 | 1100 | 0 | 101101 | 1011110 | 11000 | 11111 | 1011000 | 101000 |
Color Harmonies of #C26B0C
Complementary color
Monochromatic Colors of #C26B0C
Black with #C26B0C
Text Example
Text Example
White with #C26B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B0C; }
p { color: rgb(194,107,12); }
H1.HeaderClassName
{
color: #C26B0C;
}
.AnyTagClassName
{
color: #C26B0C;
}
</style>
background-color css
<style>
a { background-color: #C26B0C; }
a { background-color: rgb(194,107,12); }
div.DivClassName
{
background-color: #C26B0C;
}
.BgClassName
{
background-color: #C26B0C;
}
</style>
border-color css
<style>
span { border-color: #C26B0C; }
span { border-color: rgb(194,107,12); }
td.TdClassName
{
border-color: #C26B0C;
}
.TagClassName
{
border-color: #C26B0C;
}
</style>