Shades of Tenne (Tawny) #CF4B11
Tints of Tenne (Tawny) #CF4B11
RGB
CMYK
RGB Variations
Color information
#CF4B11 (or 0xCF4B11) is known color: Tenne (Tawny). HEX triplet: CF, 4B and 11. RGB value is (207,75,17). Sum of RGB (Red+Green+Blue) = 207+75+17=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4B11 is #30B4EE. Grayscale: #6C6C6C. Windows color (decimal): -3192047 or 1133519. OLE color: 1133519.
HSL color Cylindrical-coordinate representation of color #CF4B11: hue angle of 18.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF4B11 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 17 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.19 |
| HSL | 18.32º | 0.85% | 0.44% | - |
| HSV(B) | 18.32º | 0.92% | 0.81% | - |
| XYZ | 28.35 | 18.34 | 2.58 | - |
| YUV | 107.86 | 76.73 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 17 | 0 | 0.64 | 0.92 | 0.19 | 18.32 | 0.85 | 0.44 |
| Hex | CF | 4B | 11 | 0 | 40 | 5C | 13 | 12 | 55 | 2C |
| Octal | 317 | 113 | 21 | 0 | 100 | 134 | 23 | 22 | 125 | 54 |
| Binary | 11001111 | 1001011 | 10001 | 0 | 1000000 | 1011100 | 10011 | 10010 | 1010101 | 101100 |
Color Harmonies of #CF4B11
Complementary color
Monochromatic Colors of #CF4B11
Black with #CF4B11
Text Example
Text Example
White with #CF4B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B11; }
p { color: rgb(207,75,17); }
H1.HeaderClassName
{
color: #CF4B11;
}
.AnyTagClassName
{
color: #CF4B11;
}
</style>
background-color css
<style>
a { background-color: #CF4B11; }
a { background-color: rgb(207,75,17); }
div.DivClassName
{
background-color: #CF4B11;
}
.BgClassName
{
background-color: #CF4B11;
}
</style>
border-color css
<style>
span { border-color: #CF4B11; }
span { border-color: rgb(207,75,17); }
td.TdClassName
{
border-color: #CF4B11;
}
.TagClassName
{
border-color: #CF4B11;
}
</style>