Shades of Tenne (Tawny) #C0570F
Tints of Tenne (Tawny) #C0570F
RGB
CMYK
RGB Variations
Color information
#C0570F (or 0xC0570F) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 0F. RGB value is (192,87,15). Sum of RGB (Red+Green+Blue) = 192+87+15=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0570F is #3FA8F0. Grayscale: #6E6E6E. Windows color (decimal): -4172017 or 1005504. OLE color: 1005504.
HSL color Cylindrical-coordinate representation of color #C0570F: hue angle of 24.41º 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 #C0570F is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 15 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.25 |
| HSL | 24.41º | 0.86% | 0.41% | - |
| HSV(B) | 24.41º | 0.92% | 0.75% | - |
| XYZ | 25.23 | 18.06 | 2.61 | - |
| YUV | 110.19 | 74.29 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 15 | 0 | 0.55 | 0.92 | 0.25 | 24.41 | 0.86 | 0.41 |
| Hex | C0 | 57 | F | 0 | 37 | 5C | 19 | 18 | 56 | 29 |
| Octal | 300 | 127 | 17 | 0 | 67 | 134 | 31 | 30 | 126 | 51 |
| Binary | 11000000 | 1010111 | 1111 | 0 | 110111 | 1011100 | 11001 | 11000 | 1010110 | 101001 |
Color Harmonies of #C0570F
Complementary color
Monochromatic Colors of #C0570F
Black with #C0570F
Text Example
Text Example
White with #C0570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0570F; }
p { color: rgb(192,87,15); }
H1.HeaderClassName
{
color: #C0570F;
}
.AnyTagClassName
{
color: #C0570F;
}
</style>
background-color css
<style>
a { background-color: #C0570F; }
a { background-color: rgb(192,87,15); }
div.DivClassName
{
background-color: #C0570F;
}
.BgClassName
{
background-color: #C0570F;
}
</style>
border-color css
<style>
span { border-color: #C0570F; }
span { border-color: rgb(192,87,15); }
td.TdClassName
{
border-color: #C0570F;
}
.TagClassName
{
border-color: #C0570F;
}
</style>