Shades of Tenne (Tawny) #C55306
Tints of Tenne (Tawny) #C55306
RGB
CMYK
RGB Variations
Color information
#C55306 (or 0xC55306) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 06. RGB value is (197,83,6). Sum of RGB (Red+Green+Blue) = 197+83+6=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C55306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55306 is #3AACF9. Grayscale: #6C6C6C. Windows color (decimal): -3845370 or 414661. OLE color: 414661.
HSL color Cylindrical-coordinate representation of color #C55306: hue angle of 24.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C55306 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 6 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.23 |
| HSL | 24.19º | 0.94% | 0.4% | - |
| HSV(B) | 24.19º | 0.97% | 0.77% | - |
| XYZ | 26.15 | 18.07 | 2.28 | - |
| YUV | 108.31 | 70.27 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 6 | 0 | 0.58 | 0.97 | 0.23 | 24.19 | 0.94 | 0.4 |
| Hex | C5 | 53 | 6 | 0 | 3A | 61 | 17 | 18 | 5E | 28 |
| Octal | 305 | 123 | 6 | 0 | 72 | 141 | 27 | 30 | 136 | 50 |
| Binary | 11000101 | 1010011 | 110 | 0 | 111010 | 1100001 | 10111 | 11000 | 1011110 | 101000 |
Color Harmonies of #C55306
Complementary color
Monochromatic Colors of #C55306
Black with #C55306
Text Example
Text Example
White with #C55306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55306; }
p { color: rgb(197,83,6); }
H1.HeaderClassName
{
color: #C55306;
}
.AnyTagClassName
{
color: #C55306;
}
</style>
background-color css
<style>
a { background-color: #C55306; }
a { background-color: rgb(197,83,6); }
div.DivClassName
{
background-color: #C55306;
}
.BgClassName
{
background-color: #C55306;
}
</style>
border-color css
<style>
span { border-color: #C55306; }
span { border-color: rgb(197,83,6); }
td.TdClassName
{
border-color: #C55306;
}
.TagClassName
{
border-color: #C55306;
}
</style>