Shades of Tenne (Tawny) #CF5415
Tints of Tenne (Tawny) #CF5415
RGB
CMYK
RGB Variations
Color information
#CF5415 (or 0xCF5415) is known color: Tenne (Tawny). HEX triplet: CF, 54 and 15. RGB value is (207,84,21). Sum of RGB (Red+Green+Blue) = 207+84+21=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5415 is #30ABEA. Grayscale: #717171. Windows color (decimal): -3189739 or 1397967. OLE color: 1397967.
HSL color Cylindrical-coordinate representation of color #CF5415: hue angle of 20.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF5415 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 21 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.19 |
| HSL | 20.32º | 0.82% | 0.45% | - |
| HSV(B) | 20.32º | 0.9% | 0.81% | - |
| XYZ | 29.04 | 19.66 | 2.97 | - |
| YUV | 113.6 | 75.75 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 21 | 0 | 0.59 | 0.90 | 0.19 | 20.32 | 0.82 | 0.45 |
| Hex | CF | 54 | 15 | 0 | 3B | 5A | 13 | 14 | 52 | 2D |
| Octal | 317 | 124 | 25 | 0 | 73 | 132 | 23 | 24 | 122 | 55 |
| Binary | 11001111 | 1010100 | 10101 | 0 | 111011 | 1011010 | 10011 | 10100 | 1010010 | 101101 |
Color Harmonies of #CF5415
Complementary color
Monochromatic Colors of #CF5415
Black with #CF5415
Text Example
Text Example
White with #CF5415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5415; }
p { color: rgb(207,84,21); }
H1.HeaderClassName
{
color: #CF5415;
}
.AnyTagClassName
{
color: #CF5415;
}
</style>
background-color css
<style>
a { background-color: #CF5415; }
a { background-color: rgb(207,84,21); }
div.DivClassName
{
background-color: #CF5415;
}
.BgClassName
{
background-color: #CF5415;
}
</style>
border-color css
<style>
span { border-color: #CF5415; }
span { border-color: rgb(207,84,21); }
td.TdClassName
{
border-color: #CF5415;
}
.TagClassName
{
border-color: #CF5415;
}
</style>