Shades of Tenne (Tawny) #CF6000
Tints of Tenne (Tawny) #CF6000
RGB
CMYK
RGB Variations
Color information
#CF6000 (or 0xCF6000) is known color: Tenne (Tawny). HEX triplet: CF, 60 and 00. RGB value is (207,96,0). Sum of RGB (Red+Green+Blue) = 207+96+0=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6000 is #309FFF. Grayscale: #767676. Windows color (decimal): -3186688 or 24783. OLE color: 24783.
HSL color Cylindrical-coordinate representation of color #CF6000: hue angle of 27.83º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF6000 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.19 |
| HSL | 27.83º | 1% | 0.41% | - |
| HSV(B) | 27.83º | 1% | 0.81% | - |
| XYZ | 29.92 | 21.63 | 2.6 | - |
| YUV | 118.25 | 61.27 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 0 | 0 | 0.54 | 1 | 0.19 | 27.83 | 1 | 0.41 |
| Hex | CF | 60 | 0 | 0 | 36 | 64 | 13 | 1C | 64 | 29 |
| Octal | 317 | 140 | 0 | 0 | 66 | 144 | 23 | 34 | 144 | 51 |
| Binary | 11001111 | 1100000 | 0 | 0 | 110110 | 1100100 | 10011 | 11100 | 1100100 | 101001 |
Color Harmonies of #CF6000
Complementary color
Monochromatic Colors of #CF6000
Black with #CF6000
Text Example
Text Example
White with #CF6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6000; }
p { color: rgb(207,96,0); }
H1.HeaderClassName
{
color: #CF6000;
}
.AnyTagClassName
{
color: #CF6000;
}
</style>
background-color css
<style>
a { background-color: #CF6000; }
a { background-color: rgb(207,96,0); }
div.DivClassName
{
background-color: #CF6000;
}
.BgClassName
{
background-color: #CF6000;
}
</style>
border-color css
<style>
span { border-color: #CF6000; }
span { border-color: rgb(207,96,0); }
td.TdClassName
{
border-color: #CF6000;
}
.TagClassName
{
border-color: #CF6000;
}
</style>