Shades of Tenne (Tawny) #C95612
Tints of Tenne (Tawny) #C95612
RGB
CMYK
RGB Variations
Color information
#C95612 (or 0xC95612) is known color: Tenne (Tawny). HEX triplet: C9, 56 and 12. RGB value is (201,86,18). Sum of RGB (Red+Green+Blue) = 201+86+18=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C95612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95612 is #36A9ED. Grayscale: #717171. Windows color (decimal): -3582446 or 1201865. OLE color: 1201865.
HSL color Cylindrical-coordinate representation of color #C95612: hue angle of 22.3º 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 #C95612 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 18 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.21 |
| HSL | 22.3º | 0.84% | 0.43% | - |
| HSV(B) | 22.3º | 0.91% | 0.79% | - |
| XYZ | 27.52 | 19.12 | 2.81 | - |
| YUV | 112.63 | 74.6 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 18 | 0 | 0.57 | 0.91 | 0.21 | 22.3 | 0.84 | 0.43 |
| Hex | C9 | 56 | 12 | 0 | 39 | 5B | 15 | 16 | 54 | 2B |
| Octal | 311 | 126 | 22 | 0 | 71 | 133 | 25 | 26 | 124 | 53 |
| Binary | 11001001 | 1010110 | 10010 | 0 | 111001 | 1011011 | 10101 | 10110 | 1010100 | 101011 |
Color Harmonies of #C95612
Complementary color
Monochromatic Colors of #C95612
Black with #C95612
Text Example
Text Example
White with #C95612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95612; }
p { color: rgb(201,86,18); }
H1.HeaderClassName
{
color: #C95612;
}
.AnyTagClassName
{
color: #C95612;
}
</style>
background-color css
<style>
a { background-color: #C95612; }
a { background-color: rgb(201,86,18); }
div.DivClassName
{
background-color: #C95612;
}
.BgClassName
{
background-color: #C95612;
}
</style>
border-color css
<style>
span { border-color: #C95612; }
span { border-color: rgb(201,86,18); }
td.TdClassName
{
border-color: #C95612;
}
.TagClassName
{
border-color: #C95612;
}
</style>