Shades of Tenne (Tawny) #C55E00
Tints of Tenne (Tawny) #C55E00
RGB
CMYK
RGB Variations
Color information
#C55E00 (or 0xC55E00) is known color: Tenne (Tawny). HEX triplet: C5, 5E and 00. RGB value is (197,94,0). Sum of RGB (Red+Green+Blue) = 197+94+0=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55E00 is #3AA1FF. Grayscale: #727272. Windows color (decimal): -3842560 or 24261. OLE color: 24261.
HSL color Cylindrical-coordinate representation of color #C55E00: hue angle of 28.63º 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 #C55E00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.23 |
| HSL | 28.63º | 1% | 0.39% | - |
| HSV(B) | 28.63º | 1% | 0.77% | - |
| XYZ | 27.03 | 19.88 | 2.41 | - |
| YUV | 114.08 | 63.62 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 0 | 0 | 0.52 | 1 | 0.23 | 28.63 | 1 | 0.39 |
| Hex | C5 | 5E | 0 | 0 | 34 | 64 | 17 | 1D | 64 | 27 |
| Octal | 305 | 136 | 0 | 0 | 64 | 144 | 27 | 35 | 144 | 47 |
| Binary | 11000101 | 1011110 | 0 | 0 | 110100 | 1100100 | 10111 | 11101 | 1100100 | 100111 |
Color Harmonies of #C55E00
Complementary color
Monochromatic Colors of #C55E00
Black with #C55E00
Text Example
Text Example
White with #C55E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E00; }
p { color: rgb(197,94,0); }
H1.HeaderClassName
{
color: #C55E00;
}
.AnyTagClassName
{
color: #C55E00;
}
</style>
background-color css
<style>
a { background-color: #C55E00; }
a { background-color: rgb(197,94,0); }
div.DivClassName
{
background-color: #C55E00;
}
.BgClassName
{
background-color: #C55E00;
}
</style>
border-color css
<style>
span { border-color: #C55E00; }
span { border-color: rgb(197,94,0); }
td.TdClassName
{
border-color: #C55E00;
}
.TagClassName
{
border-color: #C55E00;
}
</style>