Shades of Tenne (Tawny) #C9570E
Tints of Tenne (Tawny) #C9570E
RGB
CMYK
RGB Variations
Color information
#C9570E (or 0xC9570E) is known color: Tenne (Tawny). HEX triplet: C9, 57 and 0E. RGB value is (201,87,14). Sum of RGB (Red+Green+Blue) = 201+87+14=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9570E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9570E is #36A8F1. Grayscale: #717171. Windows color (decimal): -3582194 or 939977. OLE color: 939977.
HSL color Cylindrical-coordinate representation of color #C9570E: hue angle of 23.42º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9570E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 14 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.21 |
| HSL | 23.42º | 0.87% | 0.42% | - |
| HSV(B) | 23.42º | 0.93% | 0.79% | - |
| XYZ | 27.57 | 19.27 | 2.68 | - |
| YUV | 112.76 | 72.27 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 14 | 0 | 0.57 | 0.93 | 0.21 | 23.42 | 0.87 | 0.42 |
| Hex | C9 | 57 | E | 0 | 39 | 5D | 15 | 17 | 57 | 2A |
| Octal | 311 | 127 | 16 | 0 | 71 | 135 | 25 | 27 | 127 | 52 |
| Binary | 11001001 | 1010111 | 1110 | 0 | 111001 | 1011101 | 10101 | 10111 | 1010111 | 101010 |
Color Harmonies of #C9570E
Complementary color
Monochromatic Colors of #C9570E
Black with #C9570E
Text Example
Text Example
White with #C9570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9570E; }
p { color: rgb(201,87,14); }
H1.HeaderClassName
{
color: #C9570E;
}
.AnyTagClassName
{
color: #C9570E;
}
</style>
background-color css
<style>
a { background-color: #C9570E; }
a { background-color: rgb(201,87,14); }
div.DivClassName
{
background-color: #C9570E;
}
.BgClassName
{
background-color: #C9570E;
}
</style>
border-color css
<style>
span { border-color: #C9570E; }
span { border-color: rgb(201,87,14); }
td.TdClassName
{
border-color: #C9570E;
}
.TagClassName
{
border-color: #C9570E;
}
</style>