Shades of Tenne (Tawny) #C35815
Tints of Tenne (Tawny) #C35815
RGB
CMYK
RGB Variations
Color information
#C35815 (or 0xC35815) is known color: Tenne (Tawny). HEX triplet: C3, 58 and 15. RGB value is (195,88,21). Sum of RGB (Red+Green+Blue) = 195+88+21=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C35815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35815 is #3CA7EA. Grayscale: #707070. Windows color (decimal): -3975147 or 1398979. OLE color: 1398979.
HSL color Cylindrical-coordinate representation of color #C35815: hue angle of 23.1º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C35815 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 21 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.24 |
| HSL | 23.1º | 0.81% | 0.42% | - |
| HSV(B) | 23.1º | 0.89% | 0.76% | - |
| XYZ | 26.13 | 18.64 | 2.93 | - |
| YUV | 112.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 21 | 0 | 0.55 | 0.89 | 0.24 | 23.1 | 0.81 | 0.42 |
| Hex | C3 | 58 | 15 | 0 | 37 | 59 | 18 | 17 | 51 | 2A |
| Octal | 303 | 130 | 25 | 0 | 67 | 131 | 30 | 27 | 121 | 52 |
| Binary | 11000011 | 1011000 | 10101 | 0 | 110111 | 1011001 | 11000 | 10111 | 1010001 | 101010 |
Color Harmonies of #C35815
Complementary color
Monochromatic Colors of #C35815
Black with #C35815
Text Example
Text Example
White with #C35815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35815; }
p { color: rgb(195,88,21); }
H1.HeaderClassName
{
color: #C35815;
}
.AnyTagClassName
{
color: #C35815;
}
</style>
background-color css
<style>
a { background-color: #C35815; }
a { background-color: rgb(195,88,21); }
div.DivClassName
{
background-color: #C35815;
}
.BgClassName
{
background-color: #C35815;
}
</style>
border-color css
<style>
span { border-color: #C35815; }
span { border-color: rgb(195,88,21); }
td.TdClassName
{
border-color: #C35815;
}
.TagClassName
{
border-color: #C35815;
}
</style>