Shades of Tenne (Tawny) #CF4D08
Tints of Tenne (Tawny) #CF4D08
RGB
CMYK
RGB Variations
Color information
#CF4D08 (or 0xCF4D08) is known color: Tenne (Tawny). HEX triplet: CF, 4D and 08. RGB value is (207,77,8). Sum of RGB (Red+Green+Blue) = 207+77+8=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4D08 is #30B2F7. Grayscale: #6C6C6C. Windows color (decimal): -3191544 or 544207. OLE color: 544207.
HSL color Cylindrical-coordinate representation of color #CF4D08: hue angle of 20.8º 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 #CF4D08 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 8 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.19 |
| HSL | 20.8º | 0.93% | 0.42% | - |
| HSV(B) | 20.8º | 0.96% | 0.81% | - |
| XYZ | 28.43 | 18.59 | 2.32 | - |
| YUV | 108 | 71.57 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 8 | 0 | 0.63 | 0.96 | 0.19 | 20.8 | 0.93 | 0.42 |
| Hex | CF | 4D | 8 | 0 | 3F | 60 | 13 | 15 | 5D | 2A |
| Octal | 317 | 115 | 10 | 0 | 77 | 140 | 23 | 25 | 135 | 52 |
| Binary | 11001111 | 1001101 | 1000 | 0 | 111111 | 1100000 | 10011 | 10101 | 1011101 | 101010 |
Color Harmonies of #CF4D08
Complementary color
Monochromatic Colors of #CF4D08
Black with #CF4D08
Text Example
Text Example
White with #CF4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D08; }
p { color: rgb(207,77,8); }
H1.HeaderClassName
{
color: #CF4D08;
}
.AnyTagClassName
{
color: #CF4D08;
}
</style>
background-color css
<style>
a { background-color: #CF4D08; }
a { background-color: rgb(207,77,8); }
div.DivClassName
{
background-color: #CF4D08;
}
.BgClassName
{
background-color: #CF4D08;
}
</style>
border-color css
<style>
span { border-color: #CF4D08; }
span { border-color: rgb(207,77,8); }
td.TdClassName
{
border-color: #CF4D08;
}
.TagClassName
{
border-color: #CF4D08;
}
</style>