Shades of Tenne (Tawny) #CF4E05
Tints of Tenne (Tawny) #CF4E05
RGB
CMYK
RGB Variations
Color information
#CF4E05 (or 0xCF4E05) is known color: Tenne (Tawny). HEX triplet: CF, 4E and 05. RGB value is (207,78,5). Sum of RGB (Red+Green+Blue) = 207+78+5=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4E05 is #30B1FA. Grayscale: #6C6C6C. Windows color (decimal): -3191291 or 347855. OLE color: 347855.
HSL color Cylindrical-coordinate representation of color #CF4E05: hue angle of 21.68º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF4E05 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.19 |
| HSL | 21.68º | 0.95% | 0.42% | - |
| HSV(B) | 21.68º | 0.98% | 0.81% | - |
| XYZ | 28.48 | 18.73 | 2.26 | - |
| YUV | 108.25 | 69.74 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 5 | 0 | 0.62 | 0.98 | 0.19 | 21.68 | 0.95 | 0.42 |
| Hex | CF | 4E | 5 | 0 | 3E | 62 | 13 | 16 | 5F | 2A |
| Octal | 317 | 116 | 5 | 0 | 76 | 142 | 23 | 26 | 137 | 52 |
| Binary | 11001111 | 1001110 | 101 | 0 | 111110 | 1100010 | 10011 | 10110 | 1011111 | 101010 |
Color Harmonies of #CF4E05
Complementary color
Monochromatic Colors of #CF4E05
Black with #CF4E05
Text Example
Text Example
White with #CF4E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E05; }
p { color: rgb(207,78,5); }
H1.HeaderClassName
{
color: #CF4E05;
}
.AnyTagClassName
{
color: #CF4E05;
}
</style>
background-color css
<style>
a { background-color: #CF4E05; }
a { background-color: rgb(207,78,5); }
div.DivClassName
{
background-color: #CF4E05;
}
.BgClassName
{
background-color: #CF4E05;
}
</style>
border-color css
<style>
span { border-color: #CF4E05; }
span { border-color: rgb(207,78,5); }
td.TdClassName
{
border-color: #CF4E05;
}
.TagClassName
{
border-color: #CF4E05;
}
</style>