Shades of Tenne (Tawny) #CF4E04
Tints of Tenne (Tawny) #CF4E04
RGB
CMYK
RGB Variations
Color information
#CF4E04 (or 0xCF4E04) is known color: Tenne (Tawny). HEX triplet: CF, 4E and 04. RGB value is (207,78,4). Sum of RGB (Red+Green+Blue) = 207+78+4=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4E04 is #30B1FB. Grayscale: #6C6C6C. Windows color (decimal): -3191292 or 282319. OLE color: 282319.
HSL color Cylindrical-coordinate representation of color #CF4E04: hue angle of 21.87º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF4E04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.19 |
| HSL | 21.87º | 0.96% | 0.41% | - |
| HSV(B) | 21.87º | 0.98% | 0.81% | - |
| XYZ | 28.48 | 18.72 | 2.23 | - |
| YUV | 108.14 | 69.24 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 4 | 0 | 0.62 | 0.98 | 0.19 | 21.87 | 0.96 | 0.41 |
| Hex | CF | 4E | 4 | 0 | 3E | 62 | 13 | 16 | 60 | 29 |
| Octal | 317 | 116 | 4 | 0 | 76 | 142 | 23 | 26 | 140 | 51 |
| Binary | 11001111 | 1001110 | 100 | 0 | 111110 | 1100010 | 10011 | 10110 | 1100000 | 101001 |
Color Harmonies of #CF4E04
Complementary color
Monochromatic Colors of #CF4E04
Black with #CF4E04
Text Example
Text Example
White with #CF4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E04; }
p { color: rgb(207,78,4); }
H1.HeaderClassName
{
color: #CF4E04;
}
.AnyTagClassName
{
color: #CF4E04;
}
</style>
background-color css
<style>
a { background-color: #CF4E04; }
a { background-color: rgb(207,78,4); }
div.DivClassName
{
background-color: #CF4E04;
}
.BgClassName
{
background-color: #CF4E04;
}
</style>
border-color css
<style>
span { border-color: #CF4E04; }
span { border-color: rgb(207,78,4); }
td.TdClassName
{
border-color: #CF4E04;
}
.TagClassName
{
border-color: #CF4E04;
}
</style>