Shades of Tenne (Tawny) #CF5512
Tints of Tenne (Tawny) #CF5512
RGB
CMYK
RGB Variations
Color information
#CF5512 (or 0xCF5512) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 12. RGB value is (207,85,18). Sum of RGB (Red+Green+Blue) = 207+85+18=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5512 is #30AAED. Grayscale: #727272. Windows color (decimal): -3189486 or 1201615. OLE color: 1201615.
HSL color Cylindrical-coordinate representation of color #CF5512: hue angle of 21.27º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF5512 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 18 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.19 |
| HSL | 21.27º | 0.84% | 0.44% | - |
| HSV(B) | 21.27º | 0.91% | 0.81% | - |
| XYZ | 29.09 | 19.81 | 2.86 | - |
| YUV | 113.84 | 73.92 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 18 | 0 | 0.59 | 0.91 | 0.19 | 21.27 | 0.84 | 0.44 |
| Hex | CF | 55 | 12 | 0 | 3B | 5B | 13 | 15 | 54 | 2C |
| Octal | 317 | 125 | 22 | 0 | 73 | 133 | 23 | 25 | 124 | 54 |
| Binary | 11001111 | 1010101 | 10010 | 0 | 111011 | 1011011 | 10011 | 10101 | 1010100 | 101100 |
Color Harmonies of #CF5512
Complementary color
Monochromatic Colors of #CF5512
Black with #CF5512
Text Example
Text Example
White with #CF5512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5512; }
p { color: rgb(207,85,18); }
H1.HeaderClassName
{
color: #CF5512;
}
.AnyTagClassName
{
color: #CF5512;
}
</style>
background-color css
<style>
a { background-color: #CF5512; }
a { background-color: rgb(207,85,18); }
div.DivClassName
{
background-color: #CF5512;
}
.BgClassName
{
background-color: #CF5512;
}
</style>
border-color css
<style>
span { border-color: #CF5512; }
span { border-color: rgb(207,85,18); }
td.TdClassName
{
border-color: #CF5512;
}
.TagClassName
{
border-color: #CF5512;
}
</style>