Shades of Tenne (Tawny) #C0560B
Tints of Tenne (Tawny) #C0560B
RGB
CMYK
RGB Variations
Color information
#C0560B (or 0xC0560B) is known color: Tenne (Tawny). HEX triplet: C0, 56 and 0B. RGB value is (192,86,11). Sum of RGB (Red+Green+Blue) = 192+86+11=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0560B is #3FA9F4. Grayscale: #6D6D6D. Windows color (decimal): -4172277 or 743104. OLE color: 743104.
HSL color Cylindrical-coordinate representation of color #C0560B: hue angle of 24.86º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0560B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 11 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.25 |
| HSL | 24.86º | 0.89% | 0.4% | - |
| HSV(B) | 24.86º | 0.94% | 0.75% | - |
| XYZ | 25.13 | 17.89 | 2.44 | - |
| YUV | 109.14 | 72.62 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 11 | 0 | 0.55 | 0.94 | 0.25 | 24.86 | 0.89 | 0.4 |
| Hex | C0 | 56 | B | 0 | 37 | 5E | 19 | 19 | 59 | 28 |
| Octal | 300 | 126 | 13 | 0 | 67 | 136 | 31 | 31 | 131 | 50 |
| Binary | 11000000 | 1010110 | 1011 | 0 | 110111 | 1011110 | 11001 | 11001 | 1011001 | 101000 |
Color Harmonies of #C0560B
Complementary color
Monochromatic Colors of #C0560B
Black with #C0560B
Text Example
Text Example
White with #C0560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0560B; }
p { color: rgb(192,86,11); }
H1.HeaderClassName
{
color: #C0560B;
}
.AnyTagClassName
{
color: #C0560B;
}
</style>
background-color css
<style>
a { background-color: #C0560B; }
a { background-color: rgb(192,86,11); }
div.DivClassName
{
background-color: #C0560B;
}
.BgClassName
{
background-color: #C0560B;
}
</style>
border-color css
<style>
span { border-color: #C0560B; }
span { border-color: rgb(192,86,11); }
td.TdClassName
{
border-color: #C0560B;
}
.TagClassName
{
border-color: #C0560B;
}
</style>