Shades of Tenne (Tawny) #C8560F
Tints of Tenne (Tawny) #C8560F
RGB
CMYK
RGB Variations
Color information
#C8560F (or 0xC8560F) is known color: Tenne (Tawny). HEX triplet: C8, 56 and 0F. RGB value is (200,86,15). Sum of RGB (Red+Green+Blue) = 200+86+15=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8560F is #37A9F0. Grayscale: #707070. Windows color (decimal): -3647985 or 1005256. OLE color: 1005256.
HSL color Cylindrical-coordinate representation of color #C8560F: hue angle of 23.03º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8560F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 15 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.22 |
| HSL | 23.03º | 0.86% | 0.42% | - |
| HSV(B) | 23.03º | 0.93% | 0.78% | - |
| XYZ | 27.23 | 18.97 | 2.68 | - |
| YUV | 111.99 | 73.27 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 15 | 0 | 0.57 | 0.92 | 0.22 | 23.03 | 0.86 | 0.42 |
| Hex | C8 | 56 | F | 0 | 39 | 5C | 16 | 17 | 56 | 2A |
| Octal | 310 | 126 | 17 | 0 | 71 | 134 | 26 | 27 | 126 | 52 |
| Binary | 11001000 | 1010110 | 1111 | 0 | 111001 | 1011100 | 10110 | 10111 | 1010110 | 101010 |
Color Harmonies of #C8560F
Complementary color
Monochromatic Colors of #C8560F
Black with #C8560F
Text Example
Text Example
White with #C8560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8560F; }
p { color: rgb(200,86,15); }
H1.HeaderClassName
{
color: #C8560F;
}
.AnyTagClassName
{
color: #C8560F;
}
</style>
background-color css
<style>
a { background-color: #C8560F; }
a { background-color: rgb(200,86,15); }
div.DivClassName
{
background-color: #C8560F;
}
.BgClassName
{
background-color: #C8560F;
}
</style>
border-color css
<style>
span { border-color: #C8560F; }
span { border-color: rgb(200,86,15); }
td.TdClassName
{
border-color: #C8560F;
}
.TagClassName
{
border-color: #C8560F;
}
</style>