Shades of Tenne (Tawny) #CF4905
Tints of Tenne (Tawny) #CF4905
RGB
CMYK
RGB Variations
Color information
#CF4905 (or 0xCF4905) is known color: Tenne (Tawny). HEX triplet: CF, 49 and 05. RGB value is (207,73,5). Sum of RGB (Red+Green+Blue) = 207+73+5=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4905 is #30B6FA. Grayscale: #696969. Windows color (decimal): -3192571 or 346575. OLE color: 346575.
HSL color Cylindrical-coordinate representation of color #CF4905: hue angle of 20.2º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF4905 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.19 |
| HSL | 20.2º | 0.95% | 0.42% | - |
| HSV(B) | 20.2º | 0.98% | 0.81% | - |
| XYZ | 28.14 | 18.04 | 2.14 | - |
| YUV | 105.31 | 71.39 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 5 | 0 | 0.65 | 0.98 | 0.19 | 20.2 | 0.95 | 0.42 |
| Hex | CF | 49 | 5 | 0 | 41 | 62 | 13 | 14 | 5F | 2A |
| Octal | 317 | 111 | 5 | 0 | 101 | 142 | 23 | 24 | 137 | 52 |
| Binary | 11001111 | 1001001 | 101 | 0 | 1000001 | 1100010 | 10011 | 10100 | 1011111 | 101010 |
Color Harmonies of #CF4905
Complementary color
Monochromatic Colors of #CF4905
Black with #CF4905
Text Example
Text Example
White with #CF4905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4905; }
p { color: rgb(207,73,5); }
H1.HeaderClassName
{
color: #CF4905;
}
.AnyTagClassName
{
color: #CF4905;
}
</style>
background-color css
<style>
a { background-color: #CF4905; }
a { background-color: rgb(207,73,5); }
div.DivClassName
{
background-color: #CF4905;
}
.BgClassName
{
background-color: #CF4905;
}
</style>
border-color css
<style>
span { border-color: #CF4905; }
span { border-color: rgb(207,73,5); }
td.TdClassName
{
border-color: #CF4905;
}
.TagClassName
{
border-color: #CF4905;
}
</style>