Shades of Tenne (Tawny) #CF4E00
Tints of Tenne (Tawny) #CF4E00
RGB
CMYK
RGB Variations
Color information
#CF4E00 (or 0xCF4E00) is known color: Tenne (Tawny). HEX triplet: CF, 4E and 00. RGB value is (207,78,0). Sum of RGB (Red+Green+Blue) = 207+78+0=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4E00 is #30B1FF. Grayscale: #6C6C6C. Windows color (decimal): -3191296 or 20175. OLE color: 20175.
HSL color Cylindrical-coordinate representation of color #CF4E00: hue angle of 22.61º 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 #CF4E00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.19 |
| HSL | 22.61º | 1% | 0.41% | - |
| HSV(B) | 22.61º | 1% | 0.81% | - |
| XYZ | 28.46 | 18.71 | 2.11 | - |
| YUV | 107.68 | 67.24 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 0 | 0 | 0.62 | 1 | 0.19 | 22.61 | 1 | 0.41 |
| Hex | CF | 4E | 0 | 0 | 3E | 64 | 13 | 17 | 64 | 29 |
| Octal | 317 | 116 | 0 | 0 | 76 | 144 | 23 | 27 | 144 | 51 |
| Binary | 11001111 | 1001110 | 0 | 0 | 111110 | 1100100 | 10011 | 10111 | 1100100 | 101001 |
Color Harmonies of #CF4E00
Complementary color
Monochromatic Colors of #CF4E00
Black with #CF4E00
Text Example
Text Example
White with #CF4E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E00; }
p { color: rgb(207,78,0); }
H1.HeaderClassName
{
color: #CF4E00;
}
.AnyTagClassName
{
color: #CF4E00;
}
</style>
background-color css
<style>
a { background-color: #CF4E00; }
a { background-color: rgb(207,78,0); }
div.DivClassName
{
background-color: #CF4E00;
}
.BgClassName
{
background-color: #CF4E00;
}
</style>
border-color css
<style>
span { border-color: #CF4E00; }
span { border-color: rgb(207,78,0); }
td.TdClassName
{
border-color: #CF4E00;
}
.TagClassName
{
border-color: #CF4E00;
}
</style>