Shades of Tenne (Tawny) #CF6900
Tints of Tenne (Tawny) #CF6900
RGB
CMYK
RGB Variations
Color information
#CF6900 (or 0xCF6900) is known color: Tenne (Tawny). HEX triplet: CF, 69 and 00. RGB value is (207,105,0). Sum of RGB (Red+Green+Blue) = 207+105+0=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6900 is #3096FF. Grayscale: #7C7C7C. Windows color (decimal): -3184384 or 27087. OLE color: 27087.
HSL color Cylindrical-coordinate representation of color #CF6900: hue angle of 30.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF6900 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.19 |
| HSL | 30.43º | 1% | 0.41% | - |
| HSV(B) | 30.43º | 1% | 0.81% | - |
| XYZ | 30.78 | 23.37 | 2.89 | - |
| YUV | 123.53 | 58.29 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 0 | 0 | 0.49 | 1 | 0.19 | 30.43 | 1 | 0.41 |
| Hex | CF | 69 | 0 | 0 | 31 | 64 | 13 | 1E | 64 | 29 |
| Octal | 317 | 151 | 0 | 0 | 61 | 144 | 23 | 36 | 144 | 51 |
| Binary | 11001111 | 1101001 | 0 | 0 | 110001 | 1100100 | 10011 | 11110 | 1100100 | 101001 |
Color Harmonies of #CF6900
Complementary color
Monochromatic Colors of #CF6900
Black with #CF6900
Text Example
Text Example
White with #CF6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6900; }
p { color: rgb(207,105,0); }
H1.HeaderClassName
{
color: #CF6900;
}
.AnyTagClassName
{
color: #CF6900;
}
</style>
background-color css
<style>
a { background-color: #CF6900; }
a { background-color: rgb(207,105,0); }
div.DivClassName
{
background-color: #CF6900;
}
.BgClassName
{
background-color: #CF6900;
}
</style>
border-color css
<style>
span { border-color: #CF6900; }
span { border-color: rgb(207,105,0); }
td.TdClassName
{
border-color: #CF6900;
}
.TagClassName
{
border-color: #CF6900;
}
</style>