Shades of Tenne (Tawny) #CF5211
Tints of Tenne (Tawny) #CF5211
RGB
CMYK
RGB Variations
Color information
#CF5211 (or 0xCF5211) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 11. RGB value is (207,82,17). Sum of RGB (Red+Green+Blue) = 207+82+17=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5211 is #30ADEE. Grayscale: #707070. Windows color (decimal): -3190255 or 1135311. OLE color: 1135311.
HSL color Cylindrical-coordinate representation of color #CF5211: hue angle of 20.53º 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 #CF5211 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 17 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.19 |
| HSL | 20.53º | 0.85% | 0.44% | - |
| HSV(B) | 20.53º | 0.92% | 0.81% | - |
| XYZ | 28.85 | 19.34 | 2.74 | - |
| YUV | 111.97 | 74.41 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 17 | 0 | 0.60 | 0.92 | 0.19 | 20.53 | 0.85 | 0.44 |
| Hex | CF | 52 | 11 | 0 | 3C | 5C | 13 | 15 | 55 | 2C |
| Octal | 317 | 122 | 21 | 0 | 74 | 134 | 23 | 25 | 125 | 54 |
| Binary | 11001111 | 1010010 | 10001 | 0 | 111100 | 1011100 | 10011 | 10101 | 1010101 | 101100 |
Color Harmonies of #CF5211
Complementary color
Monochromatic Colors of #CF5211
Black with #CF5211
Text Example
Text Example
White with #CF5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5211; }
p { color: rgb(207,82,17); }
H1.HeaderClassName
{
color: #CF5211;
}
.AnyTagClassName
{
color: #CF5211;
}
</style>
background-color css
<style>
a { background-color: #CF5211; }
a { background-color: rgb(207,82,17); }
div.DivClassName
{
background-color: #CF5211;
}
.BgClassName
{
background-color: #CF5211;
}
</style>
border-color css
<style>
span { border-color: #CF5211; }
span { border-color: rgb(207,82,17); }
td.TdClassName
{
border-color: #CF5211;
}
.TagClassName
{
border-color: #CF5211;
}
</style>