Shades of Tenne (Tawny) #C56002
Tints of Tenne (Tawny) #C56002
RGB
CMYK
RGB Variations
Color information
#C56002 (or 0xC56002) is known color: Tenne (Tawny). HEX triplet: C5, 60 and 02. RGB value is (197,96,2). Sum of RGB (Red+Green+Blue) = 197+96+2=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C56002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56002 is #3A9FFD. Grayscale: #737373. Windows color (decimal): -3842046 or 155845. OLE color: 155845.
HSL color Cylindrical-coordinate representation of color #C56002: hue angle of 28.92º 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 #C56002 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.23 |
| HSL | 28.92º | 0.98% | 0.39% | - |
| HSV(B) | 28.92º | 0.99% | 0.77% | - |
| XYZ | 27.22 | 20.24 | 2.53 | - |
| YUV | 115.48 | 63.96 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 2 | 0 | 0.51 | 0.99 | 0.23 | 28.92 | 0.98 | 0.39 |
| Hex | C5 | 60 | 2 | 0 | 33 | 63 | 17 | 1D | 62 | 27 |
| Octal | 305 | 140 | 2 | 0 | 63 | 143 | 27 | 35 | 142 | 47 |
| Binary | 11000101 | 1100000 | 10 | 0 | 110011 | 1100011 | 10111 | 11101 | 1100010 | 100111 |
Color Harmonies of #C56002
Complementary color
Monochromatic Colors of #C56002
Black with #C56002
Text Example
Text Example
White with #C56002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56002; }
p { color: rgb(197,96,2); }
H1.HeaderClassName
{
color: #C56002;
}
.AnyTagClassName
{
color: #C56002;
}
</style>
background-color css
<style>
a { background-color: #C56002; }
a { background-color: rgb(197,96,2); }
div.DivClassName
{
background-color: #C56002;
}
.BgClassName
{
background-color: #C56002;
}
</style>
border-color css
<style>
span { border-color: #C56002; }
span { border-color: rgb(197,96,2); }
td.TdClassName
{
border-color: #C56002;
}
.TagClassName
{
border-color: #C56002;
}
</style>