Shades of Tenne (Tawny) #CF4F10
Tints of Tenne (Tawny) #CF4F10
RGB
CMYK
RGB Variations
Color information
#CF4F10 (or 0xCF4F10) is known color: Tenne (Tawny). HEX triplet: CF, 4F and 10. RGB value is (207,79,16). Sum of RGB (Red+Green+Blue) = 207+79+16=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4F10 is #30B0EF. Grayscale: #6E6E6E. Windows color (decimal): -3191024 or 1069007. OLE color: 1069007.
HSL color Cylindrical-coordinate representation of color #CF4F10: hue angle of 19.79º 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 #CF4F10 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 16 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.19 |
| HSL | 19.79º | 0.86% | 0.44% | - |
| HSV(B) | 19.79º | 0.92% | 0.81% | - |
| XYZ | 28.62 | 18.89 | 2.63 | - |
| YUV | 110.09 | 74.91 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 16 | 0 | 0.62 | 0.92 | 0.19 | 19.79 | 0.86 | 0.44 |
| Hex | CF | 4F | 10 | 0 | 3E | 5C | 13 | 14 | 56 | 2C |
| Octal | 317 | 117 | 20 | 0 | 76 | 134 | 23 | 24 | 126 | 54 |
| Binary | 11001111 | 1001111 | 10000 | 0 | 111110 | 1011100 | 10011 | 10100 | 1010110 | 101100 |
Color Harmonies of #CF4F10
Complementary color
Monochromatic Colors of #CF4F10
Black with #CF4F10
Text Example
Text Example
White with #CF4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F10; }
p { color: rgb(207,79,16); }
H1.HeaderClassName
{
color: #CF4F10;
}
.AnyTagClassName
{
color: #CF4F10;
}
</style>
background-color css
<style>
a { background-color: #CF4F10; }
a { background-color: rgb(207,79,16); }
div.DivClassName
{
background-color: #CF4F10;
}
.BgClassName
{
background-color: #CF4F10;
}
</style>
border-color css
<style>
span { border-color: #CF4F10; }
span { border-color: rgb(207,79,16); }
td.TdClassName
{
border-color: #CF4F10;
}
.TagClassName
{
border-color: #CF4F10;
}
</style>