Shades of Tenne (Tawny) #CF5811
Tints of Tenne (Tawny) #CF5811
RGB
CMYK
RGB Variations
Color information
#CF5811 (or 0xCF5811) is known color: Tenne (Tawny). HEX triplet: CF, 58 and 11. RGB value is (207,88,17). Sum of RGB (Red+Green+Blue) = 207+88+17=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5811 is #30A7EE. Grayscale: #737373. Windows color (decimal): -3188719 or 1136847. OLE color: 1136847.
HSL color Cylindrical-coordinate representation of color #CF5811: hue angle of 22.42º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF5811 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 17 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.19 |
| HSL | 22.42º | 0.85% | 0.44% | - |
| HSV(B) | 22.42º | 0.92% | 0.81% | - |
| XYZ | 29.32 | 20.29 | 2.9 | - |
| YUV | 115.49 | 72.42 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 17 | 0 | 0.57 | 0.92 | 0.19 | 22.42 | 0.85 | 0.44 |
| Hex | CF | 58 | 11 | 0 | 39 | 5C | 13 | 16 | 55 | 2C |
| Octal | 317 | 130 | 21 | 0 | 71 | 134 | 23 | 26 | 125 | 54 |
| Binary | 11001111 | 1011000 | 10001 | 0 | 111001 | 1011100 | 10011 | 10110 | 1010101 | 101100 |
Color Harmonies of #CF5811
Complementary color
Monochromatic Colors of #CF5811
Black with #CF5811
Text Example
Text Example
White with #CF5811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5811; }
p { color: rgb(207,88,17); }
H1.HeaderClassName
{
color: #CF5811;
}
.AnyTagClassName
{
color: #CF5811;
}
</style>
background-color css
<style>
a { background-color: #CF5811; }
a { background-color: rgb(207,88,17); }
div.DivClassName
{
background-color: #CF5811;
}
.BgClassName
{
background-color: #CF5811;
}
</style>
border-color css
<style>
span { border-color: #CF5811; }
span { border-color: rgb(207,88,17); }
td.TdClassName
{
border-color: #CF5811;
}
.TagClassName
{
border-color: #CF5811;
}
</style>