Shades of Tenne (Tawny) #CF5004
Tints of Tenne (Tawny) #CF5004
RGB
CMYK
RGB Variations
Color information
#CF5004 (or 0xCF5004) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 04. RGB value is (207,80,4). Sum of RGB (Red+Green+Blue) = 207+80+4=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5004 is #30AFFB. Grayscale: #6D6D6D. Windows color (decimal): -3190780 or 282831. OLE color: 282831.
HSL color Cylindrical-coordinate representation of color #CF5004: hue angle of 22.46º 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 #CF5004 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.19 |
| HSL | 22.46º | 0.96% | 0.41% | - |
| HSV(B) | 22.46º | 0.98% | 0.81% | - |
| XYZ | 28.62 | 19.01 | 2.28 | - |
| YUV | 109.31 | 68.58 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 4 | 0 | 0.61 | 0.98 | 0.19 | 22.46 | 0.96 | 0.41 |
| Hex | CF | 50 | 4 | 0 | 3D | 62 | 13 | 16 | 60 | 29 |
| Octal | 317 | 120 | 4 | 0 | 75 | 142 | 23 | 26 | 140 | 51 |
| Binary | 11001111 | 1010000 | 100 | 0 | 111101 | 1100010 | 10011 | 10110 | 1100000 | 101001 |
Color Harmonies of #CF5004
Complementary color
Monochromatic Colors of #CF5004
Black with #CF5004
Text Example
Text Example
White with #CF5004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5004; }
p { color: rgb(207,80,4); }
H1.HeaderClassName
{
color: #CF5004;
}
.AnyTagClassName
{
color: #CF5004;
}
</style>
background-color css
<style>
a { background-color: #CF5004; }
a { background-color: rgb(207,80,4); }
div.DivClassName
{
background-color: #CF5004;
}
.BgClassName
{
background-color: #CF5004;
}
</style>
border-color css
<style>
span { border-color: #CF5004; }
span { border-color: rgb(207,80,4); }
td.TdClassName
{
border-color: #CF5004;
}
.TagClassName
{
border-color: #CF5004;
}
</style>