Shades of Chocolate #C56312
Tints of Chocolate #C56312
RGB
CMYK
RGB Variations
Color information
#C56312 (or 0xC56312) is known color: Chocolate. HEX triplet: C5, 63 and 12. RGB value is (197,99,18). Sum of RGB (Red+Green+Blue) = 197+99+18=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C56312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56312 is #3A9CED. Grayscale: #777777. Windows color (decimal): -3841262 or 1205189. OLE color: 1205189.
HSL color Cylindrical-coordinate representation of color #C56312: hue angle of 27.15º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C56312 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 18 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.23 |
| HSL | 27.15º | 0.83% | 0.42% | - |
| HSV(B) | 27.15º | 0.91% | 0.77% | - |
| XYZ | 27.6 | 20.84 | 3.14 | - |
| YUV | 119.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 18 | 0 | 0.50 | 0.91 | 0.23 | 27.15 | 0.83 | 0.42 |
| Hex | C5 | 63 | 12 | 0 | 32 | 5B | 17 | 1B | 53 | 2A |
| Octal | 305 | 143 | 22 | 0 | 62 | 133 | 27 | 33 | 123 | 52 |
| Binary | 11000101 | 1100011 | 10010 | 0 | 110010 | 1011011 | 10111 | 11011 | 1010011 | 101010 |
Color Harmonies of #C56312
Complementary color
Monochromatic Colors of #C56312
Black with #C56312
Text Example
Text Example
White with #C56312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56312; }
p { color: rgb(197,99,18); }
H1.HeaderClassName
{
color: #C56312;
}
.AnyTagClassName
{
color: #C56312;
}
</style>
background-color css
<style>
a { background-color: #C56312; }
a { background-color: rgb(197,99,18); }
div.DivClassName
{
background-color: #C56312;
}
.BgClassName
{
background-color: #C56312;
}
</style>
border-color css
<style>
span { border-color: #C56312; }
span { border-color: rgb(197,99,18); }
td.TdClassName
{
border-color: #C56312;
}
.TagClassName
{
border-color: #C56312;
}
</style>