Shades of Tenne (Tawny) #C7560B
Tints of Tenne (Tawny) #C7560B
RGB
CMYK
RGB Variations
Color information
#C7560B (or 0xC7560B) is known color: Tenne (Tawny). HEX triplet: C7, 56 and 0B. RGB value is (199,86,11). Sum of RGB (Red+Green+Blue) = 199+86+11=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7560B is #38A9F4. Grayscale: #6F6F6F. Windows color (decimal): -3713525 or 743111. OLE color: 743111.
HSL color Cylindrical-coordinate representation of color #C7560B: hue angle of 23.94º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7560B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.22 |
| HSL | 23.94º | 0.9% | 0.41% | - |
| HSV(B) | 23.94º | 0.94% | 0.78% | - |
| XYZ | 26.94 | 18.82 | 2.53 | - |
| YUV | 111.24 | 71.44 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 11 | 0 | 0.57 | 0.94 | 0.22 | 23.94 | 0.9 | 0.41 |
| Hex | C7 | 56 | B | 0 | 39 | 5E | 16 | 18 | 5A | 29 |
| Octal | 307 | 126 | 13 | 0 | 71 | 136 | 26 | 30 | 132 | 51 |
| Binary | 11000111 | 1010110 | 1011 | 0 | 111001 | 1011110 | 10110 | 11000 | 1011010 | 101001 |
Color Harmonies of #C7560B
Complementary color
Monochromatic Colors of #C7560B
Black with #C7560B
Text Example
Text Example
White with #C7560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7560B; }
p { color: rgb(199,86,11); }
H1.HeaderClassName
{
color: #C7560B;
}
.AnyTagClassName
{
color: #C7560B;
}
</style>
background-color css
<style>
a { background-color: #C7560B; }
a { background-color: rgb(199,86,11); }
div.DivClassName
{
background-color: #C7560B;
}
.BgClassName
{
background-color: #C7560B;
}
</style>
border-color css
<style>
span { border-color: #C7560B; }
span { border-color: rgb(199,86,11); }
td.TdClassName
{
border-color: #C7560B;
}
.TagClassName
{
border-color: #C7560B;
}
</style>