Shades of Tenne (Tawny) #C7580B
Tints of Tenne (Tawny) #C7580B
RGB
CMYK
RGB Variations
Color information
#C7580B (or 0xC7580B) is known color: Tenne (Tawny). HEX triplet: C7, 58 and 0B. RGB value is (199,88,11). Sum of RGB (Red+Green+Blue) = 199+88+11=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7580B is #38A7F4. Grayscale: #707070. Windows color (decimal): -3713013 or 743623. OLE color: 743623.
HSL color Cylindrical-coordinate representation of color #C7580B: hue angle of 24.57º 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 #C7580B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 11 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.22 |
| HSL | 24.57º | 0.9% | 0.41% | - |
| HSV(B) | 24.57º | 0.94% | 0.78% | - |
| XYZ | 27.1 | 19.15 | 2.58 | - |
| YUV | 112.41 | 70.77 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 11 | 0 | 0.56 | 0.94 | 0.22 | 24.57 | 0.9 | 0.41 |
| Hex | C7 | 58 | B | 0 | 38 | 5E | 16 | 19 | 5A | 29 |
| Octal | 307 | 130 | 13 | 0 | 70 | 136 | 26 | 31 | 132 | 51 |
| Binary | 11000111 | 1011000 | 1011 | 0 | 111000 | 1011110 | 10110 | 11001 | 1011010 | 101001 |
Color Harmonies of #C7580B
Complementary color
Monochromatic Colors of #C7580B
Black with #C7580B
Text Example
Text Example
White with #C7580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7580B; }
p { color: rgb(199,88,11); }
H1.HeaderClassName
{
color: #C7580B;
}
.AnyTagClassName
{
color: #C7580B;
}
</style>
background-color css
<style>
a { background-color: #C7580B; }
a { background-color: rgb(199,88,11); }
div.DivClassName
{
background-color: #C7580B;
}
.BgClassName
{
background-color: #C7580B;
}
</style>
border-color css
<style>
span { border-color: #C7580B; }
span { border-color: rgb(199,88,11); }
td.TdClassName
{
border-color: #C7580B;
}
.TagClassName
{
border-color: #C7580B;
}
</style>