Shades of Tenne (Tawny) #CF4C07
Tints of Tenne (Tawny) #CF4C07
RGB
CMYK
RGB Variations
Color information
#CF4C07 (or 0xCF4C07) is known color: Tenne (Tawny). HEX triplet: CF, 4C and 07. RGB value is (207,76,7). Sum of RGB (Red+Green+Blue) = 207+76+7=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4C07 is #30B3F8. Grayscale: #6B6B6B. Windows color (decimal): -3191801 or 478415. OLE color: 478415.
HSL color Cylindrical-coordinate representation of color #CF4C07: hue angle of 20.7º 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 #CF4C07 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 7 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.19 |
| HSL | 20.7º | 0.93% | 0.42% | - |
| HSV(B) | 20.7º | 0.97% | 0.81% | - |
| XYZ | 28.35 | 18.45 | 2.27 | - |
| YUV | 107.3 | 71.4 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 7 | 0 | 0.63 | 0.97 | 0.19 | 20.7 | 0.93 | 0.42 |
| Hex | CF | 4C | 7 | 0 | 3F | 61 | 13 | 15 | 5D | 2A |
| Octal | 317 | 114 | 7 | 0 | 77 | 141 | 23 | 25 | 135 | 52 |
| Binary | 11001111 | 1001100 | 111 | 0 | 111111 | 1100001 | 10011 | 10101 | 1011101 | 101010 |
Color Harmonies of #CF4C07
Complementary color
Monochromatic Colors of #CF4C07
Black with #CF4C07
Text Example
Text Example
White with #CF4C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C07; }
p { color: rgb(207,76,7); }
H1.HeaderClassName
{
color: #CF4C07;
}
.AnyTagClassName
{
color: #CF4C07;
}
</style>
background-color css
<style>
a { background-color: #CF4C07; }
a { background-color: rgb(207,76,7); }
div.DivClassName
{
background-color: #CF4C07;
}
.BgClassName
{
background-color: #CF4C07;
}
</style>
border-color css
<style>
span { border-color: #CF4C07; }
span { border-color: rgb(207,76,7); }
td.TdClassName
{
border-color: #CF4C07;
}
.TagClassName
{
border-color: #CF4C07;
}
</style>