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