Shades of Tenne (Tawny) #C55901
Tints of Tenne (Tawny) #C55901
RGB
CMYK
RGB Variations
Color information
#C55901 (or 0xC55901) is known color: Tenne (Tawny). HEX triplet: C5, 59 and 01. RGB value is (197,89,1). Sum of RGB (Red+Green+Blue) = 197+89+1=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C55901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55901 is #3AA6FE. Grayscale: #6F6F6F. Windows color (decimal): -3843839 or 88517. OLE color: 88517.
HSL color Cylindrical-coordinate representation of color #C55901: hue angle of 26.94º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C55901 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.23 |
| HSL | 26.94º | 0.99% | 0.39% | - |
| HSV(B) | 26.94º | 0.99% | 0.77% | - |
| XYZ | 26.6 | 19.02 | 2.3 | - |
| YUV | 111.26 | 65.78 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 1 | 0 | 0.55 | 0.99 | 0.23 | 26.94 | 0.99 | 0.39 |
| Hex | C5 | 59 | 1 | 0 | 37 | 63 | 17 | 1B | 63 | 27 |
| Octal | 305 | 131 | 1 | 0 | 67 | 143 | 27 | 33 | 143 | 47 |
| Binary | 11000101 | 1011001 | 1 | 0 | 110111 | 1100011 | 10111 | 11011 | 1100011 | 100111 |
Color Harmonies of #C55901
Complementary color
Monochromatic Colors of #C55901
Black with #C55901
Text Example
Text Example
White with #C55901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55901; }
p { color: rgb(197,89,1); }
H1.HeaderClassName
{
color: #C55901;
}
.AnyTagClassName
{
color: #C55901;
}
</style>
background-color css
<style>
a { background-color: #C55901; }
a { background-color: rgb(197,89,1); }
div.DivClassName
{
background-color: #C55901;
}
.BgClassName
{
background-color: #C55901;
}
</style>
border-color css
<style>
span { border-color: #C55901; }
span { border-color: rgb(197,89,1); }
td.TdClassName
{
border-color: #C55901;
}
.TagClassName
{
border-color: #C55901;
}
</style>