Shades of Tenne (Tawny) #C5580B
Tints of Tenne (Tawny) #C5580B
RGB
CMYK
RGB Variations
Color information
#C5580B (or 0xC5580B) is known color: Tenne (Tawny). HEX triplet: C5, 58 and 0B. RGB value is (197,88,11). Sum of RGB (Red+Green+Blue) = 197+88+11=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5580B is #3AA7F4. Grayscale: #707070. Windows color (decimal): -3844085 or 743621. OLE color: 743621.
HSL color Cylindrical-coordinate representation of color #C5580B: hue angle of 24.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5580B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 11 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.23 |
| HSL | 24.84º | 0.89% | 0.41% | - |
| HSV(B) | 24.84º | 0.94% | 0.77% | - |
| XYZ | 26.58 | 18.87 | 2.56 | - |
| YUV | 111.81 | 71.11 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 11 | 0 | 0.55 | 0.94 | 0.23 | 24.84 | 0.89 | 0.41 |
| Hex | C5 | 58 | B | 0 | 37 | 5E | 17 | 19 | 59 | 29 |
| Octal | 305 | 130 | 13 | 0 | 67 | 136 | 27 | 31 | 131 | 51 |
| Binary | 11000101 | 1011000 | 1011 | 0 | 110111 | 1011110 | 10111 | 11001 | 1011001 | 101001 |
Color Harmonies of #C5580B
Complementary color
Monochromatic Colors of #C5580B
Black with #C5580B
Text Example
Text Example
White with #C5580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5580B; }
p { color: rgb(197,88,11); }
H1.HeaderClassName
{
color: #C5580B;
}
.AnyTagClassName
{
color: #C5580B;
}
</style>
background-color css
<style>
a { background-color: #C5580B; }
a { background-color: rgb(197,88,11); }
div.DivClassName
{
background-color: #C5580B;
}
.BgClassName
{
background-color: #C5580B;
}
</style>
border-color css
<style>
span { border-color: #C5580B; }
span { border-color: rgb(197,88,11); }
td.TdClassName
{
border-color: #C5580B;
}
.TagClassName
{
border-color: #C5580B;
}
</style>