Shades of Tenne (Tawny) #C56902
Tints of Tenne (Tawny) #C56902
RGB
CMYK
RGB Variations
Color information
#C56902 (or 0xC56902) is known color: Tenne (Tawny). HEX triplet: C5, 69 and 02. RGB value is (197,105,2). Sum of RGB (Red+Green+Blue) = 197+105+2=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C56902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56902 is #3A96FD. Grayscale: #797979. Windows color (decimal): -3839742 or 158149. OLE color: 158149.
HSL color Cylindrical-coordinate representation of color #C56902: hue angle of 31.69º degrees, saturation: 0.98, 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 #C56902 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.23 |
| HSL | 31.69º | 0.98% | 0.39% | - |
| HSV(B) | 31.69º | 0.99% | 0.77% | - |
| XYZ | 28.09 | 21.98 | 2.82 | - |
| YUV | 120.77 | 60.98 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 2 | 0 | 0.47 | 0.99 | 0.23 | 31.69 | 0.98 | 0.39 |
| Hex | C5 | 69 | 2 | 0 | 2F | 63 | 17 | 20 | 62 | 27 |
| Octal | 305 | 151 | 2 | 0 | 57 | 143 | 27 | 40 | 142 | 47 |
| Binary | 11000101 | 1101001 | 10 | 0 | 101111 | 1100011 | 10111 | 100000 | 1100010 | 100111 |
Color Harmonies of #C56902
Complementary color
Monochromatic Colors of #C56902
Black with #C56902
Text Example
Text Example
White with #C56902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56902; }
p { color: rgb(197,105,2); }
H1.HeaderClassName
{
color: #C56902;
}
.AnyTagClassName
{
color: #C56902;
}
</style>
background-color css
<style>
a { background-color: #C56902; }
a { background-color: rgb(197,105,2); }
div.DivClassName
{
background-color: #C56902;
}
.BgClassName
{
background-color: #C56902;
}
</style>
border-color css
<style>
span { border-color: #C56902; }
span { border-color: rgb(197,105,2); }
td.TdClassName
{
border-color: #C56902;
}
.TagClassName
{
border-color: #C56902;
}
</style>