Shades of Tenne (Tawny) #C85603
Tints of Tenne (Tawny) #C85603
RGB
CMYK
RGB Variations
Color information
#C85603 (or 0xC85603) is known color: Tenne (Tawny). HEX triplet: C8, 56 and 03. RGB value is (200,86,3). Sum of RGB (Red+Green+Blue) = 200+86+3=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C85603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85603 is #37A9FC. Grayscale: #6F6F6F. Windows color (decimal): -3647997 or 218824. OLE color: 218824.
HSL color Cylindrical-coordinate representation of color #C85603: hue angle of 25.28º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C85603 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.22 |
| HSL | 25.28º | 0.97% | 0.4% | - |
| HSV(B) | 25.28º | 0.99% | 0.78% | - |
| XYZ | 27.16 | 18.94 | 2.31 | - |
| YUV | 110.62 | 67.27 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 3 | 0 | 0.57 | 0.98 | 0.22 | 25.28 | 0.97 | 0.4 |
| Hex | C8 | 56 | 3 | 0 | 39 | 62 | 16 | 19 | 61 | 28 |
| Octal | 310 | 126 | 3 | 0 | 71 | 142 | 26 | 31 | 141 | 50 |
| Binary | 11001000 | 1010110 | 11 | 0 | 111001 | 1100010 | 10110 | 11001 | 1100001 | 101000 |
Color Harmonies of #C85603
Complementary color
Monochromatic Colors of #C85603
Black with #C85603
Text Example
Text Example
White with #C85603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85603; }
p { color: rgb(200,86,3); }
H1.HeaderClassName
{
color: #C85603;
}
.AnyTagClassName
{
color: #C85603;
}
</style>
background-color css
<style>
a { background-color: #C85603; }
a { background-color: rgb(200,86,3); }
div.DivClassName
{
background-color: #C85603;
}
.BgClassName
{
background-color: #C85603;
}
</style>
border-color css
<style>
span { border-color: #C85603; }
span { border-color: rgb(200,86,3); }
td.TdClassName
{
border-color: #C85603;
}
.TagClassName
{
border-color: #C85603;
}
</style>