Shades of Tenne (Tawny) #CF5708
Tints of Tenne (Tawny) #CF5708
RGB
CMYK
RGB Variations
Color information
#CF5708 (or 0xCF5708) is known color: Tenne (Tawny). HEX triplet: CF, 57 and 08. RGB value is (207,87,8). Sum of RGB (Red+Green+Blue) = 207+87+8=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5708 is #30A8F7. Grayscale: #727272. Windows color (decimal): -3188984 or 546767. OLE color: 546767.
HSL color Cylindrical-coordinate representation of color #CF5708: hue angle of 23.82º 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 #CF5708 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.19 |
| HSL | 23.82º | 0.93% | 0.42% | - |
| HSV(B) | 23.82º | 0.96% | 0.81% | - |
| XYZ | 29.18 | 20.1 | 2.57 | - |
| YUV | 113.87 | 68.26 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 8 | 0 | 0.58 | 0.96 | 0.19 | 23.82 | 0.93 | 0.42 |
| Hex | CF | 57 | 8 | 0 | 3A | 60 | 13 | 18 | 5D | 2A |
| Octal | 317 | 127 | 10 | 0 | 72 | 140 | 23 | 30 | 135 | 52 |
| Binary | 11001111 | 1010111 | 1000 | 0 | 111010 | 1100000 | 10011 | 11000 | 1011101 | 101010 |
Color Harmonies of #CF5708
Complementary color
Monochromatic Colors of #CF5708
Black with #CF5708
Text Example
Text Example
White with #CF5708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5708; }
p { color: rgb(207,87,8); }
H1.HeaderClassName
{
color: #CF5708;
}
.AnyTagClassName
{
color: #CF5708;
}
</style>
background-color css
<style>
a { background-color: #CF5708; }
a { background-color: rgb(207,87,8); }
div.DivClassName
{
background-color: #CF5708;
}
.BgClassName
{
background-color: #CF5708;
}
</style>
border-color css
<style>
span { border-color: #CF5708; }
span { border-color: rgb(207,87,8); }
td.TdClassName
{
border-color: #CF5708;
}
.TagClassName
{
border-color: #CF5708;
}
</style>