Shades of Tenne (Tawny) #C8540F
Tints of Tenne (Tawny) #C8540F
RGB
CMYK
RGB Variations
Color information
#C8540F (or 0xC8540F) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 0F. RGB value is (200,84,15). Sum of RGB (Red+Green+Blue) = 200+84+15=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8540F is #37ABF0. Grayscale: #6F6F6F. Windows color (decimal): -3648497 or 1004744. OLE color: 1004744.
HSL color Cylindrical-coordinate representation of color #C8540F: hue angle of 22.38º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8540F is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 15 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.22 |
| HSL | 22.38º | 0.86% | 0.42% | - |
| HSV(B) | 22.38º | 0.93% | 0.78% | - |
| XYZ | 27.08 | 18.65 | 2.63 | - |
| YUV | 110.82 | 73.93 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 15 | 0 | 0.58 | 0.92 | 0.22 | 22.38 | 0.86 | 0.42 |
| Hex | C8 | 54 | F | 0 | 3A | 5C | 16 | 16 | 56 | 2A |
| Octal | 310 | 124 | 17 | 0 | 72 | 134 | 26 | 26 | 126 | 52 |
| Binary | 11001000 | 1010100 | 1111 | 0 | 111010 | 1011100 | 10110 | 10110 | 1010110 | 101010 |
Color Harmonies of #C8540F
Complementary color
Monochromatic Colors of #C8540F
Black with #C8540F
Text Example
Text Example
White with #C8540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8540F; }
p { color: rgb(200,84,15); }
H1.HeaderClassName
{
color: #C8540F;
}
.AnyTagClassName
{
color: #C8540F;
}
</style>
background-color css
<style>
a { background-color: #C8540F; }
a { background-color: rgb(200,84,15); }
div.DivClassName
{
background-color: #C8540F;
}
.BgClassName
{
background-color: #C8540F;
}
</style>
border-color css
<style>
span { border-color: #C8540F; }
span { border-color: rgb(200,84,15); }
td.TdClassName
{
border-color: #C8540F;
}
.TagClassName
{
border-color: #C8540F;
}
</style>