Shades of Tenne (Tawny) #CF5E06
Tints of Tenne (Tawny) #CF5E06
RGB
CMYK
RGB Variations
Color information
#CF5E06 (or 0xCF5E06) is known color: Tenne (Tawny). HEX triplet: CF, 5E and 06. RGB value is (207,94,6). Sum of RGB (Red+Green+Blue) = 207+94+6=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E06 is #30A1F9. Grayscale: #767676. Windows color (decimal): -3187194 or 417487. OLE color: 417487.
HSL color Cylindrical-coordinate representation of color #CF5E06: hue angle of 26.27º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF5E06 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 6 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.19 |
| HSL | 26.27º | 0.94% | 0.42% | - |
| HSV(B) | 26.27º | 0.97% | 0.81% | - |
| XYZ | 29.77 | 21.28 | 2.71 | - |
| YUV | 117.76 | 64.94 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 6 | 0 | 0.55 | 0.97 | 0.19 | 26.27 | 0.94 | 0.42 |
| Hex | CF | 5E | 6 | 0 | 37 | 61 | 13 | 1A | 5E | 2A |
| Octal | 317 | 136 | 6 | 0 | 67 | 141 | 23 | 32 | 136 | 52 |
| Binary | 11001111 | 1011110 | 110 | 0 | 110111 | 1100001 | 10011 | 11010 | 1011110 | 101010 |
Color Harmonies of #CF5E06
Complementary color
Monochromatic Colors of #CF5E06
Black with #CF5E06
Text Example
Text Example
White with #CF5E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E06; }
p { color: rgb(207,94,6); }
H1.HeaderClassName
{
color: #CF5E06;
}
.AnyTagClassName
{
color: #CF5E06;
}
</style>
background-color css
<style>
a { background-color: #CF5E06; }
a { background-color: rgb(207,94,6); }
div.DivClassName
{
background-color: #CF5E06;
}
.BgClassName
{
background-color: #CF5E06;
}
</style>
border-color css
<style>
span { border-color: #CF5E06; }
span { border-color: rgb(207,94,6); }
td.TdClassName
{
border-color: #CF5E06;
}
.TagClassName
{
border-color: #CF5E06;
}
</style>