Shades of Tenne (Tawny) #C8570D
Tints of Tenne (Tawny) #C8570D
RGB
CMYK
RGB Variations
Color information
#C8570D (or 0xC8570D) is known color: Tenne (Tawny). HEX triplet: C8, 57 and 0D. RGB value is (200,87,13). Sum of RGB (Red+Green+Blue) = 200+87+13=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8570D is #37A8F2. Grayscale: #707070. Windows color (decimal): -3647731 or 874440. OLE color: 874440.
HSL color Cylindrical-coordinate representation of color #C8570D: hue angle of 23.74º degrees, saturation: 0.88, 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 #C8570D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.22 |
| HSL | 23.74º | 0.88% | 0.42% | - |
| HSV(B) | 23.74º | 0.94% | 0.78% | - |
| XYZ | 27.3 | 19.12 | 2.63 | - |
| YUV | 112.35 | 71.94 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 13 | 0 | 0.56 | 0.94 | 0.22 | 23.74 | 0.88 | 0.42 |
| Hex | C8 | 57 | D | 0 | 38 | 5E | 16 | 18 | 58 | 2A |
| Octal | 310 | 127 | 15 | 0 | 70 | 136 | 26 | 30 | 130 | 52 |
| Binary | 11001000 | 1010111 | 1101 | 0 | 111000 | 1011110 | 10110 | 11000 | 1011000 | 101010 |
Color Harmonies of #C8570D
Complementary color
Monochromatic Colors of #C8570D
Black with #C8570D
Text Example
Text Example
White with #C8570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8570D; }
p { color: rgb(200,87,13); }
H1.HeaderClassName
{
color: #C8570D;
}
.AnyTagClassName
{
color: #C8570D;
}
</style>
background-color css
<style>
a { background-color: #C8570D; }
a { background-color: rgb(200,87,13); }
div.DivClassName
{
background-color: #C8570D;
}
.BgClassName
{
background-color: #C8570D;
}
</style>
border-color css
<style>
span { border-color: #C8570D; }
span { border-color: rgb(200,87,13); }
td.TdClassName
{
border-color: #C8570D;
}
.TagClassName
{
border-color: #C8570D;
}
</style>