Shades of Tenne (Tawny) #CF4F16
Tints of Tenne (Tawny) #CF4F16
RGB
CMYK
RGB Variations
Color information
#CF4F16 (or 0xCF4F16) is known color: Tenne (Tawny). HEX triplet: CF, 4F and 16. RGB value is (207,79,22). Sum of RGB (Red+Green+Blue) = 207+79+22=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4F16 is #30B0E9. Grayscale: #6F6F6F. Windows color (decimal): -3191018 or 1462223. OLE color: 1462223.
HSL color Cylindrical-coordinate representation of color #CF4F16: hue angle of 18.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF4F16 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 22 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.19 |
| HSL | 18.49º | 0.81% | 0.45% | - |
| HSV(B) | 18.49º | 0.89% | 0.81% | - |
| XYZ | 28.67 | 18.92 | 2.9 | - |
| YUV | 110.77 | 77.91 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 22 | 0 | 0.62 | 0.89 | 0.19 | 18.49 | 0.81 | 0.45 |
| Hex | CF | 4F | 16 | 0 | 3E | 59 | 13 | 12 | 51 | 2D |
| Octal | 317 | 117 | 26 | 0 | 76 | 131 | 23 | 22 | 121 | 55 |
| Binary | 11001111 | 1001111 | 10110 | 0 | 111110 | 1011001 | 10011 | 10010 | 1010001 | 101101 |
Color Harmonies of #CF4F16
Complementary color
Monochromatic Colors of #CF4F16
Black with #CF4F16
Text Example
Text Example
White with #CF4F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F16; }
p { color: rgb(207,79,22); }
H1.HeaderClassName
{
color: #CF4F16;
}
.AnyTagClassName
{
color: #CF4F16;
}
</style>
background-color css
<style>
a { background-color: #CF4F16; }
a { background-color: rgb(207,79,22); }
div.DivClassName
{
background-color: #CF4F16;
}
.BgClassName
{
background-color: #CF4F16;
}
</style>
border-color css
<style>
span { border-color: #CF4F16; }
span { border-color: rgb(207,79,22); }
td.TdClassName
{
border-color: #CF4F16;
}
.TagClassName
{
border-color: #CF4F16;
}
</style>