Shades of Tenne (Tawny) #CF6601
Tints of Tenne (Tawny) #CF6601
RGB
CMYK
RGB Variations
Color information
#CF6601 (or 0xCF6601) is known color: Tenne (Tawny). HEX triplet: CF, 66 and 01. RGB value is (207,102,1). Sum of RGB (Red+Green+Blue) = 207+102+1=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6601 is #3099FE. Grayscale: #7A7A7A. Windows color (decimal): -3185151 or 91855. OLE color: 91855.
HSL color Cylindrical-coordinate representation of color #CF6601: hue angle of 29.42º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF6601 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.19 |
| HSL | 29.42º | 0.99% | 0.41% | - |
| HSV(B) | 29.42º | 1% | 0.81% | - |
| XYZ | 30.49 | 22.77 | 2.82 | - |
| YUV | 121.88 | 59.79 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 1 | 0 | 0.51 | 1.00 | 0.19 | 29.42 | 0.99 | 0.41 |
| Hex | CF | 66 | 1 | 0 | 33 | 64 | 13 | 1D | 63 | 29 |
| Octal | 317 | 146 | 1 | 0 | 63 | 144 | 23 | 35 | 143 | 51 |
| Binary | 11001111 | 1100110 | 1 | 0 | 110011 | 1100100 | 10011 | 11101 | 1100011 | 101001 |
Color Harmonies of #CF6601
Complementary color
Monochromatic Colors of #CF6601
Black with #CF6601
Text Example
Text Example
White with #CF6601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6601; }
p { color: rgb(207,102,1); }
H1.HeaderClassName
{
color: #CF6601;
}
.AnyTagClassName
{
color: #CF6601;
}
</style>
background-color css
<style>
a { background-color: #CF6601; }
a { background-color: rgb(207,102,1); }
div.DivClassName
{
background-color: #CF6601;
}
.BgClassName
{
background-color: #CF6601;
}
</style>
border-color css
<style>
span { border-color: #CF6601; }
span { border-color: rgb(207,102,1); }
td.TdClassName
{
border-color: #CF6601;
}
.TagClassName
{
border-color: #CF6601;
}
</style>