Shades of Tenne (Tawny) #C1580C
Tints of Tenne (Tawny) #C1580C
RGB
CMYK
RGB Variations
Color information
#C1580C (or 0xC1580C) is known color: Tenne (Tawny). HEX triplet: C1, 58 and 0C. RGB value is (193,88,12). Sum of RGB (Red+Green+Blue) = 193+88+12=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1580C is #3EA7F3. Grayscale: #6F6F6F. Windows color (decimal): -4106228 or 809153. OLE color: 809153.
HSL color Cylindrical-coordinate representation of color #C1580C: hue angle of 25.19º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1580C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 12 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.24 |
| HSL | 25.19º | 0.88% | 0.4% | - |
| HSV(B) | 25.19º | 0.94% | 0.76% | - |
| XYZ | 25.55 | 18.34 | 2.54 | - |
| YUV | 110.73 | 72.29 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 12 | 0 | 0.54 | 0.94 | 0.24 | 25.19 | 0.88 | 0.4 |
| Hex | C1 | 58 | C | 0 | 36 | 5E | 18 | 19 | 58 | 28 |
| Octal | 301 | 130 | 14 | 0 | 66 | 136 | 30 | 31 | 130 | 50 |
| Binary | 11000001 | 1011000 | 1100 | 0 | 110110 | 1011110 | 11000 | 11001 | 1011000 | 101000 |
Color Harmonies of #C1580C
Complementary color
Monochromatic Colors of #C1580C
Black with #C1580C
Text Example
Text Example
White with #C1580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1580C; }
p { color: rgb(193,88,12); }
H1.HeaderClassName
{
color: #C1580C;
}
.AnyTagClassName
{
color: #C1580C;
}
</style>
background-color css
<style>
a { background-color: #C1580C; }
a { background-color: rgb(193,88,12); }
div.DivClassName
{
background-color: #C1580C;
}
.BgClassName
{
background-color: #C1580C;
}
</style>
border-color css
<style>
span { border-color: #C1580C; }
span { border-color: rgb(193,88,12); }
td.TdClassName
{
border-color: #C1580C;
}
.TagClassName
{
border-color: #C1580C;
}
</style>