Shades of Tenne (Tawny) #C85008
Tints of Tenne (Tawny) #C85008
RGB
CMYK
RGB Variations
Color information
#C85008 (or 0xC85008) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 08. RGB value is (200,80,8). Sum of RGB (Red+Green+Blue) = 200+80+8=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C85008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85008 is #37AFF7. Grayscale: #6C6C6C. Windows color (decimal): -3649528 or 544968. OLE color: 544968.
HSL color Cylindrical-coordinate representation of color #C85008: hue angle of 22.5º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C85008 is Cyan = 0, Magento = 0.6, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 8 | - |
| CMYK | 0 | 0.6 | 0.96 | 0.22 |
| HSL | 22.5º | 0.92% | 0.41% | - |
| HSV(B) | 22.5º | 0.96% | 0.78% | - |
| XYZ | 26.73 | 18.03 | 2.3 | - |
| YUV | 107.67 | 71.76 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 8 | 0 | 0.6 | 0.96 | 0.22 | 22.5 | 0.92 | 0.41 |
| Hex | C8 | 50 | 8 | 0 | 3C | 60 | 16 | 16 | 5C | 29 |
| Octal | 310 | 120 | 10 | 0 | 74 | 140 | 26 | 26 | 134 | 51 |
| Binary | 11001000 | 1010000 | 1000 | 0 | 111100 | 1100000 | 10110 | 10110 | 1011100 | 101001 |
Color Harmonies of #C85008
Complementary color
Monochromatic Colors of #C85008
Black with #C85008
Text Example
Text Example
White with #C85008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85008; }
p { color: rgb(200,80,8); }
H1.HeaderClassName
{
color: #C85008;
}
.AnyTagClassName
{
color: #C85008;
}
</style>
background-color css
<style>
a { background-color: #C85008; }
a { background-color: rgb(200,80,8); }
div.DivClassName
{
background-color: #C85008;
}
.BgClassName
{
background-color: #C85008;
}
</style>
border-color css
<style>
span { border-color: #C85008; }
span { border-color: rgb(200,80,8); }
td.TdClassName
{
border-color: #C85008;
}
.TagClassName
{
border-color: #C85008;
}
</style>