Shades of Tenne (Tawny) #CF6005
Tints of Tenne (Tawny) #CF6005
RGB
CMYK
RGB Variations
Color information
#CF6005 (or 0xCF6005) is known color: Tenne (Tawny). HEX triplet: CF, 60 and 05. RGB value is (207,96,5). Sum of RGB (Red+Green+Blue) = 207+96+5=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6005 is #309FFA. Grayscale: #777777. Windows color (decimal): -3186683 or 352463. OLE color: 352463.
HSL color Cylindrical-coordinate representation of color #CF6005: hue angle of 27.03º 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 #CF6005 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.19 |
| HSL | 27.03º | 0.95% | 0.42% | - |
| HSV(B) | 27.03º | 0.98% | 0.81% | - |
| XYZ | 29.94 | 21.64 | 2.74 | - |
| YUV | 118.82 | 63.77 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 5 | 0 | 0.54 | 0.98 | 0.19 | 27.03 | 0.95 | 0.42 |
| Hex | CF | 60 | 5 | 0 | 36 | 62 | 13 | 1B | 5F | 2A |
| Octal | 317 | 140 | 5 | 0 | 66 | 142 | 23 | 33 | 137 | 52 |
| Binary | 11001111 | 1100000 | 101 | 0 | 110110 | 1100010 | 10011 | 11011 | 1011111 | 101010 |
Color Harmonies of #CF6005
Complementary color
Monochromatic Colors of #CF6005
Black with #CF6005
Text Example
Text Example
White with #CF6005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6005; }
p { color: rgb(207,96,5); }
H1.HeaderClassName
{
color: #CF6005;
}
.AnyTagClassName
{
color: #CF6005;
}
</style>
background-color css
<style>
a { background-color: #CF6005; }
a { background-color: rgb(207,96,5); }
div.DivClassName
{
background-color: #CF6005;
}
.BgClassName
{
background-color: #CF6005;
}
</style>
border-color css
<style>
span { border-color: #CF6005; }
span { border-color: rgb(207,96,5); }
td.TdClassName
{
border-color: #CF6005;
}
.TagClassName
{
border-color: #CF6005;
}
</style>