Shades of Chocolate #C26B13
Tints of Chocolate #C26B13
RGB
CMYK
RGB Variations
Color information
#C26B13 (or 0xC26B13) is known color: Chocolate. HEX triplet: C2, 6B and 13. RGB value is (194,107,19). Sum of RGB (Red+Green+Blue) = 194+107+19=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26B13 is #3D94EC. Grayscale: #7B7B7B. Windows color (decimal): -4035821 or 1272770. OLE color: 1272770.
HSL color Cylindrical-coordinate representation of color #C26B13: hue angle of 30.17º degrees, saturation: 0.82, 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 #C26B13 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 19 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.24 |
| HSL | 30.17º | 0.82% | 0.42% | - |
| HSV(B) | 30.17º | 0.9% | 0.76% | - |
| XYZ | 27.62 | 22.03 | 3.41 | - |
| YUV | 122.98 | 69.32 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 19 | 0 | 0.45 | 0.90 | 0.24 | 30.17 | 0.82 | 0.42 |
| Hex | C2 | 6B | 13 | 0 | 2D | 5A | 18 | 1E | 52 | 2A |
| Octal | 302 | 153 | 23 | 0 | 55 | 132 | 30 | 36 | 122 | 52 |
| Binary | 11000010 | 1101011 | 10011 | 0 | 101101 | 1011010 | 11000 | 11110 | 1010010 | 101010 |
Color Harmonies of #C26B13
Complementary color
Monochromatic Colors of #C26B13
Black with #C26B13
Text Example
Text Example
White with #C26B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B13; }
p { color: rgb(194,107,19); }
H1.HeaderClassName
{
color: #C26B13;
}
.AnyTagClassName
{
color: #C26B13;
}
</style>
background-color css
<style>
a { background-color: #C26B13; }
a { background-color: rgb(194,107,19); }
div.DivClassName
{
background-color: #C26B13;
}
.BgClassName
{
background-color: #C26B13;
}
</style>
border-color css
<style>
span { border-color: #C26B13; }
span { border-color: rgb(194,107,19); }
td.TdClassName
{
border-color: #C26B13;
}
.TagClassName
{
border-color: #C26B13;
}
</style>