Shades of Tenne (Tawny) #C55213
Tints of Tenne (Tawny) #C55213
RGB
CMYK
RGB Variations
Color information
#C55213 (or 0xC55213) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 13. RGB value is (197,82,19). Sum of RGB (Red+Green+Blue) = 197+82+19=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C55213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55213 is #3AADEC. Grayscale: #6D6D6D. Windows color (decimal): -3845613 or 1266373. OLE color: 1266373.
HSL color Cylindrical-coordinate representation of color #C55213: hue angle of 21.24º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55213 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 19 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.23 |
| HSL | 21.24º | 0.82% | 0.42% | - |
| HSV(B) | 21.24º | 0.9% | 0.77% | - |
| XYZ | 26.16 | 17.95 | 2.7 | - |
| YUV | 109.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 19 | 0 | 0.58 | 0.90 | 0.23 | 21.24 | 0.82 | 0.42 |
| Hex | C5 | 52 | 13 | 0 | 3A | 5A | 17 | 15 | 52 | 2A |
| Octal | 305 | 122 | 23 | 0 | 72 | 132 | 27 | 25 | 122 | 52 |
| Binary | 11000101 | 1010010 | 10011 | 0 | 111010 | 1011010 | 10111 | 10101 | 1010010 | 101010 |
Color Harmonies of #C55213
Complementary color
Monochromatic Colors of #C55213
Black with #C55213
Text Example
Text Example
White with #C55213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55213; }
p { color: rgb(197,82,19); }
H1.HeaderClassName
{
color: #C55213;
}
.AnyTagClassName
{
color: #C55213;
}
</style>
background-color css
<style>
a { background-color: #C55213; }
a { background-color: rgb(197,82,19); }
div.DivClassName
{
background-color: #C55213;
}
.BgClassName
{
background-color: #C55213;
}
</style>
border-color css
<style>
span { border-color: #C55213; }
span { border-color: rgb(197,82,19); }
td.TdClassName
{
border-color: #C55213;
}
.TagClassName
{
border-color: #C55213;
}
</style>