Shades of Tenne (Tawny) #C8560C
Tints of Tenne (Tawny) #C8560C
RGB
CMYK
RGB Variations
Color information
#C8560C (or 0xC8560C) is known color: Tenne (Tawny). HEX triplet: C8, 56 and 0C. RGB value is (200,86,12). Sum of RGB (Red+Green+Blue) = 200+86+12=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8560C is #37A9F3. Grayscale: #707070. Windows color (decimal): -3647988 or 808648. OLE color: 808648.
HSL color Cylindrical-coordinate representation of color #C8560C: hue angle of 23.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8560C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.22 |
| HSL | 23.62º | 0.89% | 0.42% | - |
| HSV(B) | 23.62º | 0.94% | 0.78% | - |
| XYZ | 27.21 | 18.96 | 2.57 | - |
| YUV | 111.65 | 71.77 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 12 | 0 | 0.57 | 0.94 | 0.22 | 23.62 | 0.89 | 0.42 |
| Hex | C8 | 56 | C | 0 | 39 | 5E | 16 | 18 | 59 | 2A |
| Octal | 310 | 126 | 14 | 0 | 71 | 136 | 26 | 30 | 131 | 52 |
| Binary | 11001000 | 1010110 | 1100 | 0 | 111001 | 1011110 | 10110 | 11000 | 1011001 | 101010 |
Color Harmonies of #C8560C
Complementary color
Monochromatic Colors of #C8560C
Black with #C8560C
Text Example
Text Example
White with #C8560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8560C; }
p { color: rgb(200,86,12); }
H1.HeaderClassName
{
color: #C8560C;
}
.AnyTagClassName
{
color: #C8560C;
}
</style>
background-color css
<style>
a { background-color: #C8560C; }
a { background-color: rgb(200,86,12); }
div.DivClassName
{
background-color: #C8560C;
}
.BgClassName
{
background-color: #C8560C;
}
</style>
border-color css
<style>
span { border-color: #C8560C; }
span { border-color: rgb(200,86,12); }
td.TdClassName
{
border-color: #C8560C;
}
.TagClassName
{
border-color: #C8560C;
}
</style>