Shades of Tenne (Tawny) #CF5705
Tints of Tenne (Tawny) #CF5705
RGB
CMYK
RGB Variations
Color information
#CF5705 (or 0xCF5705) is known color: Tenne (Tawny). HEX triplet: CF, 57 and 05. RGB value is (207,87,5). Sum of RGB (Red+Green+Blue) = 207+87+5=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5705 is #30A8FA. Grayscale: #717171. Windows color (decimal): -3188987 or 350159. OLE color: 350159.
HSL color Cylindrical-coordinate representation of color #CF5705: hue angle of 24.36º 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 #CF5705 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.19 |
| HSL | 24.36º | 0.95% | 0.42% | - |
| HSV(B) | 24.36º | 0.98% | 0.81% | - |
| XYZ | 29.17 | 20.09 | 2.48 | - |
| YUV | 113.53 | 66.76 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 5 | 0 | 0.58 | 0.98 | 0.19 | 24.36 | 0.95 | 0.42 |
| Hex | CF | 57 | 5 | 0 | 3A | 62 | 13 | 18 | 5F | 2A |
| Octal | 317 | 127 | 5 | 0 | 72 | 142 | 23 | 30 | 137 | 52 |
| Binary | 11001111 | 1010111 | 101 | 0 | 111010 | 1100010 | 10011 | 11000 | 1011111 | 101010 |
Color Harmonies of #CF5705
Complementary color
Monochromatic Colors of #CF5705
Black with #CF5705
Text Example
Text Example
White with #CF5705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5705; }
p { color: rgb(207,87,5); }
H1.HeaderClassName
{
color: #CF5705;
}
.AnyTagClassName
{
color: #CF5705;
}
</style>
background-color css
<style>
a { background-color: #CF5705; }
a { background-color: rgb(207,87,5); }
div.DivClassName
{
background-color: #CF5705;
}
.BgClassName
{
background-color: #CF5705;
}
</style>
border-color css
<style>
span { border-color: #CF5705; }
span { border-color: rgb(207,87,5); }
td.TdClassName
{
border-color: #CF5705;
}
.TagClassName
{
border-color: #CF5705;
}
</style>