Shades of Tenne (Tawny) #C95814
Tints of Tenne (Tawny) #C95814
RGB
CMYK
RGB Variations
Color information
#C95814 (or 0xC95814) is known color: Tenne (Tawny). HEX triplet: C9, 58 and 14. RGB value is (201,88,20). Sum of RGB (Red+Green+Blue) = 201+88+20=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C95814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95814 is #36A7EB. Grayscale: #727272. Windows color (decimal): -3581932 or 1333449. OLE color: 1333449.
HSL color Cylindrical-coordinate representation of color #C95814: hue angle of 22.54º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C95814 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 20 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.21 |
| HSL | 22.54º | 0.82% | 0.43% | - |
| HSV(B) | 22.54º | 0.9% | 0.79% | - |
| XYZ | 27.7 | 19.45 | 2.96 | - |
| YUV | 114.04 | 74.94 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 20 | 0 | 0.56 | 0.90 | 0.21 | 22.54 | 0.82 | 0.43 |
| Hex | C9 | 58 | 14 | 0 | 38 | 5A | 15 | 17 | 52 | 2B |
| Octal | 311 | 130 | 24 | 0 | 70 | 132 | 25 | 27 | 122 | 53 |
| Binary | 11001001 | 1011000 | 10100 | 0 | 111000 | 1011010 | 10101 | 10111 | 1010010 | 101011 |
Color Harmonies of #C95814
Complementary color
Monochromatic Colors of #C95814
Black with #C95814
Text Example
Text Example
White with #C95814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95814; }
p { color: rgb(201,88,20); }
H1.HeaderClassName
{
color: #C95814;
}
.AnyTagClassName
{
color: #C95814;
}
</style>
background-color css
<style>
a { background-color: #C95814; }
a { background-color: rgb(201,88,20); }
div.DivClassName
{
background-color: #C95814;
}
.BgClassName
{
background-color: #C95814;
}
</style>
border-color css
<style>
span { border-color: #C95814; }
span { border-color: rgb(201,88,20); }
td.TdClassName
{
border-color: #C95814;
}
.TagClassName
{
border-color: #C95814;
}
</style>