Shades of Tenne (Tawny) #C15A0E
Tints of Tenne (Tawny) #C15A0E
RGB
CMYK
RGB Variations
Color information
#C15A0E (or 0xC15A0E) is known color: Tenne (Tawny). HEX triplet: C1, 5A and 0E. RGB value is (193,90,14). Sum of RGB (Red+Green+Blue) = 193+90+14=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15A0E is #3EA5F1. Grayscale: #707070. Windows color (decimal): -4105714 or 940737. OLE color: 940737.
HSL color Cylindrical-coordinate representation of color #C15A0E: hue angle of 25.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 #C15A0E is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 14 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.24 |
| HSL | 25.47º | 0.86% | 0.41% | - |
| HSV(B) | 25.47º | 0.93% | 0.76% | - |
| XYZ | 25.73 | 18.68 | 2.67 | - |
| YUV | 112.13 | 72.62 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 14 | 0 | 0.53 | 0.93 | 0.24 | 25.47 | 0.86 | 0.41 |
| Hex | C1 | 5A | E | 0 | 35 | 5D | 18 | 19 | 56 | 29 |
| Octal | 301 | 132 | 16 | 0 | 65 | 135 | 30 | 31 | 126 | 51 |
| Binary | 11000001 | 1011010 | 1110 | 0 | 110101 | 1011101 | 11000 | 11001 | 1010110 | 101001 |
Color Harmonies of #C15A0E
Complementary color
Monochromatic Colors of #C15A0E
Black with #C15A0E
Text Example
Text Example
White with #C15A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A0E; }
p { color: rgb(193,90,14); }
H1.HeaderClassName
{
color: #C15A0E;
}
.AnyTagClassName
{
color: #C15A0E;
}
</style>
background-color css
<style>
a { background-color: #C15A0E; }
a { background-color: rgb(193,90,14); }
div.DivClassName
{
background-color: #C15A0E;
}
.BgClassName
{
background-color: #C15A0E;
}
</style>
border-color css
<style>
span { border-color: #C15A0E; }
span { border-color: rgb(193,90,14); }
td.TdClassName
{
border-color: #C15A0E;
}
.TagClassName
{
border-color: #C15A0E;
}
</style>