Shades of Tenne (Tawny) #C55A0C
Tints of Tenne (Tawny) #C55A0C
RGB
CMYK
RGB Variations
Color information
#C55A0C (or 0xC55A0C) is known color: Tenne (Tawny). HEX triplet: C5, 5A and 0C. RGB value is (197,90,12). Sum of RGB (Red+Green+Blue) = 197+90+12=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A0C is #3AA5F3. Grayscale: #717171. Windows color (decimal): -3843572 or 809669. OLE color: 809669.
HSL color Cylindrical-coordinate representation of color #C55A0C: hue angle of 25.3º 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 #C55A0C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 12 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.23 |
| HSL | 25.3º | 0.89% | 0.41% | - |
| HSV(B) | 25.3º | 0.94% | 0.77% | - |
| XYZ | 26.75 | 19.21 | 2.65 | - |
| YUV | 113.1 | 70.95 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 12 | 0 | 0.54 | 0.94 | 0.23 | 25.3 | 0.89 | 0.41 |
| Hex | C5 | 5A | C | 0 | 36 | 5E | 17 | 19 | 59 | 29 |
| Octal | 305 | 132 | 14 | 0 | 66 | 136 | 27 | 31 | 131 | 51 |
| Binary | 11000101 | 1011010 | 1100 | 0 | 110110 | 1011110 | 10111 | 11001 | 1011001 | 101001 |
Color Harmonies of #C55A0C
Complementary color
Monochromatic Colors of #C55A0C
Black with #C55A0C
Text Example
Text Example
White with #C55A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A0C; }
p { color: rgb(197,90,12); }
H1.HeaderClassName
{
color: #C55A0C;
}
.AnyTagClassName
{
color: #C55A0C;
}
</style>
background-color css
<style>
a { background-color: #C55A0C; }
a { background-color: rgb(197,90,12); }
div.DivClassName
{
background-color: #C55A0C;
}
.BgClassName
{
background-color: #C55A0C;
}
</style>
border-color css
<style>
span { border-color: #C55A0C; }
span { border-color: rgb(197,90,12); }
td.TdClassName
{
border-color: #C55A0C;
}
.TagClassName
{
border-color: #C55A0C;
}
</style>