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