Shades of Tenne (Tawny) #CF5001
Tints of Tenne (Tawny) #CF5001
RGB
CMYK
RGB Variations
Color information
#CF5001 (or 0xCF5001) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 01. RGB value is (207,80,1). Sum of RGB (Red+Green+Blue) = 207+80+1=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5001 is #30AFFE. Grayscale: #6D6D6D. Windows color (decimal): -3190783 or 86223. OLE color: 86223.
HSL color Cylindrical-coordinate representation of color #CF5001: hue angle of 23.01º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF5001 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.19 |
| HSL | 23.01º | 0.99% | 0.41% | - |
| HSV(B) | 23.01º | 1% | 0.81% | - |
| XYZ | 28.61 | 19 | 2.19 | - |
| YUV | 108.97 | 67.08 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 1 | 0 | 0.61 | 1.00 | 0.19 | 23.01 | 0.99 | 0.41 |
| Hex | CF | 50 | 1 | 0 | 3D | 64 | 13 | 17 | 63 | 29 |
| Octal | 317 | 120 | 1 | 0 | 75 | 144 | 23 | 27 | 143 | 51 |
| Binary | 11001111 | 1010000 | 1 | 0 | 111101 | 1100100 | 10011 | 10111 | 1100011 | 101001 |
Color Harmonies of #CF5001
Complementary color
Monochromatic Colors of #CF5001
Black with #CF5001
Text Example
Text Example
White with #CF5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5001; }
p { color: rgb(207,80,1); }
H1.HeaderClassName
{
color: #CF5001;
}
.AnyTagClassName
{
color: #CF5001;
}
</style>
background-color css
<style>
a { background-color: #CF5001; }
a { background-color: rgb(207,80,1); }
div.DivClassName
{
background-color: #CF5001;
}
.BgClassName
{
background-color: #CF5001;
}
</style>
border-color css
<style>
span { border-color: #CF5001; }
span { border-color: rgb(207,80,1); }
td.TdClassName
{
border-color: #CF5001;
}
.TagClassName
{
border-color: #CF5001;
}
</style>