Shades of Tenne (Tawny) #C55E0A
Tints of Tenne (Tawny) #C55E0A
RGB
CMYK
RGB Variations
Color information
#C55E0A (or 0xC55E0A) is known color: Tenne (Tawny). HEX triplet: C5, 5E and 0A. RGB value is (197,94,10). Sum of RGB (Red+Green+Blue) = 197+94+10=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55E0A is #3AA1F5. Grayscale: #737373. Windows color (decimal): -3842550 or 679621. OLE color: 679621.
HSL color Cylindrical-coordinate representation of color #C55E0A: hue angle of 26.95º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C55E0A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 10 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.23 |
| HSL | 26.95º | 0.9% | 0.41% | - |
| HSV(B) | 26.95º | 0.95% | 0.77% | - |
| XYZ | 27.08 | 19.9 | 2.7 | - |
| YUV | 115.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 10 | 0 | 0.52 | 0.95 | 0.23 | 26.95 | 0.9 | 0.41 |
| Hex | C5 | 5E | A | 0 | 34 | 5F | 17 | 1B | 5A | 29 |
| Octal | 305 | 136 | 12 | 0 | 64 | 137 | 27 | 33 | 132 | 51 |
| Binary | 11000101 | 1011110 | 1010 | 0 | 110100 | 1011111 | 10111 | 11011 | 1011010 | 101001 |
Color Harmonies of #C55E0A
Complementary color
Monochromatic Colors of #C55E0A
Black with #C55E0A
Text Example
Text Example
White with #C55E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E0A; }
p { color: rgb(197,94,10); }
H1.HeaderClassName
{
color: #C55E0A;
}
.AnyTagClassName
{
color: #C55E0A;
}
</style>
background-color css
<style>
a { background-color: #C55E0A; }
a { background-color: rgb(197,94,10); }
div.DivClassName
{
background-color: #C55E0A;
}
.BgClassName
{
background-color: #C55E0A;
}
</style>
border-color css
<style>
span { border-color: #C55E0A; }
span { border-color: rgb(197,94,10); }
td.TdClassName
{
border-color: #C55E0A;
}
.TagClassName
{
border-color: #C55E0A;
}
</style>