Shades of Tenne (Tawny) #C56C04
Tints of Tenne (Tawny) #C56C04
RGB
CMYK
RGB Variations
Color information
#C56C04 (or 0xC56C04) is known color: Tenne (Tawny). HEX triplet: C5, 6C and 04. RGB value is (197,108,4). Sum of RGB (Red+Green+Blue) = 197+108+4=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56C04 is #3A93FB. Grayscale: #7B7B7B. Windows color (decimal): -3838972 or 289989. OLE color: 289989.
HSL color Cylindrical-coordinate representation of color #C56C04: hue angle of 32.33º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C56C04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.23 |
| HSL | 32.33º | 0.96% | 0.39% | - |
| HSV(B) | 32.33º | 0.98% | 0.77% | - |
| XYZ | 28.41 | 22.6 | 2.98 | - |
| YUV | 122.76 | 60.99 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 4 | 0 | 0.45 | 0.98 | 0.23 | 32.33 | 0.96 | 0.39 |
| Hex | C5 | 6C | 4 | 0 | 2D | 62 | 17 | 20 | 60 | 27 |
| Octal | 305 | 154 | 4 | 0 | 55 | 142 | 27 | 40 | 140 | 47 |
| Binary | 11000101 | 1101100 | 100 | 0 | 101101 | 1100010 | 10111 | 100000 | 1100000 | 100111 |
Color Harmonies of #C56C04
Complementary color
Monochromatic Colors of #C56C04
Black with #C56C04
Text Example
Text Example
White with #C56C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C04; }
p { color: rgb(197,108,4); }
H1.HeaderClassName
{
color: #C56C04;
}
.AnyTagClassName
{
color: #C56C04;
}
</style>
background-color css
<style>
a { background-color: #C56C04; }
a { background-color: rgb(197,108,4); }
div.DivClassName
{
background-color: #C56C04;
}
.BgClassName
{
background-color: #C56C04;
}
</style>
border-color css
<style>
span { border-color: #C56C04; }
span { border-color: rgb(197,108,4); }
td.TdClassName
{
border-color: #C56C04;
}
.TagClassName
{
border-color: #C56C04;
}
</style>