Shades of Tenne (Tawny) #C55605
Tints of Tenne (Tawny) #C55605
RGB
CMYK
RGB Variations
Color information
#C55605 (or 0xC55605) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 05. RGB value is (197,86,5). Sum of RGB (Red+Green+Blue) = 197+86+5=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C55605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55605 is #3AA9FA. Grayscale: #6E6E6E. Windows color (decimal): -3844603 or 349893. OLE color: 349893.
HSL color Cylindrical-coordinate representation of color #C55605: hue angle of 25.31º degrees, saturation: 0.95, 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 #C55605 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.23 |
| HSL | 25.31º | 0.95% | 0.4% | - |
| HSV(B) | 25.31º | 0.97% | 0.77% | - |
| XYZ | 26.38 | 18.54 | 2.33 | - |
| YUV | 109.96 | 68.77 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 5 | 0 | 0.56 | 0.97 | 0.23 | 25.31 | 0.95 | 0.4 |
| Hex | C5 | 56 | 5 | 0 | 38 | 61 | 17 | 19 | 5F | 28 |
| Octal | 305 | 126 | 5 | 0 | 70 | 141 | 27 | 31 | 137 | 50 |
| Binary | 11000101 | 1010110 | 101 | 0 | 111000 | 1100001 | 10111 | 11001 | 1011111 | 101000 |
Color Harmonies of #C55605
Complementary color
Monochromatic Colors of #C55605
Black with #C55605
Text Example
Text Example
White with #C55605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55605; }
p { color: rgb(197,86,5); }
H1.HeaderClassName
{
color: #C55605;
}
.AnyTagClassName
{
color: #C55605;
}
</style>
background-color css
<style>
a { background-color: #C55605; }
a { background-color: rgb(197,86,5); }
div.DivClassName
{
background-color: #C55605;
}
.BgClassName
{
background-color: #C55605;
}
</style>
border-color css
<style>
span { border-color: #C55605; }
span { border-color: rgb(197,86,5); }
td.TdClassName
{
border-color: #C55605;
}
.TagClassName
{
border-color: #C55605;
}
</style>