Shades of Tenne (Tawny) #C9510C
Tints of Tenne (Tawny) #C9510C
RGB
CMYK
RGB Variations
Color information
#C9510C (or 0xC9510C) is known color: Tenne (Tawny). HEX triplet: C9, 51 and 0C. RGB value is (201,81,12). Sum of RGB (Red+Green+Blue) = 201+81+12=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C9510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9510C is #36AEF3. Grayscale: #6D6D6D. Windows color (decimal): -3583732 or 807369. OLE color: 807369.
HSL color Cylindrical-coordinate representation of color #C9510C: hue angle of 21.9º 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 #C9510C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 12 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.21 |
| HSL | 21.9º | 0.89% | 0.42% | - |
| HSV(B) | 21.9º | 0.94% | 0.79% | - |
| XYZ | 27.1 | 18.33 | 2.46 | - |
| YUV | 109.01 | 73.26 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 12 | 0 | 0.60 | 0.94 | 0.21 | 21.9 | 0.89 | 0.42 |
| Hex | C9 | 51 | C | 0 | 3C | 5E | 15 | 16 | 59 | 2A |
| Octal | 311 | 121 | 14 | 0 | 74 | 136 | 25 | 26 | 131 | 52 |
| Binary | 11001001 | 1010001 | 1100 | 0 | 111100 | 1011110 | 10101 | 10110 | 1011001 | 101010 |
Color Harmonies of #C9510C
Complementary color
Monochromatic Colors of #C9510C
Black with #C9510C
Text Example
Text Example
White with #C9510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9510C; }
p { color: rgb(201,81,12); }
H1.HeaderClassName
{
color: #C9510C;
}
.AnyTagClassName
{
color: #C9510C;
}
</style>
background-color css
<style>
a { background-color: #C9510C; }
a { background-color: rgb(201,81,12); }
div.DivClassName
{
background-color: #C9510C;
}
.BgClassName
{
background-color: #C9510C;
}
</style>
border-color css
<style>
span { border-color: #C9510C; }
span { border-color: rgb(201,81,12); }
td.TdClassName
{
border-color: #C9510C;
}
.TagClassName
{
border-color: #C9510C;
}
</style>