Shades of Tenne (Tawny) #CF460A
Tints of Tenne (Tawny) #CF460A
RGB
CMYK
RGB Variations
Color information
#CF460A (or 0xCF460A) is known color: Tenne (Tawny). HEX triplet: CF, 46 and 0A. RGB value is (207,70,10). Sum of RGB (Red+Green+Blue) = 207+70+10=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF460A is #30B9F5. Grayscale: #686868. Windows color (decimal): -3193334 or 673487. OLE color: 673487.
HSL color Cylindrical-coordinate representation of color #CF460A: hue angle of 18.27º 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 #CF460A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.19 |
| HSL | 18.27º | 0.91% | 0.43% | - |
| HSV(B) | 18.27º | 0.95% | 0.81% | - |
| XYZ | 27.98 | 17.67 | 2.22 | - |
| YUV | 104.12 | 74.89 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 10 | 0 | 0.66 | 0.95 | 0.19 | 18.27 | 0.91 | 0.43 |
| Hex | CF | 46 | A | 0 | 42 | 5F | 13 | 12 | 5B | 2B |
| Octal | 317 | 106 | 12 | 0 | 102 | 137 | 23 | 22 | 133 | 53 |
| Binary | 11001111 | 1000110 | 1010 | 0 | 1000010 | 1011111 | 10011 | 10010 | 1011011 | 101011 |
Color Harmonies of #CF460A
Complementary color
Monochromatic Colors of #CF460A
Black with #CF460A
Text Example
Text Example
White with #CF460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF460A; }
p { color: rgb(207,70,10); }
H1.HeaderClassName
{
color: #CF460A;
}
.AnyTagClassName
{
color: #CF460A;
}
</style>
background-color css
<style>
a { background-color: #CF460A; }
a { background-color: rgb(207,70,10); }
div.DivClassName
{
background-color: #CF460A;
}
.BgClassName
{
background-color: #CF460A;
}
</style>
border-color css
<style>
span { border-color: #CF460A; }
span { border-color: rgb(207,70,10); }
td.TdClassName
{
border-color: #CF460A;
}
.TagClassName
{
border-color: #CF460A;
}
</style>