Shades of Tenne (Tawny) #C8570F
Tints of Tenne (Tawny) #C8570F
RGB
CMYK
RGB Variations
Color information
#C8570F (or 0xC8570F) is known color: Tenne (Tawny). HEX triplet: C8, 57 and 0F. RGB value is (200,87,15). Sum of RGB (Red+Green+Blue) = 200+87+15=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C8570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8570F is #37A8F0. Grayscale: #707070. Windows color (decimal): -3647729 or 1005512. OLE color: 1005512.
HSL color Cylindrical-coordinate representation of color #C8570F: hue angle of 23.35º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8570F is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 15 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.22 |
| HSL | 23.35º | 0.86% | 0.42% | - |
| HSV(B) | 23.35º | 0.93% | 0.78% | - |
| XYZ | 27.31 | 19.13 | 2.7 | - |
| YUV | 112.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 15 | 0 | 0.56 | 0.92 | 0.22 | 23.35 | 0.86 | 0.42 |
| Hex | C8 | 57 | F | 0 | 38 | 5C | 16 | 17 | 56 | 2A |
| Octal | 310 | 127 | 17 | 0 | 70 | 134 | 26 | 27 | 126 | 52 |
| Binary | 11001000 | 1010111 | 1111 | 0 | 111000 | 1011100 | 10110 | 10111 | 1010110 | 101010 |
Color Harmonies of #C8570F
Complementary color
Monochromatic Colors of #C8570F
Black with #C8570F
Text Example
Text Example
White with #C8570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8570F; }
p { color: rgb(200,87,15); }
H1.HeaderClassName
{
color: #C8570F;
}
.AnyTagClassName
{
color: #C8570F;
}
</style>
background-color css
<style>
a { background-color: #C8570F; }
a { background-color: rgb(200,87,15); }
div.DivClassName
{
background-color: #C8570F;
}
.BgClassName
{
background-color: #C8570F;
}
</style>
border-color css
<style>
span { border-color: #C8570F; }
span { border-color: rgb(200,87,15); }
td.TdClassName
{
border-color: #C8570F;
}
.TagClassName
{
border-color: #C8570F;
}
</style>