Shades of Tenne (Tawny) #CF5800
Tints of Tenne (Tawny) #CF5800
RGB
CMYK
RGB Variations
Color information
#CF5800 (or 0xCF5800) is known color: Tenne (Tawny). HEX triplet: CF, 58 and 00. RGB value is (207,88,0). Sum of RGB (Red+Green+Blue) = 207+88+0=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5800 is #30A7FF. Grayscale: #727272. Windows color (decimal): -3188736 or 22735. OLE color: 22735.
HSL color Cylindrical-coordinate representation of color #CF5800: hue angle of 25.51º 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 #CF5800 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.19 |
| HSL | 25.51º | 1% | 0.41% | - |
| HSV(B) | 25.51º | 1% | 0.81% | - |
| XYZ | 29.22 | 20.24 | 2.37 | - |
| YUV | 113.55 | 63.92 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 0 | 0 | 0.57 | 1 | 0.19 | 25.51 | 1 | 0.41 |
| Hex | CF | 58 | 0 | 0 | 39 | 64 | 13 | 1A | 64 | 29 |
| Octal | 317 | 130 | 0 | 0 | 71 | 144 | 23 | 32 | 144 | 51 |
| Binary | 11001111 | 1011000 | 0 | 0 | 111001 | 1100100 | 10011 | 11010 | 1100100 | 101001 |
Color Harmonies of #CF5800
Complementary color
Monochromatic Colors of #CF5800
Black with #CF5800
Text Example
Text Example
White with #CF5800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5800; }
p { color: rgb(207,88,0); }
H1.HeaderClassName
{
color: #CF5800;
}
.AnyTagClassName
{
color: #CF5800;
}
</style>
background-color css
<style>
a { background-color: #CF5800; }
a { background-color: rgb(207,88,0); }
div.DivClassName
{
background-color: #CF5800;
}
.BgClassName
{
background-color: #CF5800;
}
</style>
border-color css
<style>
span { border-color: #CF5800; }
span { border-color: rgb(207,88,0); }
td.TdClassName
{
border-color: #CF5800;
}
.TagClassName
{
border-color: #CF5800;
}
</style>