Shades of Chocolate #C26312
Tints of Chocolate #C26312
RGB
CMYK
RGB Variations
Color information
#C26312 (or 0xC26312) is known color: Chocolate. HEX triplet: C2, 63 and 12. RGB value is (194,99,18). Sum of RGB (Red+Green+Blue) = 194+99+18=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C26312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26312 is #3D9CED. Grayscale: #767676. Windows color (decimal): -4037870 or 1205186. OLE color: 1205186.
HSL color Cylindrical-coordinate representation of color #C26312: hue angle of 27.61º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C26312 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 18 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.24 |
| HSL | 27.61º | 0.83% | 0.42% | - |
| HSV(B) | 27.61º | 0.91% | 0.76% | - |
| XYZ | 26.82 | 20.44 | 3.1 | - |
| YUV | 118.17 | 71.47 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 18 | 0 | 0.49 | 0.91 | 0.24 | 27.61 | 0.83 | 0.42 |
| Hex | C2 | 63 | 12 | 0 | 31 | 5B | 18 | 1C | 53 | 2A |
| Octal | 302 | 143 | 22 | 0 | 61 | 133 | 30 | 34 | 123 | 52 |
| Binary | 11000010 | 1100011 | 10010 | 0 | 110001 | 1011011 | 11000 | 11100 | 1010011 | 101010 |
Color Harmonies of #C26312
Complementary color
Monochromatic Colors of #C26312
Black with #C26312
Text Example
Text Example
White with #C26312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26312; }
p { color: rgb(194,99,18); }
H1.HeaderClassName
{
color: #C26312;
}
.AnyTagClassName
{
color: #C26312;
}
</style>
background-color css
<style>
a { background-color: #C26312; }
a { background-color: rgb(194,99,18); }
div.DivClassName
{
background-color: #C26312;
}
.BgClassName
{
background-color: #C26312;
}
</style>
border-color css
<style>
span { border-color: #C26312; }
span { border-color: rgb(194,99,18); }
td.TdClassName
{
border-color: #C26312;
}
.TagClassName
{
border-color: #C26312;
}
</style>