Shades of Tenne (Tawny) #CF5017
Tints of Tenne (Tawny) #CF5017
RGB
CMYK
RGB Variations
Color information
#CF5017 (or 0xCF5017) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 17. RGB value is (207,80,23). Sum of RGB (Red+Green+Blue) = 207+80+23=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5017 is #30AFE8. Grayscale: #6F6F6F. Windows color (decimal): -3190761 or 1528015. OLE color: 1528015.
HSL color Cylindrical-coordinate representation of color #CF5017: hue angle of 18.59º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF5017 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 23 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.19 |
| HSL | 18.59º | 0.8% | 0.45% | - |
| HSV(B) | 18.59º | 0.89% | 0.81% | - |
| XYZ | 28.76 | 19.06 | 2.97 | - |
| YUV | 111.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 23 | 0 | 0.61 | 0.89 | 0.19 | 18.59 | 0.8 | 0.45 |
| Hex | CF | 50 | 17 | 0 | 3D | 59 | 13 | 13 | 50 | 2D |
| Octal | 317 | 120 | 27 | 0 | 75 | 131 | 23 | 23 | 120 | 55 |
| Binary | 11001111 | 1010000 | 10111 | 0 | 111101 | 1011001 | 10011 | 10011 | 1010000 | 101101 |
Color Harmonies of #CF5017
Complementary color
Monochromatic Colors of #CF5017
Black with #CF5017
Text Example
Text Example
White with #CF5017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5017; }
p { color: rgb(207,80,23); }
H1.HeaderClassName
{
color: #CF5017;
}
.AnyTagClassName
{
color: #CF5017;
}
</style>
background-color css
<style>
a { background-color: #CF5017; }
a { background-color: rgb(207,80,23); }
div.DivClassName
{
background-color: #CF5017;
}
.BgClassName
{
background-color: #CF5017;
}
</style>
border-color css
<style>
span { border-color: #CF5017; }
span { border-color: rgb(207,80,23); }
td.TdClassName
{
border-color: #CF5017;
}
.TagClassName
{
border-color: #CF5017;
}
</style>