Shades of Tenne (Tawny) #C55612
Tints of Tenne (Tawny) #C55612
RGB
CMYK
RGB Variations
Color information
#C55612 (or 0xC55612) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 12. RGB value is (197,86,18). Sum of RGB (Red+Green+Blue) = 197+86+18=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C55612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55612 is #3AA9ED. Grayscale: #6F6F6F. Windows color (decimal): -3844590 or 1201861. OLE color: 1201861.
HSL color Cylindrical-coordinate representation of color #C55612: hue angle of 22.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 #C55612 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.23 |
| HSL | 22.79º | 0.83% | 0.42% | - |
| HSV(B) | 22.79º | 0.91% | 0.77% | - |
| XYZ | 26.46 | 18.57 | 2.76 | - |
| YUV | 111.44 | 75.27 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 18 | 0 | 0.56 | 0.91 | 0.23 | 22.79 | 0.83 | 0.42 |
| Hex | C5 | 56 | 12 | 0 | 38 | 5B | 17 | 17 | 53 | 2A |
| Octal | 305 | 126 | 22 | 0 | 70 | 133 | 27 | 27 | 123 | 52 |
| Binary | 11000101 | 1010110 | 10010 | 0 | 111000 | 1011011 | 10111 | 10111 | 1010011 | 101010 |
Color Harmonies of #C55612
Complementary color
Monochromatic Colors of #C55612
Black with #C55612
Text Example
Text Example
White with #C55612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55612; }
p { color: rgb(197,86,18); }
H1.HeaderClassName
{
color: #C55612;
}
.AnyTagClassName
{
color: #C55612;
}
</style>
background-color css
<style>
a { background-color: #C55612; }
a { background-color: rgb(197,86,18); }
div.DivClassName
{
background-color: #C55612;
}
.BgClassName
{
background-color: #C55612;
}
</style>
border-color css
<style>
span { border-color: #C55612; }
span { border-color: rgb(197,86,18); }
td.TdClassName
{
border-color: #C55612;
}
.TagClassName
{
border-color: #C55612;
}
</style>