Shades of Tenne (Tawny) #C56F05
Tints of Tenne (Tawny) #C56F05
RGB
CMYK
RGB Variations
Color information
#C56F05 (or 0xC56F05) is known color: Tenne (Tawny). HEX triplet: C5, 6F and 05. RGB value is (197,111,5). Sum of RGB (Red+Green+Blue) = 197+111+5=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F05 is #3A90FA. Grayscale: #7D7D7D. Windows color (decimal): -3838203 or 356293. OLE color: 356293.
HSL color Cylindrical-coordinate representation of color #C56F05: hue angle of 33.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C56F05 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 5 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.23 |
| HSL | 33.13º | 0.95% | 0.4% | - |
| HSV(B) | 33.13º | 0.97% | 0.77% | - |
| XYZ | 28.74 | 23.25 | 3.12 | - |
| YUV | 124.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 5 | 0 | 0.44 | 0.97 | 0.23 | 33.13 | 0.95 | 0.4 |
| Hex | C5 | 6F | 5 | 0 | 2C | 61 | 17 | 21 | 5F | 28 |
| Octal | 305 | 157 | 5 | 0 | 54 | 141 | 27 | 41 | 137 | 50 |
| Binary | 11000101 | 1101111 | 101 | 0 | 101100 | 1100001 | 10111 | 100001 | 1011111 | 101000 |
Color Harmonies of #C56F05
Complementary color
Monochromatic Colors of #C56F05
Black with #C56F05
Text Example
Text Example
White with #C56F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F05; }
p { color: rgb(197,111,5); }
H1.HeaderClassName
{
color: #C56F05;
}
.AnyTagClassName
{
color: #C56F05;
}
</style>
background-color css
<style>
a { background-color: #C56F05; }
a { background-color: rgb(197,111,5); }
div.DivClassName
{
background-color: #C56F05;
}
.BgClassName
{
background-color: #C56F05;
}
</style>
border-color css
<style>
span { border-color: #C56F05; }
span { border-color: rgb(197,111,5); }
td.TdClassName
{
border-color: #C56F05;
}
.TagClassName
{
border-color: #C56F05;
}
</style>