Shades of Tenne (Tawny) #C75210
Tints of Tenne (Tawny) #C75210
RGB
CMYK
RGB Variations
Color information
#C75210 (or 0xC75210) is known color: Tenne (Tawny). HEX triplet: C7, 52 and 10. RGB value is (199,82,16). Sum of RGB (Red+Green+Blue) = 199+82+16=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C75210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75210 is #38ADEF. Grayscale: #6D6D6D. Windows color (decimal): -3714544 or 1069767. OLE color: 1069767.
HSL color Cylindrical-coordinate representation of color #C75210: hue angle of 21.64º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C75210 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 16 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.22 |
| HSL | 21.64º | 0.85% | 0.42% | - |
| HSV(B) | 21.64º | 0.92% | 0.78% | - |
| XYZ | 26.66 | 18.21 | 2.6 | - |
| YUV | 109.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 16 | 0 | 0.59 | 0.92 | 0.22 | 21.64 | 0.85 | 0.42 |
| Hex | C7 | 52 | 10 | 0 | 3B | 5C | 16 | 16 | 55 | 2A |
| Octal | 307 | 122 | 20 | 0 | 73 | 134 | 26 | 26 | 125 | 52 |
| Binary | 11000111 | 1010010 | 10000 | 0 | 111011 | 1011100 | 10110 | 10110 | 1010101 | 101010 |
Color Harmonies of #C75210
Complementary color
Monochromatic Colors of #C75210
Black with #C75210
Text Example
Text Example
White with #C75210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75210; }
p { color: rgb(199,82,16); }
H1.HeaderClassName
{
color: #C75210;
}
.AnyTagClassName
{
color: #C75210;
}
</style>
background-color css
<style>
a { background-color: #C75210; }
a { background-color: rgb(199,82,16); }
div.DivClassName
{
background-color: #C75210;
}
.BgClassName
{
background-color: #C75210;
}
</style>
border-color css
<style>
span { border-color: #C75210; }
span { border-color: rgb(199,82,16); }
td.TdClassName
{
border-color: #C75210;
}
.TagClassName
{
border-color: #C75210;
}
</style>