Shades of Tenne (Tawny) #C95009
Tints of Tenne (Tawny) #C95009
RGB
CMYK
RGB Variations
Color information
#C95009 (or 0xC95009) is known color: Tenne (Tawny). HEX triplet: C9, 50 and 09. RGB value is (201,80,9). Sum of RGB (Red+Green+Blue) = 201+80+9=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C95009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95009 is #36AFF6. Grayscale: #6C6C6C. Windows color (decimal): -3583991 or 610505. OLE color: 610505.
HSL color Cylindrical-coordinate representation of color #C95009: hue angle of 22.19º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C95009 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 9 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.21 |
| HSL | 22.19º | 0.91% | 0.41% | - |
| HSV(B) | 22.19º | 0.96% | 0.79% | - |
| XYZ | 27.01 | 18.17 | 2.34 | - |
| YUV | 108.09 | 72.09 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 9 | 0 | 0.60 | 0.96 | 0.21 | 22.19 | 0.91 | 0.41 |
| Hex | C9 | 50 | 9 | 0 | 3C | 60 | 15 | 16 | 5B | 29 |
| Octal | 311 | 120 | 11 | 0 | 74 | 140 | 25 | 26 | 133 | 51 |
| Binary | 11001001 | 1010000 | 1001 | 0 | 111100 | 1100000 | 10101 | 10110 | 1011011 | 101001 |
Color Harmonies of #C95009
Complementary color
Monochromatic Colors of #C95009
Black with #C95009
Text Example
Text Example
White with #C95009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95009; }
p { color: rgb(201,80,9); }
H1.HeaderClassName
{
color: #C95009;
}
.AnyTagClassName
{
color: #C95009;
}
</style>
background-color css
<style>
a { background-color: #C95009; }
a { background-color: rgb(201,80,9); }
div.DivClassName
{
background-color: #C95009;
}
.BgClassName
{
background-color: #C95009;
}
</style>
border-color css
<style>
span { border-color: #C95009; }
span { border-color: rgb(201,80,9); }
td.TdClassName
{
border-color: #C95009;
}
.TagClassName
{
border-color: #C95009;
}
</style>