Shades of Chocolate #C26C0B
Tints of Chocolate #C26C0B
RGB
CMYK
RGB Variations
Color information
#C26C0B (or 0xC26C0B) is known color: Chocolate. HEX triplet: C2, 6C and 0B. RGB value is (194,108,11). Sum of RGB (Red+Green+Blue) = 194+108+11=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26C0B is #3D93F4. Grayscale: #7B7B7B. Windows color (decimal): -4035573 or 748738. OLE color: 748738.
HSL color Cylindrical-coordinate representation of color #C26C0B: hue angle of 31.8º 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 #C26C0B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 11 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.24 |
| HSL | 31.8º | 0.89% | 0.4% | - |
| HSV(B) | 31.8º | 0.94% | 0.76% | - |
| XYZ | 27.67 | 22.22 | 3.15 | - |
| YUV | 122.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 11 | 0 | 0.44 | 0.94 | 0.24 | 31.8 | 0.89 | 0.4 |
| Hex | C2 | 6C | B | 0 | 2C | 5E | 18 | 20 | 59 | 28 |
| Octal | 302 | 154 | 13 | 0 | 54 | 136 | 30 | 40 | 131 | 50 |
| Binary | 11000010 | 1101100 | 1011 | 0 | 101100 | 1011110 | 11000 | 100000 | 1011001 | 101000 |
Color Harmonies of #C26C0B
Complementary color
Monochromatic Colors of #C26C0B
Black with #C26C0B
Text Example
Text Example
White with #C26C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C0B; }
p { color: rgb(194,108,11); }
H1.HeaderClassName
{
color: #C26C0B;
}
.AnyTagClassName
{
color: #C26C0B;
}
</style>
background-color css
<style>
a { background-color: #C26C0B; }
a { background-color: rgb(194,108,11); }
div.DivClassName
{
background-color: #C26C0B;
}
.BgClassName
{
background-color: #C26C0B;
}
</style>
border-color css
<style>
span { border-color: #C26C0B; }
span { border-color: rgb(194,108,11); }
td.TdClassName
{
border-color: #C26C0B;
}
.TagClassName
{
border-color: #C26C0B;
}
</style>