Shades of Tenne (Tawny) #C54E00
Tints of Tenne (Tawny) #C54E00
RGB
CMYK
RGB Variations
Color information
#C54E00 (or 0xC54E00) is known color: Tenne (Tawny). HEX triplet: C5, 4E and 00. RGB value is (197,78,0). Sum of RGB (Red+Green+Blue) = 197+78+0=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54E00 is #3AB1FF. Grayscale: #696969. Windows color (decimal): -3846656 or 20165. OLE color: 20165.
HSL color Cylindrical-coordinate representation of color #C54E00: hue angle of 23.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C54E00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.23 |
| HSL | 23.76º | 1% | 0.39% | - |
| HSV(B) | 23.76º | 1% | 0.77% | - |
| XYZ | 25.75 | 17.32 | 1.99 | - |
| YUV | 104.69 | 68.92 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 0 | 0 | 0.60 | 1 | 0.23 | 23.76 | 1 | 0.39 |
| Hex | C5 | 4E | 0 | 0 | 3C | 64 | 17 | 18 | 64 | 27 |
| Octal | 305 | 116 | 0 | 0 | 74 | 144 | 27 | 30 | 144 | 47 |
| Binary | 11000101 | 1001110 | 0 | 0 | 111100 | 1100100 | 10111 | 11000 | 1100100 | 100111 |
Color Harmonies of #C54E00
Complementary color
Monochromatic Colors of #C54E00
Black with #C54E00
Text Example
Text Example
White with #C54E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E00; }
p { color: rgb(197,78,0); }
H1.HeaderClassName
{
color: #C54E00;
}
.AnyTagClassName
{
color: #C54E00;
}
</style>
background-color css
<style>
a { background-color: #C54E00; }
a { background-color: rgb(197,78,0); }
div.DivClassName
{
background-color: #C54E00;
}
.BgClassName
{
background-color: #C54E00;
}
</style>
border-color css
<style>
span { border-color: #C54E00; }
span { border-color: rgb(197,78,0); }
td.TdClassName
{
border-color: #C54E00;
}
.TagClassName
{
border-color: #C54E00;
}
</style>