Shades of Tenne (Tawny) #C55F0E
Tints of Tenne (Tawny) #C55F0E
RGB
CMYK
RGB Variations
Color information
#C55F0E (or 0xC55F0E) is known color: Tenne (Tawny). HEX triplet: C5, 5F and 0E. RGB value is (197,95,14). Sum of RGB (Red+Green+Blue) = 197+95+14=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55F0E is #3AA0F1. Grayscale: #747474. Windows color (decimal): -3842290 or 942021. OLE color: 942021.
HSL color Cylindrical-coordinate representation of color #C55F0E: hue angle of 26.56º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C55F0E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 14 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.23 |
| HSL | 26.56º | 0.87% | 0.41% | - |
| HSV(B) | 26.56º | 0.93% | 0.77% | - |
| XYZ | 27.2 | 20.09 | 2.86 | - |
| YUV | 116.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 14 | 0 | 0.52 | 0.93 | 0.23 | 26.56 | 0.87 | 0.41 |
| Hex | C5 | 5F | E | 0 | 34 | 5D | 17 | 1B | 57 | 29 |
| Octal | 305 | 137 | 16 | 0 | 64 | 135 | 27 | 33 | 127 | 51 |
| Binary | 11000101 | 1011111 | 1110 | 0 | 110100 | 1011101 | 10111 | 11011 | 1010111 | 101001 |
Color Harmonies of #C55F0E
Complementary color
Monochromatic Colors of #C55F0E
Black with #C55F0E
Text Example
Text Example
White with #C55F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F0E; }
p { color: rgb(197,95,14); }
H1.HeaderClassName
{
color: #C55F0E;
}
.AnyTagClassName
{
color: #C55F0E;
}
</style>
background-color css
<style>
a { background-color: #C55F0E; }
a { background-color: rgb(197,95,14); }
div.DivClassName
{
background-color: #C55F0E;
}
.BgClassName
{
background-color: #C55F0E;
}
</style>
border-color css
<style>
span { border-color: #C55F0E; }
span { border-color: rgb(197,95,14); }
td.TdClassName
{
border-color: #C55F0E;
}
.TagClassName
{
border-color: #C55F0E;
}
</style>