Shades of Tenne (Tawny) #CF5212
Tints of Tenne (Tawny) #CF5212
RGB
CMYK
RGB Variations
Color information
#CF5212 (or 0xCF5212) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 12. RGB value is (207,82,18). Sum of RGB (Red+Green+Blue) = 207+82+18=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5212 is #30ADED. Grayscale: #707070. Windows color (decimal): -3190254 or 1200847. OLE color: 1200847.
HSL color Cylindrical-coordinate representation of color #CF5212: hue angle of 20.32º 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 #CF5212 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 18 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.19 |
| HSL | 20.32º | 0.84% | 0.44% | - |
| HSV(B) | 20.32º | 0.91% | 0.81% | - |
| XYZ | 28.86 | 19.34 | 2.78 | - |
| YUV | 112.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 18 | 0 | 0.60 | 0.91 | 0.19 | 20.32 | 0.84 | 0.44 |
| Hex | CF | 52 | 12 | 0 | 3C | 5B | 13 | 14 | 54 | 2C |
| Octal | 317 | 122 | 22 | 0 | 74 | 133 | 23 | 24 | 124 | 54 |
| Binary | 11001111 | 1010010 | 10010 | 0 | 111100 | 1011011 | 10011 | 10100 | 1010100 | 101100 |
Color Harmonies of #CF5212
Complementary color
Monochromatic Colors of #CF5212
Black with #CF5212
Text Example
Text Example
White with #CF5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5212; }
p { color: rgb(207,82,18); }
H1.HeaderClassName
{
color: #CF5212;
}
.AnyTagClassName
{
color: #CF5212;
}
</style>
background-color css
<style>
a { background-color: #CF5212; }
a { background-color: rgb(207,82,18); }
div.DivClassName
{
background-color: #CF5212;
}
.BgClassName
{
background-color: #CF5212;
}
</style>
border-color css
<style>
span { border-color: #CF5212; }
span { border-color: rgb(207,82,18); }
td.TdClassName
{
border-color: #CF5212;
}
.TagClassName
{
border-color: #CF5212;
}
</style>