Shades of Tenne (Tawny) #C55600
Tints of Tenne (Tawny) #C55600
RGB
CMYK
RGB Variations
Color information
#C55600 (or 0xC55600) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 00. RGB value is (197,86,0). Sum of RGB (Red+Green+Blue) = 197+86+0=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C55600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55600 is #3AA9FF. Grayscale: #6D6D6D. Windows color (decimal): -3844608 or 22213. OLE color: 22213.
HSL color Cylindrical-coordinate representation of color #C55600: hue angle of 26.19º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C55600 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.23 |
| HSL | 26.19º | 1% | 0.39% | - |
| HSV(B) | 26.19º | 1% | 0.77% | - |
| XYZ | 26.35 | 18.53 | 2.19 | - |
| YUV | 109.39 | 66.27 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 0 | 0 | 0.56 | 1 | 0.23 | 26.19 | 1 | 0.39 |
| Hex | C5 | 56 | 0 | 0 | 38 | 64 | 17 | 1A | 64 | 27 |
| Octal | 305 | 126 | 0 | 0 | 70 | 144 | 27 | 32 | 144 | 47 |
| Binary | 11000101 | 1010110 | 0 | 0 | 111000 | 1100100 | 10111 | 11010 | 1100100 | 100111 |
Color Harmonies of #C55600
Complementary color
Monochromatic Colors of #C55600
Black with #C55600
Text Example
Text Example
White with #C55600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55600; }
p { color: rgb(197,86,0); }
H1.HeaderClassName
{
color: #C55600;
}
.AnyTagClassName
{
color: #C55600;
}
</style>
background-color css
<style>
a { background-color: #C55600; }
a { background-color: rgb(197,86,0); }
div.DivClassName
{
background-color: #C55600;
}
.BgClassName
{
background-color: #C55600;
}
</style>
border-color css
<style>
span { border-color: #C55600; }
span { border-color: rgb(197,86,0); }
td.TdClassName
{
border-color: #C55600;
}
.TagClassName
{
border-color: #C55600;
}
</style>