Shades of Chocolate #C26B0B
Tints of Chocolate #C26B0B
RGB
CMYK
RGB Variations
Color information
#C26B0B (or 0xC26B0B) is known color: Chocolate. HEX triplet: C2, 6B and 0B. RGB value is (194,107,11). Sum of RGB (Red+Green+Blue) = 194+107+11=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B0B is #3D94F4. Grayscale: #7A7A7A. Windows color (decimal): -4035829 or 748482. OLE color: 748482.
HSL color Cylindrical-coordinate representation of color #C26B0B: hue angle of 31.48º degrees, saturation: 0.89, 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 #C26B0B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.24 |
| HSL | 31.48º | 0.89% | 0.4% | - |
| HSV(B) | 31.48º | 0.94% | 0.76% | - |
| XYZ | 27.57 | 22.01 | 3.11 | - |
| YUV | 122.07 | 65.32 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 11 | 0 | 0.45 | 0.94 | 0.24 | 31.48 | 0.89 | 0.4 |
| Hex | C2 | 6B | B | 0 | 2D | 5E | 18 | 1F | 59 | 28 |
| Octal | 302 | 153 | 13 | 0 | 55 | 136 | 30 | 37 | 131 | 50 |
| Binary | 11000010 | 1101011 | 1011 | 0 | 101101 | 1011110 | 11000 | 11111 | 1011001 | 101000 |
Color Harmonies of #C26B0B
Complementary color
Monochromatic Colors of #C26B0B
Black with #C26B0B
Text Example
Text Example
White with #C26B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B0B; }
p { color: rgb(194,107,11); }
H1.HeaderClassName
{
color: #C26B0B;
}
.AnyTagClassName
{
color: #C26B0B;
}
</style>
background-color css
<style>
a { background-color: #C26B0B; }
a { background-color: rgb(194,107,11); }
div.DivClassName
{
background-color: #C26B0B;
}
.BgClassName
{
background-color: #C26B0B;
}
</style>
border-color css
<style>
span { border-color: #C26B0B; }
span { border-color: rgb(194,107,11); }
td.TdClassName
{
border-color: #C26B0B;
}
.TagClassName
{
border-color: #C26B0B;
}
</style>