Shades of Tenne (Tawny) #C85000
Tints of Tenne (Tawny) #C85000
RGB
CMYK
RGB Variations
Color information
#C85000 (or 0xC85000) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 00. RGB value is (200,80,0). Sum of RGB (Red+Green+Blue) = 200+80+0=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C85000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85000 is #37AFFF. Grayscale: #6B6B6B. Windows color (decimal): -3649536 or 20680. OLE color: 20680.
HSL color Cylindrical-coordinate representation of color #C85000: hue angle of 24º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C85000 is Cyan = 0, Magento = 0.6, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 0 | - |
| CMYK | 0 | 0.6 | 1 | 0.22 |
| HSL | 24º | 1% | 0.39% | - |
| HSV(B) | 24º | 1% | 0.78% | - |
| XYZ | 26.69 | 18.02 | 2.07 | - |
| YUV | 106.76 | 67.76 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 0 | 0 | 0.6 | 1 | 0.22 | 24 | 1 | 0.39 |
| Hex | C8 | 50 | 0 | 0 | 3C | 64 | 16 | 18 | 64 | 27 |
| Octal | 310 | 120 | 0 | 0 | 74 | 144 | 26 | 30 | 144 | 47 |
| Binary | 11001000 | 1010000 | 0 | 0 | 111100 | 1100100 | 10110 | 11000 | 1100100 | 100111 |
Color Harmonies of #C85000
Complementary color
Monochromatic Colors of #C85000
Black with #C85000
Text Example
Text Example
White with #C85000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85000; }
p { color: rgb(200,80,0); }
H1.HeaderClassName
{
color: #C85000;
}
.AnyTagClassName
{
color: #C85000;
}
</style>
background-color css
<style>
a { background-color: #C85000; }
a { background-color: rgb(200,80,0); }
div.DivClassName
{
background-color: #C85000;
}
.BgClassName
{
background-color: #C85000;
}
</style>
border-color css
<style>
span { border-color: #C85000; }
span { border-color: rgb(200,80,0); }
td.TdClassName
{
border-color: #C85000;
}
.TagClassName
{
border-color: #C85000;
}
</style>