Shades of Tenne (Tawny) #C8500F
Tints of Tenne (Tawny) #C8500F
RGB
CMYK
RGB Variations
Color information
#C8500F (or 0xC8500F) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 0F. RGB value is (200,80,15). Sum of RGB (Red+Green+Blue) = 200+80+15=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8500F is #37AFF0. Grayscale: #6C6C6C. Windows color (decimal): -3649521 or 1003720. OLE color: 1003720.
HSL color Cylindrical-coordinate representation of color #C8500F: hue angle of 21.08º 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 #C8500F is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 15 | - |
| CMYK | 0 | 0.6 | 0.92 | 0.22 |
| HSL | 21.08º | 0.86% | 0.42% | - |
| HSV(B) | 21.08º | 0.93% | 0.78% | - |
| XYZ | 26.77 | 18.05 | 2.53 | - |
| YUV | 108.47 | 75.26 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 15 | 0 | 0.6 | 0.92 | 0.22 | 21.08 | 0.86 | 0.42 |
| Hex | C8 | 50 | F | 0 | 3C | 5C | 16 | 15 | 56 | 2A |
| Octal | 310 | 120 | 17 | 0 | 74 | 134 | 26 | 25 | 126 | 52 |
| Binary | 11001000 | 1010000 | 1111 | 0 | 111100 | 1011100 | 10110 | 10101 | 1010110 | 101010 |
Color Harmonies of #C8500F
Complementary color
Monochromatic Colors of #C8500F
Black with #C8500F
Text Example
Text Example
White with #C8500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8500F; }
p { color: rgb(200,80,15); }
H1.HeaderClassName
{
color: #C8500F;
}
.AnyTagClassName
{
color: #C8500F;
}
</style>
background-color css
<style>
a { background-color: #C8500F; }
a { background-color: rgb(200,80,15); }
div.DivClassName
{
background-color: #C8500F;
}
.BgClassName
{
background-color: #C8500F;
}
</style>
border-color css
<style>
span { border-color: #C8500F; }
span { border-color: rgb(200,80,15); }
td.TdClassName
{
border-color: #C8500F;
}
.TagClassName
{
border-color: #C8500F;
}
</style>