Shades of Tenne (Tawny) #CF6200
Tints of Tenne (Tawny) #CF6200
RGB
CMYK
RGB Variations
Color information
#CF6200 (or 0xCF6200) is known color: Tenne (Tawny). HEX triplet: CF, 62 and 00. RGB value is (207,98,0). Sum of RGB (Red+Green+Blue) = 207+98+0=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6200 is #309DFF. Grayscale: #777777. Windows color (decimal): -3186176 or 25295. OLE color: 25295.
HSL color Cylindrical-coordinate representation of color #CF6200: hue angle of 28.41º 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 #CF6200 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.19 |
| HSL | 28.41º | 1% | 0.41% | - |
| HSV(B) | 28.41º | 1% | 0.81% | - |
| XYZ | 30.1 | 22 | 2.66 | - |
| YUV | 119.42 | 60.61 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 0 | 0 | 0.53 | 1 | 0.19 | 28.41 | 1 | 0.41 |
| Hex | CF | 62 | 0 | 0 | 35 | 64 | 13 | 1C | 64 | 29 |
| Octal | 317 | 142 | 0 | 0 | 65 | 144 | 23 | 34 | 144 | 51 |
| Binary | 11001111 | 1100010 | 0 | 0 | 110101 | 1100100 | 10011 | 11100 | 1100100 | 101001 |
Color Harmonies of #CF6200
Complementary color
Monochromatic Colors of #CF6200
Black with #CF6200
Text Example
Text Example
White with #CF6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6200; }
p { color: rgb(207,98,0); }
H1.HeaderClassName
{
color: #CF6200;
}
.AnyTagClassName
{
color: #CF6200;
}
</style>
background-color css
<style>
a { background-color: #CF6200; }
a { background-color: rgb(207,98,0); }
div.DivClassName
{
background-color: #CF6200;
}
.BgClassName
{
background-color: #CF6200;
}
</style>
border-color css
<style>
span { border-color: #CF6200; }
span { border-color: rgb(207,98,0); }
td.TdClassName
{
border-color: #CF6200;
}
.TagClassName
{
border-color: #CF6200;
}
</style>