Shades of Tenne (Tawny) #CF5500
Tints of Tenne (Tawny) #CF5500
RGB
CMYK
RGB Variations
Color information
#CF5500 (or 0xCF5500) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 00. RGB value is (207,85,0). Sum of RGB (Red+Green+Blue) = 207+85+0=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5500 is #30AAFF. Grayscale: #707070. Windows color (decimal): -3189504 or 21967. OLE color: 21967.
HSL color Cylindrical-coordinate representation of color #CF5500: hue angle of 24.64º 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 #CF5500 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.19 |
| HSL | 24.64º | 1% | 0.41% | - |
| HSV(B) | 24.64º | 1% | 0.81% | - |
| XYZ | 28.98 | 19.76 | 2.29 | - |
| YUV | 111.79 | 64.92 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 0 | 0 | 0.59 | 1 | 0.19 | 24.64 | 1 | 0.41 |
| Hex | CF | 55 | 0 | 0 | 3B | 64 | 13 | 19 | 64 | 29 |
| Octal | 317 | 125 | 0 | 0 | 73 | 144 | 23 | 31 | 144 | 51 |
| Binary | 11001111 | 1010101 | 0 | 0 | 111011 | 1100100 | 10011 | 11001 | 1100100 | 101001 |
Color Harmonies of #CF5500
Complementary color
Monochromatic Colors of #CF5500
Black with #CF5500
Text Example
Text Example
White with #CF5500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5500; }
p { color: rgb(207,85,0); }
H1.HeaderClassName
{
color: #CF5500;
}
.AnyTagClassName
{
color: #CF5500;
}
</style>
background-color css
<style>
a { background-color: #CF5500; }
a { background-color: rgb(207,85,0); }
div.DivClassName
{
background-color: #CF5500;
}
.BgClassName
{
background-color: #CF5500;
}
</style>
border-color css
<style>
span { border-color: #CF5500; }
span { border-color: rgb(207,85,0); }
td.TdClassName
{
border-color: #CF5500;
}
.TagClassName
{
border-color: #CF5500;
}
</style>