Shades of Tango #CF6E2B
Tints of Tango #CF6E2B
RGB
CMYK
RGB Variations
Color information
#CF6E2B (or 0xCF6E2B) is known color: Tango. HEX triplet: CF, 6E and 2B. RGB value is (207,110,43). Sum of RGB (Red+Green+Blue) = 207+110+43=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E2B is #3091D4. Grayscale: #838383. Windows color (decimal): -3183061 or 2846415. OLE color: 2846415.
HSL color Cylindrical-coordinate representation of color #CF6E2B: hue angle of 24.51º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF6E2B is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 43 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.19 |
| HSL | 24.51º | 0.66% | 0.49% | - |
| HSV(B) | 24.51º | 0.79% | 0.81% | - |
| XYZ | 31.74 | 24.59 | 5.36 | - |
| YUV | 131.37 | 78.14 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 43 | 0 | 0.47 | 0.79 | 0.19 | 24.51 | 0.66 | 0.49 |
| Hex | CF | 6E | 2B | 0 | 2F | 4F | 13 | 19 | 42 | 31 |
| Octal | 317 | 156 | 53 | 0 | 57 | 117 | 23 | 31 | 102 | 61 |
| Binary | 11001111 | 1101110 | 101011 | 0 | 101111 | 1001111 | 10011 | 11001 | 1000010 | 110001 |
Color Harmonies of #CF6E2B
Complementary color
Monochromatic Colors of #CF6E2B
Black with #CF6E2B
Text Example
Text Example
White with #CF6E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E2B; }
p { color: rgb(207,110,43); }
H1.HeaderClassName
{
color: #CF6E2B;
}
.AnyTagClassName
{
color: #CF6E2B;
}
</style>
background-color css
<style>
a { background-color: #CF6E2B; }
a { background-color: rgb(207,110,43); }
div.DivClassName
{
background-color: #CF6E2B;
}
.BgClassName
{
background-color: #CF6E2B;
}
</style>
border-color css
<style>
span { border-color: #CF6E2B; }
span { border-color: rgb(207,110,43); }
td.TdClassName
{
border-color: #CF6E2B;
}
.TagClassName
{
border-color: #CF6E2B;
}
</style>