Shades of Tenne (Tawny) #C95812
Tints of Tenne (Tawny) #C95812
RGB
CMYK
RGB Variations
Color information
#C95812 (or 0xC95812) is known color: Tenne (Tawny). HEX triplet: C9, 58 and 12. RGB value is (201,88,18). Sum of RGB (Red+Green+Blue) = 201+88+18=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C95812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95812 is #36A7ED. Grayscale: #727272. Windows color (decimal): -3581934 or 1202377. OLE color: 1202377.
HSL color Cylindrical-coordinate representation of color #C95812: hue angle of 22.95º 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 #C95812 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.21 |
| HSL | 22.95º | 0.84% | 0.43% | - |
| HSV(B) | 22.95º | 0.91% | 0.79% | - |
| XYZ | 27.69 | 19.44 | 2.87 | - |
| YUV | 113.81 | 73.94 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 18 | 0 | 0.56 | 0.91 | 0.21 | 22.95 | 0.84 | 0.43 |
| Hex | C9 | 58 | 12 | 0 | 38 | 5B | 15 | 17 | 54 | 2B |
| Octal | 311 | 130 | 22 | 0 | 70 | 133 | 25 | 27 | 124 | 53 |
| Binary | 11001001 | 1011000 | 10010 | 0 | 111000 | 1011011 | 10101 | 10111 | 1010100 | 101011 |
Color Harmonies of #C95812
Complementary color
Monochromatic Colors of #C95812
Black with #C95812
Text Example
Text Example
White with #C95812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95812; }
p { color: rgb(201,88,18); }
H1.HeaderClassName
{
color: #C95812;
}
.AnyTagClassName
{
color: #C95812;
}
</style>
background-color css
<style>
a { background-color: #C95812; }
a { background-color: rgb(201,88,18); }
div.DivClassName
{
background-color: #C95812;
}
.BgClassName
{
background-color: #C95812;
}
</style>
border-color css
<style>
span { border-color: #C95812; }
span { border-color: rgb(201,88,18); }
td.TdClassName
{
border-color: #C95812;
}
.TagClassName
{
border-color: #C95812;
}
</style>