Shades of Tenne (Tawny) #CF6505
Tints of Tenne (Tawny) #CF6505
RGB
CMYK
RGB Variations
Color information
#CF6505 (or 0xCF6505) is known color: Tenne (Tawny). HEX triplet: CF, 65 and 05. RGB value is (207,101,5). Sum of RGB (Red+Green+Blue) = 207+101+5=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6505 is #309AFA. Grayscale: #7A7A7A. Windows color (decimal): -3185403 or 353743. OLE color: 353743.
HSL color Cylindrical-coordinate representation of color #CF6505: hue angle of 28.51º 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 #CF6505 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.19 |
| HSL | 28.51º | 0.95% | 0.42% | - |
| HSV(B) | 28.51º | 0.98% | 0.81% | - |
| XYZ | 30.41 | 22.58 | 2.9 | - |
| YUV | 121.75 | 62.12 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 5 | 0 | 0.51 | 0.98 | 0.19 | 28.51 | 0.95 | 0.42 |
| Hex | CF | 65 | 5 | 0 | 33 | 62 | 13 | 1D | 5F | 2A |
| Octal | 317 | 145 | 5 | 0 | 63 | 142 | 23 | 35 | 137 | 52 |
| Binary | 11001111 | 1100101 | 101 | 0 | 110011 | 1100010 | 10011 | 11101 | 1011111 | 101010 |
Color Harmonies of #CF6505
Complementary color
Monochromatic Colors of #CF6505
Black with #CF6505
Text Example
Text Example
White with #CF6505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6505; }
p { color: rgb(207,101,5); }
H1.HeaderClassName
{
color: #CF6505;
}
.AnyTagClassName
{
color: #CF6505;
}
</style>
background-color css
<style>
a { background-color: #CF6505; }
a { background-color: rgb(207,101,5); }
div.DivClassName
{
background-color: #CF6505;
}
.BgClassName
{
background-color: #CF6505;
}
</style>
border-color css
<style>
span { border-color: #CF6505; }
span { border-color: rgb(207,101,5); }
td.TdClassName
{
border-color: #CF6505;
}
.TagClassName
{
border-color: #CF6505;
}
</style>