Shades of Tenne (Tawny) #CF510A
Tints of Tenne (Tawny) #CF510A
RGB
CMYK
RGB Variations
Color information
#CF510A (or 0xCF510A) is known color: Tenne (Tawny). HEX triplet: CF, 51 and 0A. RGB value is (207,81,10). Sum of RGB (Red+Green+Blue) = 207+81+10=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF510A is #30AEF5. Grayscale: #6E6E6E. Windows color (decimal): -3190518 or 676303. OLE color: 676303.
HSL color Cylindrical-coordinate representation of color #CF510A: hue angle of 21.62º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF510A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.19 |
| HSL | 21.62º | 0.91% | 0.43% | - |
| HSV(B) | 21.62º | 0.95% | 0.81% | - |
| XYZ | 28.73 | 19.17 | 2.47 | - |
| YUV | 110.58 | 71.24 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 10 | 0 | 0.61 | 0.95 | 0.19 | 21.62 | 0.91 | 0.43 |
| Hex | CF | 51 | A | 0 | 3D | 5F | 13 | 16 | 5B | 2B |
| Octal | 317 | 121 | 12 | 0 | 75 | 137 | 23 | 26 | 133 | 53 |
| Binary | 11001111 | 1010001 | 1010 | 0 | 111101 | 1011111 | 10011 | 10110 | 1011011 | 101011 |
Color Harmonies of #CF510A
Complementary color
Monochromatic Colors of #CF510A
Black with #CF510A
Text Example
Text Example
White with #CF510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF510A; }
p { color: rgb(207,81,10); }
H1.HeaderClassName
{
color: #CF510A;
}
.AnyTagClassName
{
color: #CF510A;
}
</style>
background-color css
<style>
a { background-color: #CF510A; }
a { background-color: rgb(207,81,10); }
div.DivClassName
{
background-color: #CF510A;
}
.BgClassName
{
background-color: #CF510A;
}
</style>
border-color css
<style>
span { border-color: #CF510A; }
span { border-color: rgb(207,81,10); }
td.TdClassName
{
border-color: #CF510A;
}
.TagClassName
{
border-color: #CF510A;
}
</style>