Shades of Tenne (Tawny) #CF490D
Tints of Tenne (Tawny) #CF490D
RGB
CMYK
RGB Variations
Color information
#CF490D (or 0xCF490D) is known color: Tenne (Tawny). HEX triplet: CF, 49 and 0D. RGB value is (207,73,13). Sum of RGB (Red+Green+Blue) = 207+73+13=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF490D is #30B6F2. Grayscale: #6A6A6A. Windows color (decimal): -3192563 or 870863. OLE color: 870863.
HSL color Cylindrical-coordinate representation of color #CF490D: hue angle of 18.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF490D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.19 |
| HSL | 18.56º | 0.88% | 0.43% | - |
| HSV(B) | 18.56º | 0.94% | 0.81% | - |
| XYZ | 28.19 | 18.06 | 2.38 | - |
| YUV | 106.23 | 75.39 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 13 | 0 | 0.65 | 0.94 | 0.19 | 18.56 | 0.88 | 0.43 |
| Hex | CF | 49 | D | 0 | 41 | 5E | 13 | 13 | 58 | 2B |
| Octal | 317 | 111 | 15 | 0 | 101 | 136 | 23 | 23 | 130 | 53 |
| Binary | 11001111 | 1001001 | 1101 | 0 | 1000001 | 1011110 | 10011 | 10011 | 1011000 | 101011 |
Color Harmonies of #CF490D
Complementary color
Monochromatic Colors of #CF490D
Black with #CF490D
Text Example
Text Example
White with #CF490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF490D; }
p { color: rgb(207,73,13); }
H1.HeaderClassName
{
color: #CF490D;
}
.AnyTagClassName
{
color: #CF490D;
}
</style>
background-color css
<style>
a { background-color: #CF490D; }
a { background-color: rgb(207,73,13); }
div.DivClassName
{
background-color: #CF490D;
}
.BgClassName
{
background-color: #CF490D;
}
</style>
border-color css
<style>
span { border-color: #CF490D; }
span { border-color: rgb(207,73,13); }
td.TdClassName
{
border-color: #CF490D;
}
.TagClassName
{
border-color: #CF490D;
}
</style>