Shades of Tenne (Tawny) #CF4807
Tints of Tenne (Tawny) #CF4807
RGB
CMYK
RGB Variations
Color information
#CF4807 (or 0xCF4807) is known color: Tenne (Tawny). HEX triplet: CF, 48 and 07. RGB value is (207,72,7). Sum of RGB (Red+Green+Blue) = 207+72+7=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4807 is #30B7F8. Grayscale: #696969. Windows color (decimal): -3192825 or 477391. OLE color: 477391.
HSL color Cylindrical-coordinate representation of color #CF4807: hue angle of 19.5º 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 #CF4807 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.19 |
| HSL | 19.5º | 0.93% | 0.42% | - |
| HSV(B) | 19.5º | 0.97% | 0.81% | - |
| XYZ | 28.09 | 17.92 | 2.18 | - |
| YUV | 104.96 | 72.73 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 7 | 0 | 0.65 | 0.97 | 0.19 | 19.5 | 0.93 | 0.42 |
| Hex | CF | 48 | 7 | 0 | 41 | 61 | 13 | 14 | 5D | 2A |
| Octal | 317 | 110 | 7 | 0 | 101 | 141 | 23 | 24 | 135 | 52 |
| Binary | 11001111 | 1001000 | 111 | 0 | 1000001 | 1100001 | 10011 | 10100 | 1011101 | 101010 |
Color Harmonies of #CF4807
Complementary color
Monochromatic Colors of #CF4807
Black with #CF4807
Text Example
Text Example
White with #CF4807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4807; }
p { color: rgb(207,72,7); }
H1.HeaderClassName
{
color: #CF4807;
}
.AnyTagClassName
{
color: #CF4807;
}
</style>
background-color css
<style>
a { background-color: #CF4807; }
a { background-color: rgb(207,72,7); }
div.DivClassName
{
background-color: #CF4807;
}
.BgClassName
{
background-color: #CF4807;
}
</style>
border-color css
<style>
span { border-color: #CF4807; }
span { border-color: rgb(207,72,7); }
td.TdClassName
{
border-color: #CF4807;
}
.TagClassName
{
border-color: #CF4807;
}
</style>