Shades of Tenne (Tawny) #C56201
Tints of Tenne (Tawny) #C56201
RGB
CMYK
RGB Variations
Color information
#C56201 (or 0xC56201) is known color: Tenne (Tawny). HEX triplet: C5, 62 and 01. RGB value is (197,98,1). Sum of RGB (Red+Green+Blue) = 197+98+1=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C56201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56201 is #3A9DFE. Grayscale: #757575. Windows color (decimal): -3841535 or 90821. OLE color: 90821.
HSL color Cylindrical-coordinate representation of color #C56201: hue angle of 29.69º 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 #C56201 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.23 |
| HSL | 29.69º | 0.99% | 0.39% | - |
| HSV(B) | 29.69º | 0.99% | 0.77% | - |
| XYZ | 27.4 | 20.61 | 2.56 | - |
| YUV | 116.54 | 62.8 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 1 | 0 | 0.50 | 0.99 | 0.23 | 29.69 | 0.99 | 0.39 |
| Hex | C5 | 62 | 1 | 0 | 32 | 63 | 17 | 1E | 63 | 27 |
| Octal | 305 | 142 | 1 | 0 | 62 | 143 | 27 | 36 | 143 | 47 |
| Binary | 11000101 | 1100010 | 1 | 0 | 110010 | 1100011 | 10111 | 11110 | 1100011 | 100111 |
Color Harmonies of #C56201
Complementary color
Monochromatic Colors of #C56201
Black with #C56201
Text Example
Text Example
White with #C56201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56201; }
p { color: rgb(197,98,1); }
H1.HeaderClassName
{
color: #C56201;
}
.AnyTagClassName
{
color: #C56201;
}
</style>
background-color css
<style>
a { background-color: #C56201; }
a { background-color: rgb(197,98,1); }
div.DivClassName
{
background-color: #C56201;
}
.BgClassName
{
background-color: #C56201;
}
</style>
border-color css
<style>
span { border-color: #C56201; }
span { border-color: rgb(197,98,1); }
td.TdClassName
{
border-color: #C56201;
}
.TagClassName
{
border-color: #C56201;
}
</style>