Shades of Tenne (Tawny) #C0580F
Tints of Tenne (Tawny) #C0580F
RGB
CMYK
RGB Variations
Color information
#C0580F (or 0xC0580F) is known color: Tenne (Tawny). HEX triplet: C0, 58 and 0F. RGB value is (192,88,15). Sum of RGB (Red+Green+Blue) = 192+88+15=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C0580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0580F is #3FA7F0. Grayscale: #6F6F6F. Windows color (decimal): -4171761 or 1005760. OLE color: 1005760.
HSL color Cylindrical-coordinate representation of color #C0580F: hue angle of 24.75º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0580F is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 15 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.25 |
| HSL | 24.75º | 0.86% | 0.41% | - |
| HSV(B) | 24.75º | 0.92% | 0.75% | - |
| XYZ | 25.31 | 18.22 | 2.63 | - |
| YUV | 110.77 | 73.96 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 15 | 0 | 0.54 | 0.92 | 0.25 | 24.75 | 0.86 | 0.41 |
| Hex | C0 | 58 | F | 0 | 36 | 5C | 19 | 19 | 56 | 29 |
| Octal | 300 | 130 | 17 | 0 | 66 | 134 | 31 | 31 | 126 | 51 |
| Binary | 11000000 | 1011000 | 1111 | 0 | 110110 | 1011100 | 11001 | 11001 | 1010110 | 101001 |
Color Harmonies of #C0580F
Complementary color
Monochromatic Colors of #C0580F
Black with #C0580F
Text Example
Text Example
White with #C0580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0580F; }
p { color: rgb(192,88,15); }
H1.HeaderClassName
{
color: #C0580F;
}
.AnyTagClassName
{
color: #C0580F;
}
</style>
background-color css
<style>
a { background-color: #C0580F; }
a { background-color: rgb(192,88,15); }
div.DivClassName
{
background-color: #C0580F;
}
.BgClassName
{
background-color: #C0580F;
}
</style>
border-color css
<style>
span { border-color: #C0580F; }
span { border-color: rgb(192,88,15); }
td.TdClassName
{
border-color: #C0580F;
}
.TagClassName
{
border-color: #C0580F;
}
</style>