Shades of Tenne (Tawny) #CF4707
Tints of Tenne (Tawny) #CF4707
RGB
CMYK
RGB Variations
Color information
#CF4707 (or 0xCF4707) is known color: Tenne (Tawny). HEX triplet: CF, 47 and 07. RGB value is (207,71,7). Sum of RGB (Red+Green+Blue) = 207+71+7=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4707 is #30B8F8. Grayscale: #686868. Windows color (decimal): -3193081 or 477135. OLE color: 477135.
HSL color Cylindrical-coordinate representation of color #CF4707: hue angle of 19.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF4707 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 7 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.19 |
| HSL | 19.2º | 0.93% | 0.42% | - |
| HSV(B) | 19.2º | 0.97% | 0.81% | - |
| XYZ | 28.02 | 17.79 | 2.16 | - |
| YUV | 104.37 | 73.06 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 7 | 0 | 0.66 | 0.97 | 0.19 | 19.2 | 0.93 | 0.42 |
| Hex | CF | 47 | 7 | 0 | 42 | 61 | 13 | 13 | 5D | 2A |
| Octal | 317 | 107 | 7 | 0 | 102 | 141 | 23 | 23 | 135 | 52 |
| Binary | 11001111 | 1000111 | 111 | 0 | 1000010 | 1100001 | 10011 | 10011 | 1011101 | 101010 |
Color Harmonies of #CF4707
Complementary color
Monochromatic Colors of #CF4707
Black with #CF4707
Text Example
Text Example
White with #CF4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4707; }
p { color: rgb(207,71,7); }
H1.HeaderClassName
{
color: #CF4707;
}
.AnyTagClassName
{
color: #CF4707;
}
</style>
background-color css
<style>
a { background-color: #CF4707; }
a { background-color: rgb(207,71,7); }
div.DivClassName
{
background-color: #CF4707;
}
.BgClassName
{
background-color: #CF4707;
}
</style>
border-color css
<style>
span { border-color: #CF4707; }
span { border-color: rgb(207,71,7); }
td.TdClassName
{
border-color: #CF4707;
}
.TagClassName
{
border-color: #CF4707;
}
</style>