Shades of Tenne (Tawny) #C85012
Tints of Tenne (Tawny) #C85012
RGB
CMYK
RGB Variations
Color information
#C85012 (or 0xC85012) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 12. RGB value is (200,80,18). Sum of RGB (Red+Green+Blue) = 200+80+18=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C85012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85012 is #37AFED. Grayscale: #6D6D6D. Windows color (decimal): -3649518 or 1200328. OLE color: 1200328.
HSL color Cylindrical-coordinate representation of color #C85012: hue angle of 20.44º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C85012 is Cyan = 0, Magento = 0.6, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 18 | - |
| CMYK | 0 | 0.6 | 0.91 | 0.22 |
| HSL | 20.44º | 0.83% | 0.43% | - |
| HSV(B) | 20.44º | 0.91% | 0.78% | - |
| XYZ | 26.8 | 18.06 | 2.65 | - |
| YUV | 108.81 | 76.76 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 18 | 0 | 0.6 | 0.91 | 0.22 | 20.44 | 0.83 | 0.43 |
| Hex | C8 | 50 | 12 | 0 | 3C | 5B | 16 | 14 | 53 | 2B |
| Octal | 310 | 120 | 22 | 0 | 74 | 133 | 26 | 24 | 123 | 53 |
| Binary | 11001000 | 1010000 | 10010 | 0 | 111100 | 1011011 | 10110 | 10100 | 1010011 | 101011 |
Color Harmonies of #C85012
Complementary color
Monochromatic Colors of #C85012
Black with #C85012
Text Example
Text Example
White with #C85012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85012; }
p { color: rgb(200,80,18); }
H1.HeaderClassName
{
color: #C85012;
}
.AnyTagClassName
{
color: #C85012;
}
</style>
background-color css
<style>
a { background-color: #C85012; }
a { background-color: rgb(200,80,18); }
div.DivClassName
{
background-color: #C85012;
}
.BgClassName
{
background-color: #C85012;
}
</style>
border-color css
<style>
span { border-color: #C85012; }
span { border-color: rgb(200,80,18); }
td.TdClassName
{
border-color: #C85012;
}
.TagClassName
{
border-color: #C85012;
}
</style>