Shades of Tenne (Tawny) #CF4805
Tints of Tenne (Tawny) #CF4805
RGB
CMYK
RGB Variations
Color information
#CF4805 (or 0xCF4805) is known color: Tenne (Tawny). HEX triplet: CF, 48 and 05. RGB value is (207,72,5). Sum of RGB (Red+Green+Blue) = 207+72+5=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4805 is #30B7FA. Grayscale: #696969. Windows color (decimal): -3192827 or 346319. OLE color: 346319.
HSL color Cylindrical-coordinate representation of color #CF4805: hue angle of 19.9º 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 #CF4805 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.19 |
| HSL | 19.9º | 0.95% | 0.42% | - |
| HSV(B) | 19.9º | 0.98% | 0.81% | - |
| XYZ | 28.08 | 17.91 | 2.12 | - |
| YUV | 104.73 | 71.73 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 5 | 0 | 0.65 | 0.98 | 0.19 | 19.9 | 0.95 | 0.42 |
| Hex | CF | 48 | 5 | 0 | 41 | 62 | 13 | 14 | 5F | 2A |
| Octal | 317 | 110 | 5 | 0 | 101 | 142 | 23 | 24 | 137 | 52 |
| Binary | 11001111 | 1001000 | 101 | 0 | 1000001 | 1100010 | 10011 | 10100 | 1011111 | 101010 |
Color Harmonies of #CF4805
Complementary color
Monochromatic Colors of #CF4805
Black with #CF4805
Text Example
Text Example
White with #CF4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4805; }
p { color: rgb(207,72,5); }
H1.HeaderClassName
{
color: #CF4805;
}
.AnyTagClassName
{
color: #CF4805;
}
</style>
background-color css
<style>
a { background-color: #CF4805; }
a { background-color: rgb(207,72,5); }
div.DivClassName
{
background-color: #CF4805;
}
.BgClassName
{
background-color: #CF4805;
}
</style>
border-color css
<style>
span { border-color: #CF4805; }
span { border-color: rgb(207,72,5); }
td.TdClassName
{
border-color: #CF4805;
}
.TagClassName
{
border-color: #CF4805;
}
</style>