Shades of Tenne (Tawny) #C95813
Tints of Tenne (Tawny) #C95813
RGB
CMYK
RGB Variations
Color information
#C95813 (or 0xC95813) is known color: Tenne (Tawny). HEX triplet: C9, 58 and 13. RGB value is (201,88,19). Sum of RGB (Red+Green+Blue) = 201+88+19=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C95813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95813 is #36A7EC. Grayscale: #727272. Windows color (decimal): -3581933 or 1267913. OLE color: 1267913.
HSL color Cylindrical-coordinate representation of color #C95813: hue angle of 22.75º degrees, saturation: 0.83, 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 #C95813 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 19 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.21 |
| HSL | 22.75º | 0.83% | 0.43% | - |
| HSV(B) | 22.75º | 0.91% | 0.79% | - |
| XYZ | 27.69 | 19.44 | 2.91 | - |
| YUV | 113.92 | 74.44 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 19 | 0 | 0.56 | 0.91 | 0.21 | 22.75 | 0.83 | 0.43 |
| Hex | C9 | 58 | 13 | 0 | 38 | 5B | 15 | 17 | 53 | 2B |
| Octal | 311 | 130 | 23 | 0 | 70 | 133 | 25 | 27 | 123 | 53 |
| Binary | 11001001 | 1011000 | 10011 | 0 | 111000 | 1011011 | 10101 | 10111 | 1010011 | 101011 |
Color Harmonies of #C95813
Complementary color
Monochromatic Colors of #C95813
Black with #C95813
Text Example
Text Example
White with #C95813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95813; }
p { color: rgb(201,88,19); }
H1.HeaderClassName
{
color: #C95813;
}
.AnyTagClassName
{
color: #C95813;
}
</style>
background-color css
<style>
a { background-color: #C95813; }
a { background-color: rgb(201,88,19); }
div.DivClassName
{
background-color: #C95813;
}
.BgClassName
{
background-color: #C95813;
}
</style>
border-color css
<style>
span { border-color: #C95813; }
span { border-color: rgb(201,88,19); }
td.TdClassName
{
border-color: #C95813;
}
.TagClassName
{
border-color: #C95813;
}
</style>