Shades of Tenne (Tawny) #CF5412
Tints of Tenne (Tawny) #CF5412
RGB
CMYK
RGB Variations
Color information
#CF5412 (or 0xCF5412) is known color: Tenne (Tawny). HEX triplet: CF, 54 and 12. RGB value is (207,84,18). Sum of RGB (Red+Green+Blue) = 207+84+18=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5412 is #30ABED. Grayscale: #717171. Windows color (decimal): -3189742 or 1201359. OLE color: 1201359.
HSL color Cylindrical-coordinate representation of color #CF5412: hue angle of 20.95º 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 #CF5412 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 18 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.19 |
| HSL | 20.95º | 0.84% | 0.44% | - |
| HSV(B) | 20.95º | 0.91% | 0.81% | - |
| XYZ | 29.01 | 19.65 | 2.84 | - |
| YUV | 113.25 | 74.25 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 18 | 0 | 0.59 | 0.91 | 0.19 | 20.95 | 0.84 | 0.44 |
| Hex | CF | 54 | 12 | 0 | 3B | 5B | 13 | 15 | 54 | 2C |
| Octal | 317 | 124 | 22 | 0 | 73 | 133 | 23 | 25 | 124 | 54 |
| Binary | 11001111 | 1010100 | 10010 | 0 | 111011 | 1011011 | 10011 | 10101 | 1010100 | 101100 |
Color Harmonies of #CF5412
Complementary color
Monochromatic Colors of #CF5412
Black with #CF5412
Text Example
Text Example
White with #CF5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5412; }
p { color: rgb(207,84,18); }
H1.HeaderClassName
{
color: #CF5412;
}
.AnyTagClassName
{
color: #CF5412;
}
</style>
background-color css
<style>
a { background-color: #CF5412; }
a { background-color: rgb(207,84,18); }
div.DivClassName
{
background-color: #CF5412;
}
.BgClassName
{
background-color: #CF5412;
}
</style>
border-color css
<style>
span { border-color: #CF5412; }
span { border-color: rgb(207,84,18); }
td.TdClassName
{
border-color: #CF5412;
}
.TagClassName
{
border-color: #CF5412;
}
</style>