Shades of Tenne (Tawny) #C55001
Tints of Tenne (Tawny) #C55001
RGB
CMYK
RGB Variations
Color information
#C55001 (or 0xC55001) is known color: Tenne (Tawny). HEX triplet: C5, 50 and 01. RGB value is (197,80,1). Sum of RGB (Red+Green+Blue) = 197+80+1=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C55001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55001 is #3AAFFE. Grayscale: #6A6A6A. Windows color (decimal): -3846143 or 86213. OLE color: 86213.
HSL color Cylindrical-coordinate representation of color #C55001: hue angle of 24.18º 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 #C55001 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.23 |
| HSL | 24.18º | 0.99% | 0.39% | - |
| HSV(B) | 24.18º | 0.99% | 0.77% | - |
| XYZ | 25.9 | 17.61 | 2.06 | - |
| YUV | 105.98 | 68.76 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 1 | 0 | 0.59 | 0.99 | 0.23 | 24.18 | 0.99 | 0.39 |
| Hex | C5 | 50 | 1 | 0 | 3B | 63 | 17 | 18 | 63 | 27 |
| Octal | 305 | 120 | 1 | 0 | 73 | 143 | 27 | 30 | 143 | 47 |
| Binary | 11000101 | 1010000 | 1 | 0 | 111011 | 1100011 | 10111 | 11000 | 1100011 | 100111 |
Color Harmonies of #C55001
Complementary color
Monochromatic Colors of #C55001
Black with #C55001
Text Example
Text Example
White with #C55001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55001; }
p { color: rgb(197,80,1); }
H1.HeaderClassName
{
color: #C55001;
}
.AnyTagClassName
{
color: #C55001;
}
</style>
background-color css
<style>
a { background-color: #C55001; }
a { background-color: rgb(197,80,1); }
div.DivClassName
{
background-color: #C55001;
}
.BgClassName
{
background-color: #C55001;
}
</style>
border-color css
<style>
span { border-color: #C55001; }
span { border-color: rgb(197,80,1); }
td.TdClassName
{
border-color: #C55001;
}
.TagClassName
{
border-color: #C55001;
}
</style>