Shades of Tenne (Tawny) #CF5011
Tints of Tenne (Tawny) #CF5011
RGB
CMYK
RGB Variations
Color information
#CF5011 (or 0xCF5011) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 11. RGB value is (207,80,17). Sum of RGB (Red+Green+Blue) = 207+80+17=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5011 is #30AFEE. Grayscale: #6F6F6F. Windows color (decimal): -3190767 or 1134799. OLE color: 1134799.
HSL color Cylindrical-coordinate representation of color #CF5011: hue angle of 19.89º degrees, saturation: 0.85, 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 #CF5011 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 17 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.19 |
| HSL | 19.89º | 0.85% | 0.44% | - |
| HSV(B) | 19.89º | 0.92% | 0.81% | - |
| XYZ | 28.7 | 19.04 | 2.69 | - |
| YUV | 110.79 | 75.08 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 17 | 0 | 0.61 | 0.92 | 0.19 | 19.89 | 0.85 | 0.44 |
| Hex | CF | 50 | 11 | 0 | 3D | 5C | 13 | 14 | 55 | 2C |
| Octal | 317 | 120 | 21 | 0 | 75 | 134 | 23 | 24 | 125 | 54 |
| Binary | 11001111 | 1010000 | 10001 | 0 | 111101 | 1011100 | 10011 | 10100 | 1010101 | 101100 |
Color Harmonies of #CF5011
Complementary color
Monochromatic Colors of #CF5011
Black with #CF5011
Text Example
Text Example
White with #CF5011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5011; }
p { color: rgb(207,80,17); }
H1.HeaderClassName
{
color: #CF5011;
}
.AnyTagClassName
{
color: #CF5011;
}
</style>
background-color css
<style>
a { background-color: #CF5011; }
a { background-color: rgb(207,80,17); }
div.DivClassName
{
background-color: #CF5011;
}
.BgClassName
{
background-color: #CF5011;
}
</style>
border-color css
<style>
span { border-color: #CF5011; }
span { border-color: rgb(207,80,17); }
td.TdClassName
{
border-color: #CF5011;
}
.TagClassName
{
border-color: #CF5011;
}
</style>