Shades of Tenne (Tawny) #C95512
Tints of Tenne (Tawny) #C95512
RGB
CMYK
RGB Variations
Color information
#C95512 (or 0xC95512) is known color: Tenne (Tawny). HEX triplet: C9, 55 and 12. RGB value is (201,85,18). Sum of RGB (Red+Green+Blue) = 201+85+18=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C95512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95512 is #36AAED. Grayscale: #707070. Windows color (decimal): -3582702 or 1201609. OLE color: 1201609.
HSL color Cylindrical-coordinate representation of color #C95512: hue angle of 21.97º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C95512 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 18 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.21 |
| HSL | 21.97º | 0.84% | 0.43% | - |
| HSV(B) | 21.97º | 0.91% | 0.79% | - |
| XYZ | 27.45 | 18.96 | 2.79 | - |
| YUV | 112.05 | 74.93 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 18 | 0 | 0.58 | 0.91 | 0.21 | 21.97 | 0.84 | 0.43 |
| Hex | C9 | 55 | 12 | 0 | 3A | 5B | 15 | 16 | 54 | 2B |
| Octal | 311 | 125 | 22 | 0 | 72 | 133 | 25 | 26 | 124 | 53 |
| Binary | 11001001 | 1010101 | 10010 | 0 | 111010 | 1011011 | 10101 | 10110 | 1010100 | 101011 |
Color Harmonies of #C95512
Complementary color
Monochromatic Colors of #C95512
Black with #C95512
Text Example
Text Example
White with #C95512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95512; }
p { color: rgb(201,85,18); }
H1.HeaderClassName
{
color: #C95512;
}
.AnyTagClassName
{
color: #C95512;
}
</style>
background-color css
<style>
a { background-color: #C95512; }
a { background-color: rgb(201,85,18); }
div.DivClassName
{
background-color: #C95512;
}
.BgClassName
{
background-color: #C95512;
}
</style>
border-color css
<style>
span { border-color: #C95512; }
span { border-color: rgb(201,85,18); }
td.TdClassName
{
border-color: #C95512;
}
.TagClassName
{
border-color: #C95512;
}
</style>