Shades of Tenne (Tawny) #C15E0E
Tints of Tenne (Tawny) #C15E0E
RGB
CMYK
RGB Variations
Color information
#C15E0E (or 0xC15E0E) is known color: Tenne (Tawny). HEX triplet: C1, 5E and 0E. RGB value is (193,94,14). Sum of RGB (Red+Green+Blue) = 193+94+14=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15E0E is #3EA1F1. Grayscale: #727272. Windows color (decimal): -4104690 or 941761. OLE color: 941761.
HSL color Cylindrical-coordinate representation of color #C15E0E: hue angle of 26.82º 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 #C15E0E is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 14 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.24 |
| HSL | 26.82º | 0.86% | 0.41% | - |
| HSV(B) | 26.82º | 0.93% | 0.76% | - |
| XYZ | 26.07 | 19.37 | 2.78 | - |
| YUV | 114.48 | 71.3 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 14 | 0 | 0.51 | 0.93 | 0.24 | 26.82 | 0.86 | 0.41 |
| Hex | C1 | 5E | E | 0 | 33 | 5D | 18 | 1B | 56 | 29 |
| Octal | 301 | 136 | 16 | 0 | 63 | 135 | 30 | 33 | 126 | 51 |
| Binary | 11000001 | 1011110 | 1110 | 0 | 110011 | 1011101 | 11000 | 11011 | 1010110 | 101001 |
Color Harmonies of #C15E0E
Complementary color
Monochromatic Colors of #C15E0E
Black with #C15E0E
Text Example
Text Example
White with #C15E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E0E; }
p { color: rgb(193,94,14); }
H1.HeaderClassName
{
color: #C15E0E;
}
.AnyTagClassName
{
color: #C15E0E;
}
</style>
background-color css
<style>
a { background-color: #C15E0E; }
a { background-color: rgb(193,94,14); }
div.DivClassName
{
background-color: #C15E0E;
}
.BgClassName
{
background-color: #C15E0E;
}
</style>
border-color css
<style>
span { border-color: #C15E0E; }
span { border-color: rgb(193,94,14); }
td.TdClassName
{
border-color: #C15E0E;
}
.TagClassName
{
border-color: #C15E0E;
}
</style>