Shades of Tenne (Tawny) #C7560A
Tints of Tenne (Tawny) #C7560A
RGB
CMYK
RGB Variations
Color information
#C7560A (or 0xC7560A) is known color: Tenne (Tawny). HEX triplet: C7, 56 and 0A. RGB value is (199,86,10). Sum of RGB (Red+Green+Blue) = 199+86+10=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7560A is #38A9F5. Grayscale: #6F6F6F. Windows color (decimal): -3713526 or 677575. OLE color: 677575.
HSL color Cylindrical-coordinate representation of color #C7560A: hue angle of 24.13º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7560A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.22 |
| HSL | 24.13º | 0.9% | 0.41% | - |
| HSV(B) | 24.13º | 0.95% | 0.78% | - |
| XYZ | 26.94 | 18.82 | 2.5 | - |
| YUV | 111.12 | 70.94 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 10 | 0 | 0.57 | 0.95 | 0.22 | 24.13 | 0.9 | 0.41 |
| Hex | C7 | 56 | A | 0 | 39 | 5F | 16 | 18 | 5A | 29 |
| Octal | 307 | 126 | 12 | 0 | 71 | 137 | 26 | 30 | 132 | 51 |
| Binary | 11000111 | 1010110 | 1010 | 0 | 111001 | 1011111 | 10110 | 11000 | 1011010 | 101001 |
Color Harmonies of #C7560A
Complementary color
Monochromatic Colors of #C7560A
Black with #C7560A
Text Example
Text Example
White with #C7560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7560A; }
p { color: rgb(199,86,10); }
H1.HeaderClassName
{
color: #C7560A;
}
.AnyTagClassName
{
color: #C7560A;
}
</style>
background-color css
<style>
a { background-color: #C7560A; }
a { background-color: rgb(199,86,10); }
div.DivClassName
{
background-color: #C7560A;
}
.BgClassName
{
background-color: #C7560A;
}
</style>
border-color css
<style>
span { border-color: #C7560A; }
span { border-color: rgb(199,86,10); }
td.TdClassName
{
border-color: #C7560A;
}
.TagClassName
{
border-color: #C7560A;
}
</style>