Shades of Tenne (Tawny) #C56605
Tints of Tenne (Tawny) #C56605
RGB
CMYK
RGB Variations
Color information
#C56605 (or 0xC56605) is known color: Tenne (Tawny). HEX triplet: C5, 66 and 05. RGB value is (197,102,5). Sum of RGB (Red+Green+Blue) = 197+102+5=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C56605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56605 is #3A99FA. Grayscale: #777777. Windows color (decimal): -3840507 or 353989. OLE color: 353989.
HSL color Cylindrical-coordinate representation of color #C56605: hue angle of 30.31º 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 #C56605 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 5 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.23 |
| HSL | 30.31º | 0.95% | 0.4% | - |
| HSV(B) | 30.31º | 0.97% | 0.77% | - |
| XYZ | 27.8 | 21.38 | 2.81 | - |
| YUV | 119.35 | 63.47 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 5 | 0 | 0.48 | 0.97 | 0.23 | 30.31 | 0.95 | 0.4 |
| Hex | C5 | 66 | 5 | 0 | 30 | 61 | 17 | 1E | 5F | 28 |
| Octal | 305 | 146 | 5 | 0 | 60 | 141 | 27 | 36 | 137 | 50 |
| Binary | 11000101 | 1100110 | 101 | 0 | 110000 | 1100001 | 10111 | 11110 | 1011111 | 101000 |
Color Harmonies of #C56605
Complementary color
Monochromatic Colors of #C56605
Black with #C56605
Text Example
Text Example
White with #C56605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56605; }
p { color: rgb(197,102,5); }
H1.HeaderClassName
{
color: #C56605;
}
.AnyTagClassName
{
color: #C56605;
}
</style>
background-color css
<style>
a { background-color: #C56605; }
a { background-color: rgb(197,102,5); }
div.DivClassName
{
background-color: #C56605;
}
.BgClassName
{
background-color: #C56605;
}
</style>
border-color css
<style>
span { border-color: #C56605; }
span { border-color: rgb(197,102,5); }
td.TdClassName
{
border-color: #C56605;
}
.TagClassName
{
border-color: #C56605;
}
</style>