Shades of Tenne (Tawny) #C95509
Tints of Tenne (Tawny) #C95509
RGB
CMYK
RGB Variations
Color information
#C95509 (or 0xC95509) is known color: Tenne (Tawny). HEX triplet: C9, 55 and 09. RGB value is (201,85,9). Sum of RGB (Red+Green+Blue) = 201+85+9=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C95509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95509 is #36AAF6. Grayscale: #6F6F6F. Windows color (decimal): -3582711 or 611785. OLE color: 611785.
HSL color Cylindrical-coordinate representation of color #C95509: hue angle of 23.75º 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 #C95509 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 9 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.21 |
| HSL | 23.75º | 0.91% | 0.41% | - |
| HSV(B) | 23.75º | 0.96% | 0.79% | - |
| XYZ | 27.39 | 18.93 | 2.47 | - |
| YUV | 111.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 9 | 0 | 0.58 | 0.96 | 0.21 | 23.75 | 0.91 | 0.41 |
| Hex | C9 | 55 | 9 | 0 | 3A | 60 | 15 | 18 | 5B | 29 |
| Octal | 311 | 125 | 11 | 0 | 72 | 140 | 25 | 30 | 133 | 51 |
| Binary | 11001001 | 1010101 | 1001 | 0 | 111010 | 1100000 | 10101 | 11000 | 1011011 | 101001 |
Color Harmonies of #C95509
Complementary color
Monochromatic Colors of #C95509
Black with #C95509
Text Example
Text Example
White with #C95509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95509; }
p { color: rgb(201,85,9); }
H1.HeaderClassName
{
color: #C95509;
}
.AnyTagClassName
{
color: #C95509;
}
</style>
background-color css
<style>
a { background-color: #C95509; }
a { background-color: rgb(201,85,9); }
div.DivClassName
{
background-color: #C95509;
}
.BgClassName
{
background-color: #C95509;
}
</style>
border-color css
<style>
span { border-color: #C95509; }
span { border-color: rgb(201,85,9); }
td.TdClassName
{
border-color: #C95509;
}
.TagClassName
{
border-color: #C95509;
}
</style>