Shades of Tenne (Tawny) #C9580F
Tints of Tenne (Tawny) #C9580F
RGB
CMYK
RGB Variations
Color information
#C9580F (or 0xC9580F) is known color: Tenne (Tawny). HEX triplet: C9, 58 and 0F. RGB value is (201,88,15). Sum of RGB (Red+Green+Blue) = 201+88+15=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C9580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9580F is #36A7F0. Grayscale: #717171. Windows color (decimal): -3581937 or 1005769. OLE color: 1005769.
HSL color Cylindrical-coordinate representation of color #C9580F: hue angle of 23.55º degrees, saturation: 0.86, 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 #C9580F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.21 |
| HSL | 23.55º | 0.86% | 0.42% | - |
| HSV(B) | 23.55º | 0.93% | 0.79% | - |
| XYZ | 27.66 | 19.43 | 2.74 | - |
| YUV | 113.47 | 72.44 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 15 | 0 | 0.56 | 0.93 | 0.21 | 23.55 | 0.86 | 0.42 |
| Hex | C9 | 58 | F | 0 | 38 | 5D | 15 | 18 | 56 | 2A |
| Octal | 311 | 130 | 17 | 0 | 70 | 135 | 25 | 30 | 126 | 52 |
| Binary | 11001001 | 1011000 | 1111 | 0 | 111000 | 1011101 | 10101 | 11000 | 1010110 | 101010 |
Color Harmonies of #C9580F
Complementary color
Monochromatic Colors of #C9580F
Black with #C9580F
Text Example
Text Example
White with #C9580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9580F; }
p { color: rgb(201,88,15); }
H1.HeaderClassName
{
color: #C9580F;
}
.AnyTagClassName
{
color: #C9580F;
}
</style>
background-color css
<style>
a { background-color: #C9580F; }
a { background-color: rgb(201,88,15); }
div.DivClassName
{
background-color: #C9580F;
}
.BgClassName
{
background-color: #C9580F;
}
</style>
border-color css
<style>
span { border-color: #C9580F; }
span { border-color: rgb(201,88,15); }
td.TdClassName
{
border-color: #C9580F;
}
.TagClassName
{
border-color: #C9580F;
}
</style>