Shades of Tenne (Tawny) #C9570B
Tints of Tenne (Tawny) #C9570B
RGB
CMYK
RGB Variations
Color information
#C9570B (or 0xC9570B) is known color: Tenne (Tawny). HEX triplet: C9, 57 and 0B. RGB value is (201,87,11). Sum of RGB (Red+Green+Blue) = 201+87+11=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9570B is #36A8F4. Grayscale: #707070. Windows color (decimal): -3582197 or 743369. OLE color: 743369.
HSL color Cylindrical-coordinate representation of color #C9570B: hue angle of 24º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9570B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.21 |
| HSL | 24º | 0.9% | 0.42% | - |
| HSV(B) | 24º | 0.95% | 0.79% | - |
| XYZ | 27.56 | 19.26 | 2.58 | - |
| YUV | 112.42 | 70.77 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 11 | 0 | 0.57 | 0.95 | 0.21 | 24 | 0.9 | 0.42 |
| Hex | C9 | 57 | B | 0 | 39 | 5F | 15 | 18 | 5A | 2A |
| Octal | 311 | 127 | 13 | 0 | 71 | 137 | 25 | 30 | 132 | 52 |
| Binary | 11001001 | 1010111 | 1011 | 0 | 111001 | 1011111 | 10101 | 11000 | 1011010 | 101010 |
Color Harmonies of #C9570B
Complementary color
Monochromatic Colors of #C9570B
Black with #C9570B
Text Example
Text Example
White with #C9570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9570B; }
p { color: rgb(201,87,11); }
H1.HeaderClassName
{
color: #C9570B;
}
.AnyTagClassName
{
color: #C9570B;
}
</style>
background-color css
<style>
a { background-color: #C9570B; }
a { background-color: rgb(201,87,11); }
div.DivClassName
{
background-color: #C9570B;
}
.BgClassName
{
background-color: #C9570B;
}
</style>
border-color css
<style>
span { border-color: #C9570B; }
span { border-color: rgb(201,87,11); }
td.TdClassName
{
border-color: #C9570B;
}
.TagClassName
{
border-color: #C9570B;
}
</style>