Shades of Tenne (Tawny) #CF470B
Tints of Tenne (Tawny) #CF470B
RGB
CMYK
RGB Variations
Color information
#CF470B (or 0xCF470B) is known color: Tenne (Tawny). HEX triplet: CF, 47 and 0B. RGB value is (207,71,11). Sum of RGB (Red+Green+Blue) = 207+71+11=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF470B is #30B8F4. Grayscale: #696969. Windows color (decimal): -3193077 or 739279. OLE color: 739279.
HSL color Cylindrical-coordinate representation of color #CF470B: hue angle of 18.37º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF470B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 11 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.19 |
| HSL | 18.37º | 0.9% | 0.43% | - |
| HSV(B) | 18.37º | 0.95% | 0.81% | - |
| XYZ | 28.05 | 17.8 | 2.27 | - |
| YUV | 104.82 | 75.06 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 11 | 0 | 0.66 | 0.95 | 0.19 | 18.37 | 0.9 | 0.43 |
| Hex | CF | 47 | B | 0 | 42 | 5F | 13 | 12 | 5A | 2B |
| Octal | 317 | 107 | 13 | 0 | 102 | 137 | 23 | 22 | 132 | 53 |
| Binary | 11001111 | 1000111 | 1011 | 0 | 1000010 | 1011111 | 10011 | 10010 | 1011010 | 101011 |
Color Harmonies of #CF470B
Complementary color
Monochromatic Colors of #CF470B
Black with #CF470B
Text Example
Text Example
White with #CF470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF470B; }
p { color: rgb(207,71,11); }
H1.HeaderClassName
{
color: #CF470B;
}
.AnyTagClassName
{
color: #CF470B;
}
</style>
background-color css
<style>
a { background-color: #CF470B; }
a { background-color: rgb(207,71,11); }
div.DivClassName
{
background-color: #CF470B;
}
.BgClassName
{
background-color: #CF470B;
}
</style>
border-color css
<style>
span { border-color: #CF470B; }
span { border-color: rgb(207,71,11); }
td.TdClassName
{
border-color: #CF470B;
}
.TagClassName
{
border-color: #CF470B;
}
</style>