Shades of Tenne (Tawny) #CF470A
Tints of Tenne (Tawny) #CF470A
RGB
CMYK
RGB Variations
Color information
#CF470A (or 0xCF470A) is known color: Tenne (Tawny). HEX triplet: CF, 47 and 0A. RGB value is (207,71,10). Sum of RGB (Red+Green+Blue) = 207+71+10=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF470A is #30B8F5. Grayscale: #696969. Windows color (decimal): -3193078 or 673743. OLE color: 673743.
HSL color Cylindrical-coordinate representation of color #CF470A: hue angle of 18.58º degrees, saturation: 0.91, 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 #CF470A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.19 |
| HSL | 18.58º | 0.91% | 0.43% | - |
| HSV(B) | 18.58º | 0.95% | 0.81% | - |
| XYZ | 28.04 | 17.79 | 2.24 | - |
| YUV | 104.71 | 74.56 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 10 | 0 | 0.66 | 0.95 | 0.19 | 18.58 | 0.91 | 0.43 |
| Hex | CF | 47 | A | 0 | 42 | 5F | 13 | 13 | 5B | 2B |
| Octal | 317 | 107 | 12 | 0 | 102 | 137 | 23 | 23 | 133 | 53 |
| Binary | 11001111 | 1000111 | 1010 | 0 | 1000010 | 1011111 | 10011 | 10011 | 1011011 | 101011 |
Color Harmonies of #CF470A
Complementary color
Monochromatic Colors of #CF470A
Black with #CF470A
Text Example
Text Example
White with #CF470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF470A; }
p { color: rgb(207,71,10); }
H1.HeaderClassName
{
color: #CF470A;
}
.AnyTagClassName
{
color: #CF470A;
}
</style>
background-color css
<style>
a { background-color: #CF470A; }
a { background-color: rgb(207,71,10); }
div.DivClassName
{
background-color: #CF470A;
}
.BgClassName
{
background-color: #CF470A;
}
</style>
border-color css
<style>
span { border-color: #CF470A; }
span { border-color: rgb(207,71,10); }
td.TdClassName
{
border-color: #CF470A;
}
.TagClassName
{
border-color: #CF470A;
}
</style>