Shades of Tenne (Tawny) #CF6902
Tints of Tenne (Tawny) #CF6902
RGB
CMYK
RGB Variations
Color information
#CF6902 (or 0xCF6902) is known color: Tenne (Tawny). HEX triplet: CF, 69 and 02. RGB value is (207,105,2). Sum of RGB (Red+Green+Blue) = 207+105+2=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6902 is #3096FD. Grayscale: #7C7C7C. Windows color (decimal): -3184382 or 158159. OLE color: 158159.
HSL color Cylindrical-coordinate representation of color #CF6902: hue angle of 30.15º 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 #CF6902 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.19 |
| HSL | 30.15º | 0.98% | 0.41% | - |
| HSV(B) | 30.15º | 0.99% | 0.81% | - |
| XYZ | 30.79 | 23.37 | 2.95 | - |
| YUV | 123.76 | 59.29 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 2 | 0 | 0.49 | 0.99 | 0.19 | 30.15 | 0.98 | 0.41 |
| Hex | CF | 69 | 2 | 0 | 31 | 63 | 13 | 1E | 62 | 29 |
| Octal | 317 | 151 | 2 | 0 | 61 | 143 | 23 | 36 | 142 | 51 |
| Binary | 11001111 | 1101001 | 10 | 0 | 110001 | 1100011 | 10011 | 11110 | 1100010 | 101001 |
Color Harmonies of #CF6902
Complementary color
Monochromatic Colors of #CF6902
Black with #CF6902
Text Example
Text Example
White with #CF6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6902; }
p { color: rgb(207,105,2); }
H1.HeaderClassName
{
color: #CF6902;
}
.AnyTagClassName
{
color: #CF6902;
}
</style>
background-color css
<style>
a { background-color: #CF6902; }
a { background-color: rgb(207,105,2); }
div.DivClassName
{
background-color: #CF6902;
}
.BgClassName
{
background-color: #CF6902;
}
</style>
border-color css
<style>
span { border-color: #CF6902; }
span { border-color: rgb(207,105,2); }
td.TdClassName
{
border-color: #CF6902;
}
.TagClassName
{
border-color: #CF6902;
}
</style>