Shades of Tenne (Tawny) #CF5610
Tints of Tenne (Tawny) #CF5610
RGB
CMYK
RGB Variations
Color information
#CF5610 (or 0xCF5610) is known color: Tenne (Tawny). HEX triplet: CF, 56 and 10. RGB value is (207,86,16). Sum of RGB (Red+Green+Blue) = 207+86+16=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5610 is #30A9EF. Grayscale: #727272. Windows color (decimal): -3189232 or 1070799. OLE color: 1070799.
HSL color Cylindrical-coordinate representation of color #CF5610: hue angle of 21.99º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF5610 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 16 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.19 |
| HSL | 21.99º | 0.86% | 0.44% | - |
| HSV(B) | 21.99º | 0.92% | 0.81% | - |
| XYZ | 29.15 | 19.96 | 2.81 | - |
| YUV | 114.2 | 72.59 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 16 | 0 | 0.58 | 0.92 | 0.19 | 21.99 | 0.86 | 0.44 |
| Hex | CF | 56 | 10 | 0 | 3A | 5C | 13 | 16 | 56 | 2C |
| Octal | 317 | 126 | 20 | 0 | 72 | 134 | 23 | 26 | 126 | 54 |
| Binary | 11001111 | 1010110 | 10000 | 0 | 111010 | 1011100 | 10011 | 10110 | 1010110 | 101100 |
Color Harmonies of #CF5610
Complementary color
Monochromatic Colors of #CF5610
Black with #CF5610
Text Example
Text Example
White with #CF5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5610; }
p { color: rgb(207,86,16); }
H1.HeaderClassName
{
color: #CF5610;
}
.AnyTagClassName
{
color: #CF5610;
}
</style>
background-color css
<style>
a { background-color: #CF5610; }
a { background-color: rgb(207,86,16); }
div.DivClassName
{
background-color: #CF5610;
}
.BgClassName
{
background-color: #CF5610;
}
</style>
border-color css
<style>
span { border-color: #CF5610; }
span { border-color: rgb(207,86,16); }
td.TdClassName
{
border-color: #CF5610;
}
.TagClassName
{
border-color: #CF5610;
}
</style>