Shades of Tenne (Tawny) #C9500F
Tints of Tenne (Tawny) #C9500F
RGB
CMYK
RGB Variations
Color information
#C9500F (or 0xC9500F) is known color: Tenne (Tawny). HEX triplet: C9, 50 and 0F. RGB value is (201,80,15). Sum of RGB (Red+Green+Blue) = 201+80+15=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9500F is #36AFF0. Grayscale: #6D6D6D. Windows color (decimal): -3583985 or 1003721. OLE color: 1003721.
HSL color Cylindrical-coordinate representation of color #C9500F: hue angle of 20.97º 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 #C9500F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 15 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.21 |
| HSL | 20.97º | 0.86% | 0.42% | - |
| HSV(B) | 20.97º | 0.93% | 0.79% | - |
| XYZ | 27.04 | 18.19 | 2.54 | - |
| YUV | 108.77 | 75.09 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 15 | 0 | 0.60 | 0.93 | 0.21 | 20.97 | 0.86 | 0.42 |
| Hex | C9 | 50 | F | 0 | 3C | 5D | 15 | 15 | 56 | 2A |
| Octal | 311 | 120 | 17 | 0 | 74 | 135 | 25 | 25 | 126 | 52 |
| Binary | 11001001 | 1010000 | 1111 | 0 | 111100 | 1011101 | 10101 | 10101 | 1010110 | 101010 |
Color Harmonies of #C9500F
Complementary color
Monochromatic Colors of #C9500F
Black with #C9500F
Text Example
Text Example
White with #C9500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9500F; }
p { color: rgb(201,80,15); }
H1.HeaderClassName
{
color: #C9500F;
}
.AnyTagClassName
{
color: #C9500F;
}
</style>
background-color css
<style>
a { background-color: #C9500F; }
a { background-color: rgb(201,80,15); }
div.DivClassName
{
background-color: #C9500F;
}
.BgClassName
{
background-color: #C9500F;
}
</style>
border-color css
<style>
span { border-color: #C9500F; }
span { border-color: rgb(201,80,15); }
td.TdClassName
{
border-color: #C9500F;
}
.TagClassName
{
border-color: #C9500F;
}
</style>