Shades of Tenne (Tawny) #CF520F
Tints of Tenne (Tawny) #CF520F
RGB
CMYK
RGB Variations
Color information
#CF520F (or 0xCF520F) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 0F. RGB value is (207,82,15). Sum of RGB (Red+Green+Blue) = 207+82+15=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF520F is #30ADF0. Grayscale: #707070. Windows color (decimal): -3190257 or 1004239. OLE color: 1004239.
HSL color Cylindrical-coordinate representation of color #CF520F: hue angle of 20.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF520F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 15 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.19 |
| HSL | 20.94º | 0.86% | 0.44% | - |
| HSV(B) | 20.94º | 0.93% | 0.81% | - |
| XYZ | 28.84 | 19.33 | 2.66 | - |
| YUV | 111.74 | 73.41 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 15 | 0 | 0.60 | 0.93 | 0.19 | 20.94 | 0.86 | 0.44 |
| Hex | CF | 52 | F | 0 | 3C | 5D | 13 | 15 | 56 | 2C |
| Octal | 317 | 122 | 17 | 0 | 74 | 135 | 23 | 25 | 126 | 54 |
| Binary | 11001111 | 1010010 | 1111 | 0 | 111100 | 1011101 | 10011 | 10101 | 1010110 | 101100 |
Color Harmonies of #CF520F
Complementary color
Monochromatic Colors of #CF520F
Black with #CF520F
Text Example
Text Example
White with #CF520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF520F; }
p { color: rgb(207,82,15); }
H1.HeaderClassName
{
color: #CF520F;
}
.AnyTagClassName
{
color: #CF520F;
}
</style>
background-color css
<style>
a { background-color: #CF520F; }
a { background-color: rgb(207,82,15); }
div.DivClassName
{
background-color: #CF520F;
}
.BgClassName
{
background-color: #CF520F;
}
</style>
border-color css
<style>
span { border-color: #CF520F; }
span { border-color: rgb(207,82,15); }
td.TdClassName
{
border-color: #CF520F;
}
.TagClassName
{
border-color: #CF520F;
}
</style>