Shades of Tenne (Tawny) #CF5511
Tints of Tenne (Tawny) #CF5511
RGB
CMYK
RGB Variations
Color information
#CF5511 (or 0xCF5511) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 11. RGB value is (207,85,17). Sum of RGB (Red+Green+Blue) = 207+85+17=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5511 is #30AAEE. Grayscale: #727272. Windows color (decimal): -3189487 or 1136079. OLE color: 1136079.
HSL color Cylindrical-coordinate representation of color #CF5511: hue angle of 21.47º 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 #CF5511 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 17 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.19 |
| HSL | 21.47º | 0.85% | 0.44% | - |
| HSV(B) | 21.47º | 0.92% | 0.81% | - |
| XYZ | 29.08 | 19.8 | 2.82 | - |
| YUV | 113.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 17 | 0 | 0.59 | 0.92 | 0.19 | 21.47 | 0.85 | 0.44 |
| Hex | CF | 55 | 11 | 0 | 3B | 5C | 13 | 15 | 55 | 2C |
| Octal | 317 | 125 | 21 | 0 | 73 | 134 | 23 | 25 | 125 | 54 |
| Binary | 11001111 | 1010101 | 10001 | 0 | 111011 | 1011100 | 10011 | 10101 | 1010101 | 101100 |
Color Harmonies of #CF5511
Complementary color
Monochromatic Colors of #CF5511
Black with #CF5511
Text Example
Text Example
White with #CF5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5511; }
p { color: rgb(207,85,17); }
H1.HeaderClassName
{
color: #CF5511;
}
.AnyTagClassName
{
color: #CF5511;
}
</style>
background-color css
<style>
a { background-color: #CF5511; }
a { background-color: rgb(207,85,17); }
div.DivClassName
{
background-color: #CF5511;
}
.BgClassName
{
background-color: #CF5511;
}
</style>
border-color css
<style>
span { border-color: #CF5511; }
span { border-color: rgb(207,85,17); }
td.TdClassName
{
border-color: #CF5511;
}
.TagClassName
{
border-color: #CF5511;
}
</style>