Shades of Tenne (Tawny) #CF4605
Tints of Tenne (Tawny) #CF4605
RGB
CMYK
RGB Variations
Color information
#CF4605 (or 0xCF4605) is known color: Tenne (Tawny). HEX triplet: CF, 46 and 05. RGB value is (207,70,5). Sum of RGB (Red+Green+Blue) = 207+70+5=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4605 is #30B9FA. Grayscale: #676767. Windows color (decimal): -3193339 or 345807. OLE color: 345807.
HSL color Cylindrical-coordinate representation of color #CF4605: hue angle of 19.31º 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 #CF4605 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.19 |
| HSL | 19.31º | 0.95% | 0.42% | - |
| HSV(B) | 19.31º | 0.98% | 0.81% | - |
| XYZ | 27.95 | 17.66 | 2.08 | - |
| YUV | 103.55 | 72.39 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 5 | 0 | 0.66 | 0.98 | 0.19 | 19.31 | 0.95 | 0.42 |
| Hex | CF | 46 | 5 | 0 | 42 | 62 | 13 | 13 | 5F | 2A |
| Octal | 317 | 106 | 5 | 0 | 102 | 142 | 23 | 23 | 137 | 52 |
| Binary | 11001111 | 1000110 | 101 | 0 | 1000010 | 1100010 | 10011 | 10011 | 1011111 | 101010 |
Color Harmonies of #CF4605
Complementary color
Monochromatic Colors of #CF4605
Black with #CF4605
Text Example
Text Example
White with #CF4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4605; }
p { color: rgb(207,70,5); }
H1.HeaderClassName
{
color: #CF4605;
}
.AnyTagClassName
{
color: #CF4605;
}
</style>
background-color css
<style>
a { background-color: #CF4605; }
a { background-color: rgb(207,70,5); }
div.DivClassName
{
background-color: #CF4605;
}
.BgClassName
{
background-color: #CF4605;
}
</style>
border-color css
<style>
span { border-color: #CF4605; }
span { border-color: rgb(207,70,5); }
td.TdClassName
{
border-color: #CF4605;
}
.TagClassName
{
border-color: #CF4605;
}
</style>