Shades of Tenne (Tawny) #C1570E
Tints of Tenne (Tawny) #C1570E
RGB
CMYK
RGB Variations
Color information
#C1570E (or 0xC1570E) is known color: Tenne (Tawny). HEX triplet: C1, 57 and 0E. RGB value is (193,87,14). Sum of RGB (Red+Green+Blue) = 193+87+14=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1570E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1570E is #3EA8F1. Grayscale: #6E6E6E. Windows color (decimal): -4106482 or 939969. OLE color: 939969.
HSL color Cylindrical-coordinate representation of color #C1570E: hue angle of 24.47º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1570E is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 14 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.24 |
| HSL | 24.47º | 0.86% | 0.41% | - |
| HSV(B) | 24.47º | 0.93% | 0.76% | - |
| XYZ | 25.48 | 18.19 | 2.58 | - |
| YUV | 110.37 | 73.62 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 14 | 0 | 0.55 | 0.93 | 0.24 | 24.47 | 0.86 | 0.41 |
| Hex | C1 | 57 | E | 0 | 37 | 5D | 18 | 18 | 56 | 29 |
| Octal | 301 | 127 | 16 | 0 | 67 | 135 | 30 | 30 | 126 | 51 |
| Binary | 11000001 | 1010111 | 1110 | 0 | 110111 | 1011101 | 11000 | 11000 | 1010110 | 101001 |
Color Harmonies of #C1570E
Complementary color
Monochromatic Colors of #C1570E
Black with #C1570E
Text Example
Text Example
White with #C1570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1570E; }
p { color: rgb(193,87,14); }
H1.HeaderClassName
{
color: #C1570E;
}
.AnyTagClassName
{
color: #C1570E;
}
</style>
background-color css
<style>
a { background-color: #C1570E; }
a { background-color: rgb(193,87,14); }
div.DivClassName
{
background-color: #C1570E;
}
.BgClassName
{
background-color: #C1570E;
}
</style>
border-color css
<style>
span { border-color: #C1570E; }
span { border-color: rgb(193,87,14); }
td.TdClassName
{
border-color: #C1570E;
}
.TagClassName
{
border-color: #C1570E;
}
</style>