Shades of Tenne (Tawny) #C55212
Tints of Tenne (Tawny) #C55212
RGB
CMYK
RGB Variations
Color information
#C55212 (or 0xC55212) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 12. RGB value is (197,82,18). Sum of RGB (Red+Green+Blue) = 197+82+18=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C55212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55212 is #3AADED. Grayscale: #6D6D6D. Windows color (decimal): -3845614 or 1200837. OLE color: 1200837.
HSL color Cylindrical-coordinate representation of color #C55212: hue angle of 21.45º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C55212 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 18 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.23 |
| HSL | 21.45º | 0.83% | 0.42% | - |
| HSV(B) | 21.45º | 0.91% | 0.77% | - |
| XYZ | 26.15 | 17.95 | 2.66 | - |
| YUV | 109.09 | 76.6 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 18 | 0 | 0.58 | 0.91 | 0.23 | 21.45 | 0.83 | 0.42 |
| Hex | C5 | 52 | 12 | 0 | 3A | 5B | 17 | 15 | 53 | 2A |
| Octal | 305 | 122 | 22 | 0 | 72 | 133 | 27 | 25 | 123 | 52 |
| Binary | 11000101 | 1010010 | 10010 | 0 | 111010 | 1011011 | 10111 | 10101 | 1010011 | 101010 |
Color Harmonies of #C55212
Complementary color
Monochromatic Colors of #C55212
Black with #C55212
Text Example
Text Example
White with #C55212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55212; }
p { color: rgb(197,82,18); }
H1.HeaderClassName
{
color: #C55212;
}
.AnyTagClassName
{
color: #C55212;
}
</style>
background-color css
<style>
a { background-color: #C55212; }
a { background-color: rgb(197,82,18); }
div.DivClassName
{
background-color: #C55212;
}
.BgClassName
{
background-color: #C55212;
}
</style>
border-color css
<style>
span { border-color: #C55212; }
span { border-color: rgb(197,82,18); }
td.TdClassName
{
border-color: #C55212;
}
.TagClassName
{
border-color: #C55212;
}
</style>