Shades of Tenne (Tawny) #CF5F0A
Tints of Tenne (Tawny) #CF5F0A
RGB
CMYK
RGB Variations
Color information
#CF5F0A (or 0xCF5F0A) is known color: Tenne (Tawny). HEX triplet: CF, 5F and 0A. RGB value is (207,95,10). Sum of RGB (Red+Green+Blue) = 207+95+10=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5F0A is #30A0F5. Grayscale: #777777. Windows color (decimal): -3186934 or 679887. OLE color: 679887.
HSL color Cylindrical-coordinate representation of color #CF5F0A: hue angle of 25.89º 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 #CF5F0A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 10 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.19 |
| HSL | 25.89º | 0.91% | 0.43% | - |
| HSV(B) | 25.89º | 0.95% | 0.81% | - |
| XYZ | 29.88 | 21.47 | 2.86 | - |
| YUV | 118.8 | 66.61 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 10 | 0 | 0.54 | 0.95 | 0.19 | 25.89 | 0.91 | 0.43 |
| Hex | CF | 5F | A | 0 | 36 | 5F | 13 | 1A | 5B | 2B |
| Octal | 317 | 137 | 12 | 0 | 66 | 137 | 23 | 32 | 133 | 53 |
| Binary | 11001111 | 1011111 | 1010 | 0 | 110110 | 1011111 | 10011 | 11010 | 1011011 | 101011 |
Color Harmonies of #CF5F0A
Complementary color
Monochromatic Colors of #CF5F0A
Black with #CF5F0A
Text Example
Text Example
White with #CF5F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5F0A; }
p { color: rgb(207,95,10); }
H1.HeaderClassName
{
color: #CF5F0A;
}
.AnyTagClassName
{
color: #CF5F0A;
}
</style>
background-color css
<style>
a { background-color: #CF5F0A; }
a { background-color: rgb(207,95,10); }
div.DivClassName
{
background-color: #CF5F0A;
}
.BgClassName
{
background-color: #CF5F0A;
}
</style>
border-color css
<style>
span { border-color: #CF5F0A; }
span { border-color: rgb(207,95,10); }
td.TdClassName
{
border-color: #CF5F0A;
}
.TagClassName
{
border-color: #CF5F0A;
}
</style>