Shades of Tenne (Tawny) #C56F02
Tints of Tenne (Tawny) #C56F02
RGB
CMYK
RGB Variations
Color information
#C56F02 (or 0xC56F02) is known color: Tenne (Tawny). HEX triplet: C5, 6F and 02. RGB value is (197,111,2). Sum of RGB (Red+Green+Blue) = 197+111+2=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F02 is #3A90FD. Grayscale: #7C7C7C. Windows color (decimal): -3838206 or 159685. OLE color: 159685.
HSL color Cylindrical-coordinate representation of color #C56F02: hue angle of 33.54º 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 #C56F02 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.23 |
| HSL | 33.54º | 0.98% | 0.39% | - |
| HSV(B) | 33.54º | 0.99% | 0.77% | - |
| XYZ | 28.72 | 23.24 | 3.03 | - |
| YUV | 124.29 | 58.99 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 2 | 0 | 0.44 | 0.99 | 0.23 | 33.54 | 0.98 | 0.39 |
| Hex | C5 | 6F | 2 | 0 | 2C | 63 | 17 | 22 | 62 | 27 |
| Octal | 305 | 157 | 2 | 0 | 54 | 143 | 27 | 42 | 142 | 47 |
| Binary | 11000101 | 1101111 | 10 | 0 | 101100 | 1100011 | 10111 | 100010 | 1100010 | 100111 |
Color Harmonies of #C56F02
Complementary color
Monochromatic Colors of #C56F02
Black with #C56F02
Text Example
Text Example
White with #C56F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F02; }
p { color: rgb(197,111,2); }
H1.HeaderClassName
{
color: #C56F02;
}
.AnyTagClassName
{
color: #C56F02;
}
</style>
background-color css
<style>
a { background-color: #C56F02; }
a { background-color: rgb(197,111,2); }
div.DivClassName
{
background-color: #C56F02;
}
.BgClassName
{
background-color: #C56F02;
}
</style>
border-color css
<style>
span { border-color: #C56F02; }
span { border-color: rgb(197,111,2); }
td.TdClassName
{
border-color: #C56F02;
}
.TagClassName
{
border-color: #C56F02;
}
</style>