Shades of Tenne (Tawny) #CF4908
Tints of Tenne (Tawny) #CF4908
RGB
CMYK
RGB Variations
Color information
#CF4908 (or 0xCF4908) is known color: Tenne (Tawny). HEX triplet: CF, 49 and 08. RGB value is (207,73,8). Sum of RGB (Red+Green+Blue) = 207+73+8=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4908 is #30B6F7. Grayscale: #6A6A6A. Windows color (decimal): -3192568 or 543183. OLE color: 543183.
HSL color Cylindrical-coordinate representation of color #CF4908: hue angle of 19.6º 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 #CF4908 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.19 |
| HSL | 19.6º | 0.93% | 0.42% | - |
| HSV(B) | 19.6º | 0.96% | 0.81% | - |
| XYZ | 28.16 | 18.05 | 2.23 | - |
| YUV | 105.66 | 72.89 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 8 | 0 | 0.65 | 0.96 | 0.19 | 19.6 | 0.93 | 0.42 |
| Hex | CF | 49 | 8 | 0 | 41 | 60 | 13 | 14 | 5D | 2A |
| Octal | 317 | 111 | 10 | 0 | 101 | 140 | 23 | 24 | 135 | 52 |
| Binary | 11001111 | 1001001 | 1000 | 0 | 1000001 | 1100000 | 10011 | 10100 | 1011101 | 101010 |
Color Harmonies of #CF4908
Complementary color
Monochromatic Colors of #CF4908
Black with #CF4908
Text Example
Text Example
White with #CF4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4908; }
p { color: rgb(207,73,8); }
H1.HeaderClassName
{
color: #CF4908;
}
.AnyTagClassName
{
color: #CF4908;
}
</style>
background-color css
<style>
a { background-color: #CF4908; }
a { background-color: rgb(207,73,8); }
div.DivClassName
{
background-color: #CF4908;
}
.BgClassName
{
background-color: #CF4908;
}
</style>
border-color css
<style>
span { border-color: #CF4908; }
span { border-color: rgb(207,73,8); }
td.TdClassName
{
border-color: #CF4908;
}
.TagClassName
{
border-color: #CF4908;
}
</style>