Shades of Tenne (Tawny) #CF4E08
Tints of Tenne (Tawny) #CF4E08
RGB
CMYK
RGB Variations
Color information
#CF4E08 (or 0xCF4E08) is known color: Tenne (Tawny). HEX triplet: CF, 4E and 08. RGB value is (207,78,8). Sum of RGB (Red+Green+Blue) = 207+78+8=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4E08 is #30B1F7. Grayscale: #6C6C6C. Windows color (decimal): -3191288 or 544463. OLE color: 544463.
HSL color Cylindrical-coordinate representation of color #CF4E08: hue angle of 21.11º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF4E08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.19 |
| HSL | 21.11º | 0.93% | 0.42% | - |
| HSV(B) | 21.11º | 0.96% | 0.81% | - |
| XYZ | 28.5 | 18.73 | 2.34 | - |
| YUV | 108.59 | 71.24 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 8 | 0 | 0.62 | 0.96 | 0.19 | 21.11 | 0.93 | 0.42 |
| Hex | CF | 4E | 8 | 0 | 3E | 60 | 13 | 15 | 5D | 2A |
| Octal | 317 | 116 | 10 | 0 | 76 | 140 | 23 | 25 | 135 | 52 |
| Binary | 11001111 | 1001110 | 1000 | 0 | 111110 | 1100000 | 10011 | 10101 | 1011101 | 101010 |
Color Harmonies of #CF4E08
Complementary color
Monochromatic Colors of #CF4E08
Black with #CF4E08
Text Example
Text Example
White with #CF4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E08; }
p { color: rgb(207,78,8); }
H1.HeaderClassName
{
color: #CF4E08;
}
.AnyTagClassName
{
color: #CF4E08;
}
</style>
background-color css
<style>
a { background-color: #CF4E08; }
a { background-color: rgb(207,78,8); }
div.DivClassName
{
background-color: #CF4E08;
}
.BgClassName
{
background-color: #CF4E08;
}
</style>
border-color css
<style>
span { border-color: #CF4E08; }
span { border-color: rgb(207,78,8); }
td.TdClassName
{
border-color: #CF4E08;
}
.TagClassName
{
border-color: #CF4E08;
}
</style>