Shades of Tenne (Tawny) #C55A0A
Tints of Tenne (Tawny) #C55A0A
RGB
CMYK
RGB Variations
Color information
#C55A0A (or 0xC55A0A) is known color: Tenne (Tawny). HEX triplet: C5, 5A and 0A. RGB value is (197,90,10). Sum of RGB (Red+Green+Blue) = 197+90+10=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A0A is #3AA5F5. Grayscale: #717171. Windows color (decimal): -3843574 or 678597. OLE color: 678597.
HSL color Cylindrical-coordinate representation of color #C55A0A: hue angle of 25.67º 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 #C55A0A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 10 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.23 |
| HSL | 25.67º | 0.9% | 0.41% | - |
| HSV(B) | 25.67º | 0.95% | 0.77% | - |
| XYZ | 26.74 | 19.2 | 2.58 | - |
| YUV | 112.87 | 69.95 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 10 | 0 | 0.54 | 0.95 | 0.23 | 25.67 | 0.9 | 0.41 |
| Hex | C5 | 5A | A | 0 | 36 | 5F | 17 | 1A | 5A | 29 |
| Octal | 305 | 132 | 12 | 0 | 66 | 137 | 27 | 32 | 132 | 51 |
| Binary | 11000101 | 1011010 | 1010 | 0 | 110110 | 1011111 | 10111 | 11010 | 1011010 | 101001 |
Color Harmonies of #C55A0A
Complementary color
Monochromatic Colors of #C55A0A
Black with #C55A0A
Text Example
Text Example
White with #C55A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A0A; }
p { color: rgb(197,90,10); }
H1.HeaderClassName
{
color: #C55A0A;
}
.AnyTagClassName
{
color: #C55A0A;
}
</style>
background-color css
<style>
a { background-color: #C55A0A; }
a { background-color: rgb(197,90,10); }
div.DivClassName
{
background-color: #C55A0A;
}
.BgClassName
{
background-color: #C55A0A;
}
</style>
border-color css
<style>
span { border-color: #C55A0A; }
span { border-color: rgb(197,90,10); }
td.TdClassName
{
border-color: #C55A0A;
}
.TagClassName
{
border-color: #C55A0A;
}
</style>