Shades of Tenne (Tawny) #CF510C
Tints of Tenne (Tawny) #CF510C
RGB
CMYK
RGB Variations
Color information
#CF510C (or 0xCF510C) is known color: Tenne (Tawny). HEX triplet: CF, 51 and 0C. RGB value is (207,81,12). Sum of RGB (Red+Green+Blue) = 207+81+12=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF510C is #30AEF3. Grayscale: #6F6F6F. Windows color (decimal): -3190516 or 807375. OLE color: 807375.
HSL color Cylindrical-coordinate representation of color #CF510C: hue angle of 21.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF510C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 12 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.19 |
| HSL | 21.23º | 0.89% | 0.43% | - |
| HSV(B) | 21.23º | 0.94% | 0.81% | - |
| XYZ | 28.74 | 19.18 | 2.53 | - |
| YUV | 110.81 | 72.24 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 12 | 0 | 0.61 | 0.94 | 0.19 | 21.23 | 0.89 | 0.43 |
| Hex | CF | 51 | C | 0 | 3D | 5E | 13 | 15 | 59 | 2B |
| Octal | 317 | 121 | 14 | 0 | 75 | 136 | 23 | 25 | 131 | 53 |
| Binary | 11001111 | 1010001 | 1100 | 0 | 111101 | 1011110 | 10011 | 10101 | 1011001 | 101011 |
Color Harmonies of #CF510C
Complementary color
Monochromatic Colors of #CF510C
Black with #CF510C
Text Example
Text Example
White with #CF510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF510C; }
p { color: rgb(207,81,12); }
H1.HeaderClassName
{
color: #CF510C;
}
.AnyTagClassName
{
color: #CF510C;
}
</style>
background-color css
<style>
a { background-color: #CF510C; }
a { background-color: rgb(207,81,12); }
div.DivClassName
{
background-color: #CF510C;
}
.BgClassName
{
background-color: #CF510C;
}
</style>
border-color css
<style>
span { border-color: #CF510C; }
span { border-color: rgb(207,81,12); }
td.TdClassName
{
border-color: #CF510C;
}
.TagClassName
{
border-color: #CF510C;
}
</style>