Shades of Tenne (Tawny) #C5500E
Tints of Tenne (Tawny) #C5500E
RGB
CMYK
RGB Variations
Color information
#C5500E (or 0xC5500E) is known color: Tenne (Tawny). HEX triplet: C5, 50 and 0E. RGB value is (197,80,14). Sum of RGB (Red+Green+Blue) = 197+80+14=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5500E is #3AAFF1. Grayscale: #6B6B6B. Windows color (decimal): -3846130 or 938181. OLE color: 938181.
HSL color Cylindrical-coordinate representation of color #C5500E: hue angle of 21.64º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5500E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 14 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.23 |
| HSL | 21.64º | 0.87% | 0.41% | - |
| HSV(B) | 21.64º | 0.93% | 0.77% | - |
| XYZ | 25.97 | 17.64 | 2.45 | - |
| YUV | 107.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 14 | 0 | 0.59 | 0.93 | 0.23 | 21.64 | 0.87 | 0.41 |
| Hex | C5 | 50 | E | 0 | 3B | 5D | 17 | 16 | 57 | 29 |
| Octal | 305 | 120 | 16 | 0 | 73 | 135 | 27 | 26 | 127 | 51 |
| Binary | 11000101 | 1010000 | 1110 | 0 | 111011 | 1011101 | 10111 | 10110 | 1010111 | 101001 |
Color Harmonies of #C5500E
Complementary color
Monochromatic Colors of #C5500E
Black with #C5500E
Text Example
Text Example
White with #C5500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5500E; }
p { color: rgb(197,80,14); }
H1.HeaderClassName
{
color: #C5500E;
}
.AnyTagClassName
{
color: #C5500E;
}
</style>
background-color css
<style>
a { background-color: #C5500E; }
a { background-color: rgb(197,80,14); }
div.DivClassName
{
background-color: #C5500E;
}
.BgClassName
{
background-color: #C5500E;
}
</style>
border-color css
<style>
span { border-color: #C5500E; }
span { border-color: rgb(197,80,14); }
td.TdClassName
{
border-color: #C5500E;
}
.TagClassName
{
border-color: #C5500E;
}
</style>