Shades of Tenne (Tawny) #CF5217
Tints of Tenne (Tawny) #CF5217
RGB
CMYK
RGB Variations
Color information
#CF5217 (or 0xCF5217) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 17. RGB value is (207,82,23). Sum of RGB (Red+Green+Blue) = 207+82+23=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5217 is #30ADE8. Grayscale: #717171. Windows color (decimal): -3190249 or 1528527. OLE color: 1528527.
HSL color Cylindrical-coordinate representation of color #CF5217: hue angle of 19.24º 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 #CF5217 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 23 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.19 |
| HSL | 19.24º | 0.8% | 0.45% | - |
| HSV(B) | 19.24º | 0.89% | 0.81% | - |
| XYZ | 28.9 | 19.36 | 3.02 | - |
| YUV | 112.65 | 77.41 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 23 | 0 | 0.60 | 0.89 | 0.19 | 19.24 | 0.8 | 0.45 |
| Hex | CF | 52 | 17 | 0 | 3C | 59 | 13 | 13 | 50 | 2D |
| Octal | 317 | 122 | 27 | 0 | 74 | 131 | 23 | 23 | 120 | 55 |
| Binary | 11001111 | 1010010 | 10111 | 0 | 111100 | 1011001 | 10011 | 10011 | 1010000 | 101101 |
Color Harmonies of #CF5217
Complementary color
Monochromatic Colors of #CF5217
Black with #CF5217
Text Example
Text Example
White with #CF5217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5217; }
p { color: rgb(207,82,23); }
H1.HeaderClassName
{
color: #CF5217;
}
.AnyTagClassName
{
color: #CF5217;
}
</style>
background-color css
<style>
a { background-color: #CF5217; }
a { background-color: rgb(207,82,23); }
div.DivClassName
{
background-color: #CF5217;
}
.BgClassName
{
background-color: #CF5217;
}
</style>
border-color css
<style>
span { border-color: #CF5217; }
span { border-color: rgb(207,82,23); }
td.TdClassName
{
border-color: #CF5217;
}
.TagClassName
{
border-color: #CF5217;
}
</style>