Shades of Tenne (Tawny) #C84E00
Tints of Tenne (Tawny) #C84E00
RGB
CMYK
RGB Variations
Color information
#C84E00 (or 0xC84E00) is known color: Tenne (Tawny). HEX triplet: C8, 4E and 00. RGB value is (200,78,0). Sum of RGB (Red+Green+Blue) = 200+78+0=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84E00 is #37B1FF. Grayscale: #6A6A6A. Windows color (decimal): -3650048 or 20168. OLE color: 20168.
HSL color Cylindrical-coordinate representation of color #C84E00: hue angle of 23.4º 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 #C84E00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.22 |
| HSL | 23.4º | 1% | 0.39% | - |
| HSV(B) | 23.4º | 1% | 0.78% | - |
| XYZ | 26.54 | 17.73 | 2.02 | - |
| YUV | 105.59 | 68.42 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 0 | 0 | 0.61 | 1 | 0.22 | 23.4 | 1 | 0.39 |
| Hex | C8 | 4E | 0 | 0 | 3D | 64 | 16 | 17 | 64 | 27 |
| Octal | 310 | 116 | 0 | 0 | 75 | 144 | 26 | 27 | 144 | 47 |
| Binary | 11001000 | 1001110 | 0 | 0 | 111101 | 1100100 | 10110 | 10111 | 1100100 | 100111 |
Color Harmonies of #C84E00
Complementary color
Monochromatic Colors of #C84E00
Black with #C84E00
Text Example
Text Example
White with #C84E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E00; }
p { color: rgb(200,78,0); }
H1.HeaderClassName
{
color: #C84E00;
}
.AnyTagClassName
{
color: #C84E00;
}
</style>
background-color css
<style>
a { background-color: #C84E00; }
a { background-color: rgb(200,78,0); }
div.DivClassName
{
background-color: #C84E00;
}
.BgClassName
{
background-color: #C84E00;
}
</style>
border-color css
<style>
span { border-color: #C84E00; }
span { border-color: rgb(200,78,0); }
td.TdClassName
{
border-color: #C84E00;
}
.TagClassName
{
border-color: #C84E00;
}
</style>