Shades of Tenne (Tawny) #CF5608
Tints of Tenne (Tawny) #CF5608
RGB
CMYK
RGB Variations
Color information
#CF5608 (or 0xCF5608) is known color: Tenne (Tawny). HEX triplet: CF, 56 and 08. RGB value is (207,86,8). Sum of RGB (Red+Green+Blue) = 207+86+8=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5608 is #30A9F7. Grayscale: #717171. Windows color (decimal): -3189240 or 546511. OLE color: 546511.
HSL color Cylindrical-coordinate representation of color #CF5608: hue angle of 23.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF5608 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.19 |
| HSL | 23.52º | 0.93% | 0.42% | - |
| HSV(B) | 23.52º | 0.96% | 0.81% | - |
| XYZ | 29.1 | 19.94 | 2.54 | - |
| YUV | 113.29 | 68.59 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 8 | 0 | 0.58 | 0.96 | 0.19 | 23.52 | 0.93 | 0.42 |
| Hex | CF | 56 | 8 | 0 | 3A | 60 | 13 | 18 | 5D | 2A |
| Octal | 317 | 126 | 10 | 0 | 72 | 140 | 23 | 30 | 135 | 52 |
| Binary | 11001111 | 1010110 | 1000 | 0 | 111010 | 1100000 | 10011 | 11000 | 1011101 | 101010 |
Color Harmonies of #CF5608
Complementary color
Monochromatic Colors of #CF5608
Black with #CF5608
Text Example
Text Example
White with #CF5608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5608; }
p { color: rgb(207,86,8); }
H1.HeaderClassName
{
color: #CF5608;
}
.AnyTagClassName
{
color: #CF5608;
}
</style>
background-color css
<style>
a { background-color: #CF5608; }
a { background-color: rgb(207,86,8); }
div.DivClassName
{
background-color: #CF5608;
}
.BgClassName
{
background-color: #CF5608;
}
</style>
border-color css
<style>
span { border-color: #CF5608; }
span { border-color: rgb(207,86,8); }
td.TdClassName
{
border-color: #CF5608;
}
.TagClassName
{
border-color: #CF5608;
}
</style>