Shades of Tenne (Tawny) #C55A0B
Tints of Tenne (Tawny) #C55A0B
RGB
CMYK
RGB Variations
Color information
#C55A0B (or 0xC55A0B) is known color: Tenne (Tawny). HEX triplet: C5, 5A and 0B. RGB value is (197,90,11). Sum of RGB (Red+Green+Blue) = 197+90+11=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A0B is #3AA5F4. Grayscale: #717171. Windows color (decimal): -3843573 or 744133. OLE color: 744133.
HSL color Cylindrical-coordinate representation of color #C55A0B: hue angle of 25.48º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C55A0B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.23 |
| HSL | 25.48º | 0.89% | 0.41% | - |
| HSV(B) | 25.48º | 0.94% | 0.77% | - |
| XYZ | 26.74 | 19.21 | 2.61 | - |
| YUV | 112.99 | 70.45 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 11 | 0 | 0.54 | 0.94 | 0.23 | 25.48 | 0.89 | 0.41 |
| Hex | C5 | 5A | B | 0 | 36 | 5E | 17 | 19 | 59 | 29 |
| Octal | 305 | 132 | 13 | 0 | 66 | 136 | 27 | 31 | 131 | 51 |
| Binary | 11000101 | 1011010 | 1011 | 0 | 110110 | 1011110 | 10111 | 11001 | 1011001 | 101001 |
Color Harmonies of #C55A0B
Complementary color
Monochromatic Colors of #C55A0B
Black with #C55A0B
Text Example
Text Example
White with #C55A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A0B; }
p { color: rgb(197,90,11); }
H1.HeaderClassName
{
color: #C55A0B;
}
.AnyTagClassName
{
color: #C55A0B;
}
</style>
background-color css
<style>
a { background-color: #C55A0B; }
a { background-color: rgb(197,90,11); }
div.DivClassName
{
background-color: #C55A0B;
}
.BgClassName
{
background-color: #C55A0B;
}
</style>
border-color css
<style>
span { border-color: #C55A0B; }
span { border-color: rgb(197,90,11); }
td.TdClassName
{
border-color: #C55A0B;
}
.TagClassName
{
border-color: #C55A0B;
}
</style>