Shades of Tenne (Tawny) #C5580C
Tints of Tenne (Tawny) #C5580C
RGB
CMYK
RGB Variations
Color information
#C5580C (or 0xC5580C) is known color: Tenne (Tawny). HEX triplet: C5, 58 and 0C. RGB value is (197,88,12). Sum of RGB (Red+Green+Blue) = 197+88+12=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5580C is #3AA7F3. Grayscale: #707070. Windows color (decimal): -3844084 or 809157. OLE color: 809157.
HSL color Cylindrical-coordinate representation of color #C5580C: hue angle of 24.65º 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 #C5580C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 12 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.23 |
| HSL | 24.65º | 0.89% | 0.41% | - |
| HSV(B) | 24.65º | 0.94% | 0.77% | - |
| XYZ | 26.58 | 18.88 | 2.59 | - |
| YUV | 111.93 | 71.61 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 12 | 0 | 0.55 | 0.94 | 0.23 | 24.65 | 0.89 | 0.41 |
| Hex | C5 | 58 | C | 0 | 37 | 5E | 17 | 19 | 59 | 29 |
| Octal | 305 | 130 | 14 | 0 | 67 | 136 | 27 | 31 | 131 | 51 |
| Binary | 11000101 | 1011000 | 1100 | 0 | 110111 | 1011110 | 10111 | 11001 | 1011001 | 101001 |
Color Harmonies of #C5580C
Complementary color
Monochromatic Colors of #C5580C
Black with #C5580C
Text Example
Text Example
White with #C5580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5580C; }
p { color: rgb(197,88,12); }
H1.HeaderClassName
{
color: #C5580C;
}
.AnyTagClassName
{
color: #C5580C;
}
</style>
background-color css
<style>
a { background-color: #C5580C; }
a { background-color: rgb(197,88,12); }
div.DivClassName
{
background-color: #C5580C;
}
.BgClassName
{
background-color: #C5580C;
}
</style>
border-color css
<style>
span { border-color: #C5580C; }
span { border-color: rgb(197,88,12); }
td.TdClassName
{
border-color: #C5580C;
}
.TagClassName
{
border-color: #C5580C;
}
</style>