Shades of Tenne (Tawny) #CF5104
Tints of Tenne (Tawny) #CF5104
RGB
CMYK
RGB Variations
Color information
#CF5104 (or 0xCF5104) is known color: Tenne (Tawny). HEX triplet: CF, 51 and 04. RGB value is (207,81,4). Sum of RGB (Red+Green+Blue) = 207+81+4=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5104 is #30AEFB. Grayscale: #6E6E6E. Windows color (decimal): -3190524 or 283087. OLE color: 283087.
HSL color Cylindrical-coordinate representation of color #CF5104: hue angle of 22.76º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF5104 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.19 |
| HSL | 22.76º | 0.96% | 0.41% | - |
| HSV(B) | 22.76º | 0.98% | 0.81% | - |
| XYZ | 28.7 | 19.16 | 2.3 | - |
| YUV | 109.9 | 68.24 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 4 | 0 | 0.61 | 0.98 | 0.19 | 22.76 | 0.96 | 0.41 |
| Hex | CF | 51 | 4 | 0 | 3D | 62 | 13 | 17 | 60 | 29 |
| Octal | 317 | 121 | 4 | 0 | 75 | 142 | 23 | 27 | 140 | 51 |
| Binary | 11001111 | 1010001 | 100 | 0 | 111101 | 1100010 | 10011 | 10111 | 1100000 | 101001 |
Color Harmonies of #CF5104
Complementary color
Monochromatic Colors of #CF5104
Black with #CF5104
Text Example
Text Example
White with #CF5104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5104; }
p { color: rgb(207,81,4); }
H1.HeaderClassName
{
color: #CF5104;
}
.AnyTagClassName
{
color: #CF5104;
}
</style>
background-color css
<style>
a { background-color: #CF5104; }
a { background-color: rgb(207,81,4); }
div.DivClassName
{
background-color: #CF5104;
}
.BgClassName
{
background-color: #CF5104;
}
</style>
border-color css
<style>
span { border-color: #CF5104; }
span { border-color: rgb(207,81,4); }
td.TdClassName
{
border-color: #CF5104;
}
.TagClassName
{
border-color: #CF5104;
}
</style>