Shades of Tenne (Tawny) #CF4F00
Tints of Tenne (Tawny) #CF4F00
RGB
CMYK
RGB Variations
Color information
#CF4F00 (or 0xCF4F00) is known color: Tenne (Tawny). HEX triplet: CF, 4F and 00. RGB value is (207,79,0). Sum of RGB (Red+Green+Blue) = 207+79+0=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4F00 is #30B0FF. Grayscale: #6C6C6C. Windows color (decimal): -3191040 or 20431. OLE color: 20431.
HSL color Cylindrical-coordinate representation of color #CF4F00: hue angle of 22.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF4F00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.19 |
| HSL | 22.9º | 1% | 0.41% | - |
| HSV(B) | 22.9º | 1% | 0.81% | - |
| XYZ | 28.53 | 18.86 | 2.14 | - |
| YUV | 108.27 | 66.91 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 0 | 0 | 0.62 | 1 | 0.19 | 22.9 | 1 | 0.41 |
| Hex | CF | 4F | 0 | 0 | 3E | 64 | 13 | 17 | 64 | 29 |
| Octal | 317 | 117 | 0 | 0 | 76 | 144 | 23 | 27 | 144 | 51 |
| Binary | 11001111 | 1001111 | 0 | 0 | 111110 | 1100100 | 10011 | 10111 | 1100100 | 101001 |
Color Harmonies of #CF4F00
Complementary color
Monochromatic Colors of #CF4F00
Black with #CF4F00
Text Example
Text Example
White with #CF4F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F00; }
p { color: rgb(207,79,0); }
H1.HeaderClassName
{
color: #CF4F00;
}
.AnyTagClassName
{
color: #CF4F00;
}
</style>
background-color css
<style>
a { background-color: #CF4F00; }
a { background-color: rgb(207,79,0); }
div.DivClassName
{
background-color: #CF4F00;
}
.BgClassName
{
background-color: #CF4F00;
}
</style>
border-color css
<style>
span { border-color: #CF4F00; }
span { border-color: rgb(207,79,0); }
td.TdClassName
{
border-color: #CF4F00;
}
.TagClassName
{
border-color: #CF4F00;
}
</style>