Shades of Tenne (Tawny) #C0560D
Tints of Tenne (Tawny) #C0560D
RGB
CMYK
RGB Variations
Color information
#C0560D (or 0xC0560D) is known color: Tenne (Tawny). HEX triplet: C0, 56 and 0D. RGB value is (192,86,13). Sum of RGB (Red+Green+Blue) = 192+86+13=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0560D is #3FA9F2. Grayscale: #6D6D6D. Windows color (decimal): -4172275 or 874176. OLE color: 874176.
HSL color Cylindrical-coordinate representation of color #C0560D: hue angle of 24.47º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0560D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 13 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.25 |
| HSL | 24.47º | 0.87% | 0.4% | - |
| HSV(B) | 24.47º | 0.93% | 0.75% | - |
| XYZ | 25.14 | 17.89 | 2.51 | - |
| YUV | 109.37 | 73.62 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 13 | 0 | 0.55 | 0.93 | 0.25 | 24.47 | 0.87 | 0.4 |
| Hex | C0 | 56 | D | 0 | 37 | 5D | 19 | 18 | 57 | 28 |
| Octal | 300 | 126 | 15 | 0 | 67 | 135 | 31 | 30 | 127 | 50 |
| Binary | 11000000 | 1010110 | 1101 | 0 | 110111 | 1011101 | 11001 | 11000 | 1010111 | 101000 |
Color Harmonies of #C0560D
Complementary color
Monochromatic Colors of #C0560D
Black with #C0560D
Text Example
Text Example
White with #C0560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0560D; }
p { color: rgb(192,86,13); }
H1.HeaderClassName
{
color: #C0560D;
}
.AnyTagClassName
{
color: #C0560D;
}
</style>
background-color css
<style>
a { background-color: #C0560D; }
a { background-color: rgb(192,86,13); }
div.DivClassName
{
background-color: #C0560D;
}
.BgClassName
{
background-color: #C0560D;
}
</style>
border-color css
<style>
span { border-color: #C0560D; }
span { border-color: rgb(192,86,13); }
td.TdClassName
{
border-color: #C0560D;
}
.TagClassName
{
border-color: #C0560D;
}
</style>