Shades of Tenne (Tawny) #CF5808
Tints of Tenne (Tawny) #CF5808
RGB
CMYK
RGB Variations
Color information
#CF5808 (or 0xCF5808) is known color: Tenne (Tawny). HEX triplet: CF, 58 and 08. RGB value is (207,88,8). Sum of RGB (Red+Green+Blue) = 207+88+8=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5808 is #30A7F7. Grayscale: #727272. Windows color (decimal): -3188728 or 547023. OLE color: 547023.
HSL color Cylindrical-coordinate representation of color #CF5808: hue angle of 24.12º 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 #CF5808 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 8 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.19 |
| HSL | 24.12º | 0.93% | 0.42% | - |
| HSV(B) | 24.12º | 0.96% | 0.81% | - |
| XYZ | 29.27 | 20.26 | 2.6 | - |
| YUV | 114.46 | 67.92 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 8 | 0 | 0.57 | 0.96 | 0.19 | 24.12 | 0.93 | 0.42 |
| Hex | CF | 58 | 8 | 0 | 39 | 60 | 13 | 18 | 5D | 2A |
| Octal | 317 | 130 | 10 | 0 | 71 | 140 | 23 | 30 | 135 | 52 |
| Binary | 11001111 | 1011000 | 1000 | 0 | 111001 | 1100000 | 10011 | 11000 | 1011101 | 101010 |
Color Harmonies of #CF5808
Complementary color
Monochromatic Colors of #CF5808
Black with #CF5808
Text Example
Text Example
White with #CF5808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5808; }
p { color: rgb(207,88,8); }
H1.HeaderClassName
{
color: #CF5808;
}
.AnyTagClassName
{
color: #CF5808;
}
</style>
background-color css
<style>
a { background-color: #CF5808; }
a { background-color: rgb(207,88,8); }
div.DivClassName
{
background-color: #CF5808;
}
.BgClassName
{
background-color: #CF5808;
}
</style>
border-color css
<style>
span { border-color: #CF5808; }
span { border-color: rgb(207,88,8); }
td.TdClassName
{
border-color: #CF5808;
}
.TagClassName
{
border-color: #CF5808;
}
</style>