Shades of Tenne (Tawny) #C75711
Tints of Tenne (Tawny) #C75711
RGB
CMYK
RGB Variations
Color information
#C75711 (or 0xC75711) is known color: Tenne (Tawny). HEX triplet: C7, 57 and 11. RGB value is (199,87,17). Sum of RGB (Red+Green+Blue) = 199+87+17=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C75711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75711 is #38A8EE. Grayscale: #707070. Windows color (decimal): -3713263 or 1136583. OLE color: 1136583.
HSL color Cylindrical-coordinate representation of color #C75711: hue angle of 23.08º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C75711 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 17 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.22 |
| HSL | 23.08º | 0.84% | 0.42% | - |
| HSV(B) | 23.08º | 0.91% | 0.78% | - |
| XYZ | 27.06 | 19 | 2.77 | - |
| YUV | 112.51 | 74.11 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 17 | 0 | 0.56 | 0.91 | 0.22 | 23.08 | 0.84 | 0.42 |
| Hex | C7 | 57 | 11 | 0 | 38 | 5B | 16 | 17 | 54 | 2A |
| Octal | 307 | 127 | 21 | 0 | 70 | 133 | 26 | 27 | 124 | 52 |
| Binary | 11000111 | 1010111 | 10001 | 0 | 111000 | 1011011 | 10110 | 10111 | 1010100 | 101010 |
Color Harmonies of #C75711
Complementary color
Monochromatic Colors of #C75711
Black with #C75711
Text Example
Text Example
White with #C75711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75711; }
p { color: rgb(199,87,17); }
H1.HeaderClassName
{
color: #C75711;
}
.AnyTagClassName
{
color: #C75711;
}
</style>
background-color css
<style>
a { background-color: #C75711; }
a { background-color: rgb(199,87,17); }
div.DivClassName
{
background-color: #C75711;
}
.BgClassName
{
background-color: #C75711;
}
</style>
border-color css
<style>
span { border-color: #C75711; }
span { border-color: rgb(199,87,17); }
td.TdClassName
{
border-color: #C75711;
}
.TagClassName
{
border-color: #C75711;
}
</style>