Shades of Tenne (Tawny) #C75C0E
Tints of Tenne (Tawny) #C75C0E
RGB
CMYK
RGB Variations
Color information
#C75C0E (or 0xC75C0E) is known color: Tenne (Tawny). HEX triplet: C7, 5C and 0E. RGB value is (199,92,14). Sum of RGB (Red+Green+Blue) = 199+92+14=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75C0E is #38A3F1. Grayscale: #737373. Windows color (decimal): -3711986 or 941255. OLE color: 941255.
HSL color Cylindrical-coordinate representation of color #C75C0E: hue angle of 25.3º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C75C0E is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 14 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.22 |
| HSL | 25.3º | 0.87% | 0.42% | - |
| HSV(B) | 25.3º | 0.93% | 0.78% | - |
| XYZ | 27.46 | 19.83 | 2.8 | - |
| YUV | 115.1 | 70.95 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 14 | 0 | 0.54 | 0.93 | 0.22 | 25.3 | 0.87 | 0.42 |
| Hex | C7 | 5C | E | 0 | 36 | 5D | 16 | 19 | 57 | 2A |
| Octal | 307 | 134 | 16 | 0 | 66 | 135 | 26 | 31 | 127 | 52 |
| Binary | 11000111 | 1011100 | 1110 | 0 | 110110 | 1011101 | 10110 | 11001 | 1010111 | 101010 |
Color Harmonies of #C75C0E
Complementary color
Monochromatic Colors of #C75C0E
Black with #C75C0E
Text Example
Text Example
White with #C75C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C0E; }
p { color: rgb(199,92,14); }
H1.HeaderClassName
{
color: #C75C0E;
}
.AnyTagClassName
{
color: #C75C0E;
}
</style>
background-color css
<style>
a { background-color: #C75C0E; }
a { background-color: rgb(199,92,14); }
div.DivClassName
{
background-color: #C75C0E;
}
.BgClassName
{
background-color: #C75C0E;
}
</style>
border-color css
<style>
span { border-color: #C75C0E; }
span { border-color: rgb(199,92,14); }
td.TdClassName
{
border-color: #C75C0E;
}
.TagClassName
{
border-color: #C75C0E;
}
</style>