Shades of Tenne (Tawny) #C5580A
Tints of Tenne (Tawny) #C5580A
RGB
CMYK
RGB Variations
Color information
#C5580A (or 0xC5580A) is known color: Tenne (Tawny). HEX triplet: C5, 58 and 0A. RGB value is (197,88,10). Sum of RGB (Red+Green+Blue) = 197+88+10=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5580A is #3AA7F5. Grayscale: #707070. Windows color (decimal): -3844086 or 678085. OLE color: 678085.
HSL color Cylindrical-coordinate representation of color #C5580A: hue angle of 25.03º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5580A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 10 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.23 |
| HSL | 25.03º | 0.9% | 0.41% | - |
| HSV(B) | 25.03º | 0.95% | 0.77% | - |
| XYZ | 26.57 | 18.87 | 2.53 | - |
| YUV | 111.7 | 70.61 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 10 | 0 | 0.55 | 0.95 | 0.23 | 25.03 | 0.9 | 0.41 |
| Hex | C5 | 58 | A | 0 | 37 | 5F | 17 | 19 | 5A | 29 |
| Octal | 305 | 130 | 12 | 0 | 67 | 137 | 27 | 31 | 132 | 51 |
| Binary | 11000101 | 1011000 | 1010 | 0 | 110111 | 1011111 | 10111 | 11001 | 1011010 | 101001 |
Color Harmonies of #C5580A
Complementary color
Monochromatic Colors of #C5580A
Black with #C5580A
Text Example
Text Example
White with #C5580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5580A; }
p { color: rgb(197,88,10); }
H1.HeaderClassName
{
color: #C5580A;
}
.AnyTagClassName
{
color: #C5580A;
}
</style>
background-color css
<style>
a { background-color: #C5580A; }
a { background-color: rgb(197,88,10); }
div.DivClassName
{
background-color: #C5580A;
}
.BgClassName
{
background-color: #C5580A;
}
</style>
border-color css
<style>
span { border-color: #C5580A; }
span { border-color: rgb(197,88,10); }
td.TdClassName
{
border-color: #C5580A;
}
.TagClassName
{
border-color: #C5580A;
}
</style>