Shades of Tenne (Tawny) #C9500C
Tints of Tenne (Tawny) #C9500C
RGB
CMYK
RGB Variations
Color information
#C9500C (or 0xC9500C) is known color: Tenne (Tawny). HEX triplet: C9, 50 and 0C. RGB value is (201,80,12). Sum of RGB (Red+Green+Blue) = 201+80+12=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C9500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9500C is #36AFF3. Grayscale: #6C6C6C. Windows color (decimal): -3583988 or 807113. OLE color: 807113.
HSL color Cylindrical-coordinate representation of color #C9500C: hue angle of 21.59º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9500C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 12 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.21 |
| HSL | 21.59º | 0.89% | 0.42% | - |
| HSV(B) | 21.59º | 0.94% | 0.79% | - |
| XYZ | 27.02 | 18.18 | 2.43 | - |
| YUV | 108.43 | 73.59 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 12 | 0 | 0.60 | 0.94 | 0.21 | 21.59 | 0.89 | 0.42 |
| Hex | C9 | 50 | C | 0 | 3C | 5E | 15 | 16 | 59 | 2A |
| Octal | 311 | 120 | 14 | 0 | 74 | 136 | 25 | 26 | 131 | 52 |
| Binary | 11001001 | 1010000 | 1100 | 0 | 111100 | 1011110 | 10101 | 10110 | 1011001 | 101010 |
Color Harmonies of #C9500C
Complementary color
Monochromatic Colors of #C9500C
Black with #C9500C
Text Example
Text Example
White with #C9500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9500C; }
p { color: rgb(201,80,12); }
H1.HeaderClassName
{
color: #C9500C;
}
.AnyTagClassName
{
color: #C9500C;
}
</style>
background-color css
<style>
a { background-color: #C9500C; }
a { background-color: rgb(201,80,12); }
div.DivClassName
{
background-color: #C9500C;
}
.BgClassName
{
background-color: #C9500C;
}
</style>
border-color css
<style>
span { border-color: #C9500C; }
span { border-color: rgb(201,80,12); }
td.TdClassName
{
border-color: #C9500C;
}
.TagClassName
{
border-color: #C9500C;
}
</style>