Shades of Tenne (Tawny) #CF5000
Tints of Tenne (Tawny) #CF5000
RGB
CMYK
RGB Variations
Color information
#CF5000 (or 0xCF5000) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 00. RGB value is (207,80,0). Sum of RGB (Red+Green+Blue) = 207+80+0=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5000 is #30AFFF. Grayscale: #6D6D6D. Windows color (decimal): -3190784 or 20687. OLE color: 20687.
HSL color Cylindrical-coordinate representation of color #CF5000: hue angle of 23.19º 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 #CF5000 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.19 |
| HSL | 23.19º | 1% | 0.41% | - |
| HSV(B) | 23.19º | 1% | 0.81% | - |
| XYZ | 28.6 | 19 | 2.16 | - |
| YUV | 108.85 | 66.58 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 0 | 0 | 0.61 | 1 | 0.19 | 23.19 | 1 | 0.41 |
| Hex | CF | 50 | 0 | 0 | 3D | 64 | 13 | 17 | 64 | 29 |
| Octal | 317 | 120 | 0 | 0 | 75 | 144 | 23 | 27 | 144 | 51 |
| Binary | 11001111 | 1010000 | 0 | 0 | 111101 | 1100100 | 10011 | 10111 | 1100100 | 101001 |
Color Harmonies of #CF5000
Complementary color
Monochromatic Colors of #CF5000
Black with #CF5000
Text Example
Text Example
White with #CF5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5000; }
p { color: rgb(207,80,0); }
H1.HeaderClassName
{
color: #CF5000;
}
.AnyTagClassName
{
color: #CF5000;
}
</style>
background-color css
<style>
a { background-color: #CF5000; }
a { background-color: rgb(207,80,0); }
div.DivClassName
{
background-color: #CF5000;
}
.BgClassName
{
background-color: #CF5000;
}
</style>
border-color css
<style>
span { border-color: #CF5000; }
span { border-color: rgb(207,80,0); }
td.TdClassName
{
border-color: #CF5000;
}
.TagClassName
{
border-color: #CF5000;
}
</style>