Shades of Tenne (Tawny) #CF5100
Tints of Tenne (Tawny) #CF5100
RGB
CMYK
RGB Variations
Color information
#CF5100 (or 0xCF5100) is known color: Tenne (Tawny). HEX triplet: CF, 51 and 00. RGB value is (207,81,0). Sum of RGB (Red+Green+Blue) = 207+81+0=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5100 is #30AEFF. Grayscale: #6D6D6D. Windows color (decimal): -3190528 or 20943. OLE color: 20943.
HSL color Cylindrical-coordinate representation of color #CF5100: hue angle of 23.48º 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 #CF5100 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.19 |
| HSL | 23.48º | 1% | 0.41% | - |
| HSV(B) | 23.48º | 1% | 0.81% | - |
| XYZ | 28.67 | 19.15 | 2.19 | - |
| YUV | 109.44 | 66.24 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 0 | 0 | 0.61 | 1 | 0.19 | 23.48 | 1 | 0.41 |
| Hex | CF | 51 | 0 | 0 | 3D | 64 | 13 | 17 | 64 | 29 |
| Octal | 317 | 121 | 0 | 0 | 75 | 144 | 23 | 27 | 144 | 51 |
| Binary | 11001111 | 1010001 | 0 | 0 | 111101 | 1100100 | 10011 | 10111 | 1100100 | 101001 |
Color Harmonies of #CF5100
Complementary color
Monochromatic Colors of #CF5100
Black with #CF5100
Text Example
Text Example
White with #CF5100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5100; }
p { color: rgb(207,81,0); }
H1.HeaderClassName
{
color: #CF5100;
}
.AnyTagClassName
{
color: #CF5100;
}
</style>
background-color css
<style>
a { background-color: #CF5100; }
a { background-color: rgb(207,81,0); }
div.DivClassName
{
background-color: #CF5100;
}
.BgClassName
{
background-color: #CF5100;
}
</style>
border-color css
<style>
span { border-color: #CF5100; }
span { border-color: rgb(207,81,0); }
td.TdClassName
{
border-color: #CF5100;
}
.TagClassName
{
border-color: #CF5100;
}
</style>