Shades of Tenne (Tawny) #C7580C
Tints of Tenne (Tawny) #C7580C
RGB
CMYK
RGB Variations
Color information
#C7580C (or 0xC7580C) is known color: Tenne (Tawny). HEX triplet: C7, 58 and 0C. RGB value is (199,88,12). Sum of RGB (Red+Green+Blue) = 199+88+12=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7580C is #38A7F3. Grayscale: #707070. Windows color (decimal): -3713012 or 809159. OLE color: 809159.
HSL color Cylindrical-coordinate representation of color #C7580C: hue angle of 24.39º degrees, saturation: 0.89, 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 #C7580C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 12 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.22 |
| HSL | 24.39º | 0.89% | 0.41% | - |
| HSV(B) | 24.39º | 0.94% | 0.78% | - |
| XYZ | 27.11 | 19.15 | 2.61 | - |
| YUV | 112.53 | 71.27 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 12 | 0 | 0.56 | 0.94 | 0.22 | 24.39 | 0.89 | 0.41 |
| Hex | C7 | 58 | C | 0 | 38 | 5E | 16 | 18 | 59 | 29 |
| Octal | 307 | 130 | 14 | 0 | 70 | 136 | 26 | 30 | 131 | 51 |
| Binary | 11000111 | 1011000 | 1100 | 0 | 111000 | 1011110 | 10110 | 11000 | 1011001 | 101001 |
Color Harmonies of #C7580C
Complementary color
Monochromatic Colors of #C7580C
Black with #C7580C
Text Example
Text Example
White with #C7580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7580C; }
p { color: rgb(199,88,12); }
H1.HeaderClassName
{
color: #C7580C;
}
.AnyTagClassName
{
color: #C7580C;
}
</style>
background-color css
<style>
a { background-color: #C7580C; }
a { background-color: rgb(199,88,12); }
div.DivClassName
{
background-color: #C7580C;
}
.BgClassName
{
background-color: #C7580C;
}
</style>
border-color css
<style>
span { border-color: #C7580C; }
span { border-color: rgb(199,88,12); }
td.TdClassName
{
border-color: #C7580C;
}
.TagClassName
{
border-color: #C7580C;
}
</style>