Shades of Tenne (Tawny) #C85408
Tints of Tenne (Tawny) #C85408
RGB
CMYK
RGB Variations
Color information
#C85408 (or 0xC85408) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 08. RGB value is (200,84,8). Sum of RGB (Red+Green+Blue) = 200+84+8=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C85408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85408 is #37ABF7. Grayscale: #6E6E6E. Windows color (decimal): -3648504 or 545992. OLE color: 545992.
HSL color Cylindrical-coordinate representation of color #C85408: hue angle of 23.75º 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 #C85408 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.22 |
| HSL | 23.75º | 0.92% | 0.41% | - |
| HSV(B) | 23.75º | 0.96% | 0.78% | - |
| XYZ | 27.03 | 18.64 | 2.4 | - |
| YUV | 110.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 8 | 0 | 0.58 | 0.96 | 0.22 | 23.75 | 0.92 | 0.41 |
| Hex | C8 | 54 | 8 | 0 | 3A | 60 | 16 | 18 | 5C | 29 |
| Octal | 310 | 124 | 10 | 0 | 72 | 140 | 26 | 30 | 134 | 51 |
| Binary | 11001000 | 1010100 | 1000 | 0 | 111010 | 1100000 | 10110 | 11000 | 1011100 | 101001 |
Color Harmonies of #C85408
Complementary color
Monochromatic Colors of #C85408
Black with #C85408
Text Example
Text Example
White with #C85408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85408; }
p { color: rgb(200,84,8); }
H1.HeaderClassName
{
color: #C85408;
}
.AnyTagClassName
{
color: #C85408;
}
</style>
background-color css
<style>
a { background-color: #C85408; }
a { background-color: rgb(200,84,8); }
div.DivClassName
{
background-color: #C85408;
}
.BgClassName
{
background-color: #C85408;
}
</style>
border-color css
<style>
span { border-color: #C85408; }
span { border-color: rgb(200,84,8); }
td.TdClassName
{
border-color: #C85408;
}
.TagClassName
{
border-color: #C85408;
}
</style>