Shades of Tenne (Tawny) #C56501
Tints of Tenne (Tawny) #C56501
RGB
CMYK
RGB Variations
Color information
#C56501 (or 0xC56501) is known color: Tenne (Tawny). HEX triplet: C5, 65 and 01. RGB value is (197,101,1). Sum of RGB (Red+Green+Blue) = 197+101+1=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C56501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56501 is #3A9AFE. Grayscale: #767676. Windows color (decimal): -3840767 or 91589. OLE color: 91589.
HSL color Cylindrical-coordinate representation of color #C56501: hue angle of 30.61º 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 #C56501 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.23 |
| HSL | 30.61º | 0.99% | 0.39% | - |
| HSV(B) | 30.61º | 0.99% | 0.77% | - |
| XYZ | 27.69 | 21.18 | 2.66 | - |
| YUV | 118.3 | 61.8 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 1 | 0 | 0.49 | 0.99 | 0.23 | 30.61 | 0.99 | 0.39 |
| Hex | C5 | 65 | 1 | 0 | 31 | 63 | 17 | 1F | 63 | 27 |
| Octal | 305 | 145 | 1 | 0 | 61 | 143 | 27 | 37 | 143 | 47 |
| Binary | 11000101 | 1100101 | 1 | 0 | 110001 | 1100011 | 10111 | 11111 | 1100011 | 100111 |
Color Harmonies of #C56501
Complementary color
Monochromatic Colors of #C56501
Black with #C56501
Text Example
Text Example
White with #C56501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56501; }
p { color: rgb(197,101,1); }
H1.HeaderClassName
{
color: #C56501;
}
.AnyTagClassName
{
color: #C56501;
}
</style>
background-color css
<style>
a { background-color: #C56501; }
a { background-color: rgb(197,101,1); }
div.DivClassName
{
background-color: #C56501;
}
.BgClassName
{
background-color: #C56501;
}
</style>
border-color css
<style>
span { border-color: #C56501; }
span { border-color: rgb(197,101,1); }
td.TdClassName
{
border-color: #C56501;
}
.TagClassName
{
border-color: #C56501;
}
</style>