Shades of Tenne (Tawny) #C95013
Tints of Tenne (Tawny) #C95013
RGB
CMYK
RGB Variations
Color information
#C95013 (or 0xC95013) is known color: Tenne (Tawny). HEX triplet: C9, 50 and 13. RGB value is (201,80,19). Sum of RGB (Red+Green+Blue) = 201+80+19=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C95013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95013 is #36AFEC. Grayscale: #6D6D6D. Windows color (decimal): -3583981 or 1265865. OLE color: 1265865.
HSL color Cylindrical-coordinate representation of color #C95013: hue angle of 20.11º 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 #C95013 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 19 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.21 |
| HSL | 20.11º | 0.83% | 0.43% | - |
| HSV(B) | 20.11º | 0.91% | 0.79% | - |
| XYZ | 27.07 | 18.2 | 2.7 | - |
| YUV | 109.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 19 | 0 | 0.60 | 0.91 | 0.21 | 20.11 | 0.83 | 0.43 |
| Hex | C9 | 50 | 13 | 0 | 3C | 5B | 15 | 14 | 53 | 2B |
| Octal | 311 | 120 | 23 | 0 | 74 | 133 | 25 | 24 | 123 | 53 |
| Binary | 11001001 | 1010000 | 10011 | 0 | 111100 | 1011011 | 10101 | 10100 | 1010011 | 101011 |
Color Harmonies of #C95013
Complementary color
Monochromatic Colors of #C95013
Black with #C95013
Text Example
Text Example
White with #C95013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95013; }
p { color: rgb(201,80,19); }
H1.HeaderClassName
{
color: #C95013;
}
.AnyTagClassName
{
color: #C95013;
}
</style>
background-color css
<style>
a { background-color: #C95013; }
a { background-color: rgb(201,80,19); }
div.DivClassName
{
background-color: #C95013;
}
.BgClassName
{
background-color: #C95013;
}
</style>
border-color css
<style>
span { border-color: #C95013; }
span { border-color: rgb(201,80,19); }
td.TdClassName
{
border-color: #C95013;
}
.TagClassName
{
border-color: #C95013;
}
</style>