Shades of Tango #CF6E2F
Tints of Tango #CF6E2F
RGB
CMYK
RGB Variations
Color information
#CF6E2F (or 0xCF6E2F) is known color: Tango. HEX triplet: CF, 6E and 2F. RGB value is (207,110,47). Sum of RGB (Red+Green+Blue) = 207+110+47=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E2F is #3091D0. Grayscale: #848484. Windows color (decimal): -3183057 or 3108559. OLE color: 3108559.
HSL color Cylindrical-coordinate representation of color #CF6E2F: hue angle of 23.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF6E2F is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 47 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.19 |
| HSL | 23.63º | 0.63% | 0.5% | - |
| HSV(B) | 23.63º | 0.77% | 0.81% | - |
| XYZ | 31.82 | 24.62 | 5.76 | - |
| YUV | 131.82 | 80.14 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 47 | 0 | 0.47 | 0.77 | 0.19 | 23.63 | 0.63 | 0.5 |
| Hex | CF | 6E | 2F | 0 | 2F | 4D | 13 | 18 | 3F | 32 |
| Octal | 317 | 156 | 57 | 0 | 57 | 115 | 23 | 30 | 77 | 62 |
| Binary | 11001111 | 1101110 | 101111 | 0 | 101111 | 1001101 | 10011 | 11000 | 111111 | 110010 |
Color Harmonies of #CF6E2F
Complementary color
Monochromatic Colors of #CF6E2F
Black with #CF6E2F
Text Example
Text Example
White with #CF6E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E2F; }
p { color: rgb(207,110,47); }
H1.HeaderClassName
{
color: #CF6E2F;
}
.AnyTagClassName
{
color: #CF6E2F;
}
</style>
background-color css
<style>
a { background-color: #CF6E2F; }
a { background-color: rgb(207,110,47); }
div.DivClassName
{
background-color: #CF6E2F;
}
.BgClassName
{
background-color: #CF6E2F;
}
</style>
border-color css
<style>
span { border-color: #CF6E2F; }
span { border-color: rgb(207,110,47); }
td.TdClassName
{
border-color: #CF6E2F;
}
.TagClassName
{
border-color: #CF6E2F;
}
</style>