Shades of Tenne (Tawny) #CF5508
Tints of Tenne (Tawny) #CF5508
RGB
CMYK
RGB Variations
Color information
#CF5508 (or 0xCF5508) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 08. RGB value is (207,85,8). Sum of RGB (Red+Green+Blue) = 207+85+8=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5508 is #30AAF7. Grayscale: #717171. Windows color (decimal): -3189496 or 546255. OLE color: 546255.
HSL color Cylindrical-coordinate representation of color #CF5508: hue angle of 23.22º 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 #CF5508 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.19 |
| HSL | 23.22º | 0.93% | 0.42% | - |
| HSV(B) | 23.22º | 0.96% | 0.81% | - |
| XYZ | 29.02 | 19.78 | 2.52 | - |
| YUV | 112.7 | 68.92 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 8 | 0 | 0.59 | 0.96 | 0.19 | 23.22 | 0.93 | 0.42 |
| Hex | CF | 55 | 8 | 0 | 3B | 60 | 13 | 17 | 5D | 2A |
| Octal | 317 | 125 | 10 | 0 | 73 | 140 | 23 | 27 | 135 | 52 |
| Binary | 11001111 | 1010101 | 1000 | 0 | 111011 | 1100000 | 10011 | 10111 | 1011101 | 101010 |
Color Harmonies of #CF5508
Complementary color
Monochromatic Colors of #CF5508
Black with #CF5508
Text Example
Text Example
White with #CF5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5508; }
p { color: rgb(207,85,8); }
H1.HeaderClassName
{
color: #CF5508;
}
.AnyTagClassName
{
color: #CF5508;
}
</style>
background-color css
<style>
a { background-color: #CF5508; }
a { background-color: rgb(207,85,8); }
div.DivClassName
{
background-color: #CF5508;
}
.BgClassName
{
background-color: #CF5508;
}
</style>
border-color css
<style>
span { border-color: #CF5508; }
span { border-color: rgb(207,85,8); }
td.TdClassName
{
border-color: #CF5508;
}
.TagClassName
{
border-color: #CF5508;
}
</style>