Shades of Tenne (Tawny) #C86003
Tints of Tenne (Tawny) #C86003
RGB
CMYK
RGB Variations
Color information
#C86003 (or 0xC86003) is known color: Tenne (Tawny). HEX triplet: C8, 60 and 03. RGB value is (200,96,3). Sum of RGB (Red+Green+Blue) = 200+96+3=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C86003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86003 is #379FFC. Grayscale: #747474. Windows color (decimal): -3645437 or 221384. OLE color: 221384.
HSL color Cylindrical-coordinate representation of color #C86003: hue angle of 28.32º 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 #C86003 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.22 |
| HSL | 28.32º | 0.97% | 0.4% | - |
| HSV(B) | 28.32º | 0.99% | 0.78% | - |
| XYZ | 28.02 | 20.65 | 2.6 | - |
| YUV | 116.49 | 63.96 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 3 | 0 | 0.52 | 0.98 | 0.22 | 28.32 | 0.97 | 0.4 |
| Hex | C8 | 60 | 3 | 0 | 34 | 62 | 16 | 1C | 61 | 28 |
| Octal | 310 | 140 | 3 | 0 | 64 | 142 | 26 | 34 | 141 | 50 |
| Binary | 11001000 | 1100000 | 11 | 0 | 110100 | 1100010 | 10110 | 11100 | 1100001 | 101000 |
Color Harmonies of #C86003
Complementary color
Monochromatic Colors of #C86003
Black with #C86003
Text Example
Text Example
White with #C86003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86003; }
p { color: rgb(200,96,3); }
H1.HeaderClassName
{
color: #C86003;
}
.AnyTagClassName
{
color: #C86003;
}
</style>
background-color css
<style>
a { background-color: #C86003; }
a { background-color: rgb(200,96,3); }
div.DivClassName
{
background-color: #C86003;
}
.BgClassName
{
background-color: #C86003;
}
</style>
border-color css
<style>
span { border-color: #C86003; }
span { border-color: rgb(200,96,3); }
td.TdClassName
{
border-color: #C86003;
}
.TagClassName
{
border-color: #C86003;
}
</style>