Shades of Tenne (Tawny) #C84D0F
Tints of Tenne (Tawny) #C84D0F
RGB
CMYK
RGB Variations
Color information
#C84D0F (or 0xC84D0F) is known color: Tenne (Tawny). HEX triplet: C8, 4D and 0F. RGB value is (200,77,15). Sum of RGB (Red+Green+Blue) = 200+77+15=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84D0F is #37B2F0. Grayscale: #6B6B6B. Windows color (decimal): -3650289 or 1002952. OLE color: 1002952.
HSL color Cylindrical-coordinate representation of color #C84D0F: hue angle of 20.11º 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 #C84D0F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 15 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.22 |
| HSL | 20.11º | 0.86% | 0.42% | - |
| HSV(B) | 20.11º | 0.93% | 0.78% | - |
| XYZ | 26.56 | 17.62 | 2.45 | - |
| YUV | 106.71 | 76.25 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 15 | 0 | 0.62 | 0.92 | 0.22 | 20.11 | 0.86 | 0.42 |
| Hex | C8 | 4D | F | 0 | 3E | 5C | 16 | 14 | 56 | 2A |
| Octal | 310 | 115 | 17 | 0 | 76 | 134 | 26 | 24 | 126 | 52 |
| Binary | 11001000 | 1001101 | 1111 | 0 | 111110 | 1011100 | 10110 | 10100 | 1010110 | 101010 |
Color Harmonies of #C84D0F
Complementary color
Monochromatic Colors of #C84D0F
Black with #C84D0F
Text Example
Text Example
White with #C84D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D0F; }
p { color: rgb(200,77,15); }
H1.HeaderClassName
{
color: #C84D0F;
}
.AnyTagClassName
{
color: #C84D0F;
}
</style>
background-color css
<style>
a { background-color: #C84D0F; }
a { background-color: rgb(200,77,15); }
div.DivClassName
{
background-color: #C84D0F;
}
.BgClassName
{
background-color: #C84D0F;
}
</style>
border-color css
<style>
span { border-color: #C84D0F; }
span { border-color: rgb(200,77,15); }
td.TdClassName
{
border-color: #C84D0F;
}
.TagClassName
{
border-color: #C84D0F;
}
</style>