Shades of Tenne (Tawny) #C8570C
Tints of Tenne (Tawny) #C8570C
RGB
CMYK
RGB Variations
Color information
#C8570C (or 0xC8570C) is known color: Tenne (Tawny). HEX triplet: C8, 57 and 0C. RGB value is (200,87,12). Sum of RGB (Red+Green+Blue) = 200+87+12=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8570C is #37A8F3. Grayscale: #707070. Windows color (decimal): -3647732 or 808904. OLE color: 808904.
HSL color Cylindrical-coordinate representation of color #C8570C: hue angle of 23.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8570C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 12 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.22 |
| HSL | 23.94º | 0.89% | 0.42% | - |
| HSV(B) | 23.94º | 0.94% | 0.78% | - |
| XYZ | 27.29 | 19.12 | 2.6 | - |
| YUV | 112.24 | 71.44 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 12 | 0 | 0.56 | 0.94 | 0.22 | 23.94 | 0.89 | 0.42 |
| Hex | C8 | 57 | C | 0 | 38 | 5E | 16 | 18 | 59 | 2A |
| Octal | 310 | 127 | 14 | 0 | 70 | 136 | 26 | 30 | 131 | 52 |
| Binary | 11001000 | 1010111 | 1100 | 0 | 111000 | 1011110 | 10110 | 11000 | 1011001 | 101010 |
Color Harmonies of #C8570C
Complementary color
Monochromatic Colors of #C8570C
Black with #C8570C
Text Example
Text Example
White with #C8570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8570C; }
p { color: rgb(200,87,12); }
H1.HeaderClassName
{
color: #C8570C;
}
.AnyTagClassName
{
color: #C8570C;
}
</style>
background-color css
<style>
a { background-color: #C8570C; }
a { background-color: rgb(200,87,12); }
div.DivClassName
{
background-color: #C8570C;
}
.BgClassName
{
background-color: #C8570C;
}
</style>
border-color css
<style>
span { border-color: #C8570C; }
span { border-color: rgb(200,87,12); }
td.TdClassName
{
border-color: #C8570C;
}
.TagClassName
{
border-color: #C8570C;
}
</style>