Shades of Tenne (Tawny) #C55601
Tints of Tenne (Tawny) #C55601
RGB
CMYK
RGB Variations
Color information
#C55601 (or 0xC55601) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 01. RGB value is (197,86,1). Sum of RGB (Red+Green+Blue) = 197+86+1=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C55601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55601 is #3AA9FE. Grayscale: #6D6D6D. Windows color (decimal): -3844607 or 87749. OLE color: 87749.
HSL color Cylindrical-coordinate representation of color #C55601: hue angle of 26.02º 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 #C55601 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.23 |
| HSL | 26.02º | 0.99% | 0.39% | - |
| HSV(B) | 26.02º | 0.99% | 0.77% | - |
| XYZ | 26.36 | 18.53 | 2.22 | - |
| YUV | 109.5 | 66.77 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 1 | 0 | 0.56 | 0.99 | 0.23 | 26.02 | 0.99 | 0.39 |
| Hex | C5 | 56 | 1 | 0 | 38 | 63 | 17 | 1A | 63 | 27 |
| Octal | 305 | 126 | 1 | 0 | 70 | 143 | 27 | 32 | 143 | 47 |
| Binary | 11000101 | 1010110 | 1 | 0 | 111000 | 1100011 | 10111 | 11010 | 1100011 | 100111 |
Color Harmonies of #C55601
Complementary color
Monochromatic Colors of #C55601
Black with #C55601
Text Example
Text Example
White with #C55601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55601; }
p { color: rgb(197,86,1); }
H1.HeaderClassName
{
color: #C55601;
}
.AnyTagClassName
{
color: #C55601;
}
</style>
background-color css
<style>
a { background-color: #C55601; }
a { background-color: rgb(197,86,1); }
div.DivClassName
{
background-color: #C55601;
}
.BgClassName
{
background-color: #C55601;
}
</style>
border-color css
<style>
span { border-color: #C55601; }
span { border-color: rgb(197,86,1); }
td.TdClassName
{
border-color: #C55601;
}
.TagClassName
{
border-color: #C55601;
}
</style>