Shades of Tenne (Tawny) #C56402
Tints of Tenne (Tawny) #C56402
RGB
CMYK
RGB Variations
Color information
#C56402 (or 0xC56402) is known color: Tenne (Tawny). HEX triplet: C5, 64 and 02. RGB value is (197,100,2). Sum of RGB (Red+Green+Blue) = 197+100+2=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C56402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56402 is #3A9BFD. Grayscale: #767676. Windows color (decimal): -3841022 or 156869. OLE color: 156869.
HSL color Cylindrical-coordinate representation of color #C56402: hue angle of 30.15º 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 #C56402 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.23 |
| HSL | 30.15º | 0.98% | 0.39% | - |
| HSV(B) | 30.15º | 0.99% | 0.77% | - |
| XYZ | 27.59 | 20.99 | 2.65 | - |
| YUV | 117.83 | 62.64 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 2 | 0 | 0.49 | 0.99 | 0.23 | 30.15 | 0.98 | 0.39 |
| Hex | C5 | 64 | 2 | 0 | 31 | 63 | 17 | 1E | 62 | 27 |
| Octal | 305 | 144 | 2 | 0 | 61 | 143 | 27 | 36 | 142 | 47 |
| Binary | 11000101 | 1100100 | 10 | 0 | 110001 | 1100011 | 10111 | 11110 | 1100010 | 100111 |
Color Harmonies of #C56402
Complementary color
Monochromatic Colors of #C56402
Black with #C56402
Text Example
Text Example
White with #C56402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56402; }
p { color: rgb(197,100,2); }
H1.HeaderClassName
{
color: #C56402;
}
.AnyTagClassName
{
color: #C56402;
}
</style>
background-color css
<style>
a { background-color: #C56402; }
a { background-color: rgb(197,100,2); }
div.DivClassName
{
background-color: #C56402;
}
.BgClassName
{
background-color: #C56402;
}
</style>
border-color css
<style>
span { border-color: #C56402; }
span { border-color: rgb(197,100,2); }
td.TdClassName
{
border-color: #C56402;
}
.TagClassName
{
border-color: #C56402;
}
</style>