Shades of Tenne (Tawny) #C85805
Tints of Tenne (Tawny) #C85805
RGB
CMYK
RGB Variations
Color information
#C85805 (or 0xC85805) is known color: Tenne (Tawny). HEX triplet: C8, 58 and 05. RGB value is (200,88,5). Sum of RGB (Red+Green+Blue) = 200+88+5=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C85805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85805 is #37A7FA. Grayscale: #707070. Windows color (decimal): -3647483 or 350408. OLE color: 350408.
HSL color Cylindrical-coordinate representation of color #C85805: hue angle of 25.54º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C85805 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.22 |
| HSL | 25.54º | 0.95% | 0.4% | - |
| HSV(B) | 25.54º | 0.98% | 0.78% | - |
| XYZ | 27.34 | 19.27 | 2.42 | - |
| YUV | 112.03 | 67.61 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 5 | 0 | 0.56 | 0.98 | 0.22 | 25.54 | 0.95 | 0.4 |
| Hex | C8 | 58 | 5 | 0 | 38 | 62 | 16 | 1A | 5F | 28 |
| Octal | 310 | 130 | 5 | 0 | 70 | 142 | 26 | 32 | 137 | 50 |
| Binary | 11001000 | 1011000 | 101 | 0 | 111000 | 1100010 | 10110 | 11010 | 1011111 | 101000 |
Color Harmonies of #C85805
Complementary color
Monochromatic Colors of #C85805
Black with #C85805
Text Example
Text Example
White with #C85805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85805; }
p { color: rgb(200,88,5); }
H1.HeaderClassName
{
color: #C85805;
}
.AnyTagClassName
{
color: #C85805;
}
</style>
background-color css
<style>
a { background-color: #C85805; }
a { background-color: rgb(200,88,5); }
div.DivClassName
{
background-color: #C85805;
}
.BgClassName
{
background-color: #C85805;
}
</style>
border-color css
<style>
span { border-color: #C85805; }
span { border-color: rgb(200,88,5); }
td.TdClassName
{
border-color: #C85805;
}
.TagClassName
{
border-color: #C85805;
}
</style>