Shades of Tenne (Tawny) #C1580B
Tints of Tenne (Tawny) #C1580B
RGB
CMYK
RGB Variations
Color information
#C1580B (or 0xC1580B) is known color: Tenne (Tawny). HEX triplet: C1, 58 and 0B. RGB value is (193,88,11). Sum of RGB (Red+Green+Blue) = 193+88+11=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1580B is #3EA7F4. Grayscale: #6F6F6F. Windows color (decimal): -4106229 or 743617. OLE color: 743617.
HSL color Cylindrical-coordinate representation of color #C1580B: hue angle of 25.38º degrees, saturation: 0.89, 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 #C1580B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.24 |
| HSL | 25.38º | 0.89% | 0.4% | - |
| HSV(B) | 25.38º | 0.94% | 0.76% | - |
| XYZ | 25.54 | 18.34 | 2.51 | - |
| YUV | 110.62 | 71.79 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 11 | 0 | 0.54 | 0.94 | 0.24 | 25.38 | 0.89 | 0.4 |
| Hex | C1 | 58 | B | 0 | 36 | 5E | 18 | 19 | 59 | 28 |
| Octal | 301 | 130 | 13 | 0 | 66 | 136 | 30 | 31 | 131 | 50 |
| Binary | 11000001 | 1011000 | 1011 | 0 | 110110 | 1011110 | 11000 | 11001 | 1011001 | 101000 |
Color Harmonies of #C1580B
Complementary color
Monochromatic Colors of #C1580B
Black with #C1580B
Text Example
Text Example
White with #C1580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1580B; }
p { color: rgb(193,88,11); }
H1.HeaderClassName
{
color: #C1580B;
}
.AnyTagClassName
{
color: #C1580B;
}
</style>
background-color css
<style>
a { background-color: #C1580B; }
a { background-color: rgb(193,88,11); }
div.DivClassName
{
background-color: #C1580B;
}
.BgClassName
{
background-color: #C1580B;
}
</style>
border-color css
<style>
span { border-color: #C1580B; }
span { border-color: rgb(193,88,11); }
td.TdClassName
{
border-color: #C1580B;
}
.TagClassName
{
border-color: #C1580B;
}
</style>