Shades of Tenne (Tawny) #CF5008
Tints of Tenne (Tawny) #CF5008
RGB
CMYK
RGB Variations
Color information
#CF5008 (or 0xCF5008) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 08. RGB value is (207,80,8). Sum of RGB (Red+Green+Blue) = 207+80+8=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5008 is #30AFF7. Grayscale: #6E6E6E. Windows color (decimal): -3190776 or 544975. OLE color: 544975.
HSL color Cylindrical-coordinate representation of color #CF5008: hue angle of 21.71º 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 #CF5008 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 8 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.19 |
| HSL | 21.71º | 0.93% | 0.42% | - |
| HSV(B) | 21.71º | 0.96% | 0.81% | - |
| XYZ | 28.64 | 19.02 | 2.39 | - |
| YUV | 109.77 | 70.58 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 8 | 0 | 0.61 | 0.96 | 0.19 | 21.71 | 0.93 | 0.42 |
| Hex | CF | 50 | 8 | 0 | 3D | 60 | 13 | 16 | 5D | 2A |
| Octal | 317 | 120 | 10 | 0 | 75 | 140 | 23 | 26 | 135 | 52 |
| Binary | 11001111 | 1010000 | 1000 | 0 | 111101 | 1100000 | 10011 | 10110 | 1011101 | 101010 |
Color Harmonies of #CF5008
Complementary color
Monochromatic Colors of #CF5008
Black with #CF5008
Text Example
Text Example
White with #CF5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5008; }
p { color: rgb(207,80,8); }
H1.HeaderClassName
{
color: #CF5008;
}
.AnyTagClassName
{
color: #CF5008;
}
</style>
background-color css
<style>
a { background-color: #CF5008; }
a { background-color: rgb(207,80,8); }
div.DivClassName
{
background-color: #CF5008;
}
.BgClassName
{
background-color: #CF5008;
}
</style>
border-color css
<style>
span { border-color: #CF5008; }
span { border-color: rgb(207,80,8); }
td.TdClassName
{
border-color: #CF5008;
}
.TagClassName
{
border-color: #CF5008;
}
</style>