Shades of Tenne (Tawny) #C55312
Tints of Tenne (Tawny) #C55312
RGB
CMYK
RGB Variations
Color information
#C55312 (or 0xC55312) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 12. RGB value is (197,83,18). Sum of RGB (Red+Green+Blue) = 197+83+18=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C55312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55312 is #3AACED. Grayscale: #6E6E6E. Windows color (decimal): -3845358 or 1201093. OLE color: 1201093.
HSL color Cylindrical-coordinate representation of color #C55312: hue angle of 21.79º 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 #C55312 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 18 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.23 |
| HSL | 21.79º | 0.83% | 0.42% | - |
| HSV(B) | 21.79º | 0.91% | 0.77% | - |
| XYZ | 26.23 | 18.1 | 2.68 | - |
| YUV | 109.68 | 76.27 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 18 | 0 | 0.58 | 0.91 | 0.23 | 21.79 | 0.83 | 0.42 |
| Hex | C5 | 53 | 12 | 0 | 3A | 5B | 17 | 16 | 53 | 2A |
| Octal | 305 | 123 | 22 | 0 | 72 | 133 | 27 | 26 | 123 | 52 |
| Binary | 11000101 | 1010011 | 10010 | 0 | 111010 | 1011011 | 10111 | 10110 | 1010011 | 101010 |
Color Harmonies of #C55312
Complementary color
Monochromatic Colors of #C55312
Black with #C55312
Text Example
Text Example
White with #C55312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55312; }
p { color: rgb(197,83,18); }
H1.HeaderClassName
{
color: #C55312;
}
.AnyTagClassName
{
color: #C55312;
}
</style>
background-color css
<style>
a { background-color: #C55312; }
a { background-color: rgb(197,83,18); }
div.DivClassName
{
background-color: #C55312;
}
.BgClassName
{
background-color: #C55312;
}
</style>
border-color css
<style>
span { border-color: #C55312; }
span { border-color: rgb(197,83,18); }
td.TdClassName
{
border-color: #C55312;
}
.TagClassName
{
border-color: #C55312;
}
</style>