Shades of Tenne (Tawny) #CF6802
Tints of Tenne (Tawny) #CF6802
RGB
CMYK
RGB Variations
Color information
#CF6802 (or 0xCF6802) is known color: Tenne (Tawny). HEX triplet: CF, 68 and 02. RGB value is (207,104,2). Sum of RGB (Red+Green+Blue) = 207+104+2=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6802 is #3097FD. Grayscale: #7B7B7B. Windows color (decimal): -3184638 or 157903. OLE color: 157903.
HSL color Cylindrical-coordinate representation of color #CF6802: hue angle of 29.85º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF6802 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.19 |
| HSL | 29.85º | 0.98% | 0.41% | - |
| HSV(B) | 29.85º | 0.99% | 0.81% | - |
| XYZ | 30.69 | 23.17 | 2.91 | - |
| YUV | 123.17 | 59.62 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 2 | 0 | 0.50 | 0.99 | 0.19 | 29.85 | 0.98 | 0.41 |
| Hex | CF | 68 | 2 | 0 | 32 | 63 | 13 | 1E | 62 | 29 |
| Octal | 317 | 150 | 2 | 0 | 62 | 143 | 23 | 36 | 142 | 51 |
| Binary | 11001111 | 1101000 | 10 | 0 | 110010 | 1100011 | 10011 | 11110 | 1100010 | 101001 |
Color Harmonies of #CF6802
Complementary color
Monochromatic Colors of #CF6802
Black with #CF6802
Text Example
Text Example
White with #CF6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6802; }
p { color: rgb(207,104,2); }
H1.HeaderClassName
{
color: #CF6802;
}
.AnyTagClassName
{
color: #CF6802;
}
</style>
background-color css
<style>
a { background-color: #CF6802; }
a { background-color: rgb(207,104,2); }
div.DivClassName
{
background-color: #CF6802;
}
.BgClassName
{
background-color: #CF6802;
}
</style>
border-color css
<style>
span { border-color: #CF6802; }
span { border-color: rgb(207,104,2); }
td.TdClassName
{
border-color: #CF6802;
}
.TagClassName
{
border-color: #CF6802;
}
</style>