Shades of Tango #CF7029
Tints of Tango #CF7029
RGB
CMYK
RGB Variations
Color information
#CF7029 (or 0xCF7029) is known color: Tango. HEX triplet: CF, 70 and 29. RGB value is (207,112,41). Sum of RGB (Red+Green+Blue) = 207+112+41=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7029 is #308FD6. Grayscale: #848484. Windows color (decimal): -3182551 or 2715855. OLE color: 2715855.
HSL color Cylindrical-coordinate representation of color #CF7029: hue angle of 25.66º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF7029 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 41 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.19 |
| HSL | 25.66º | 0.67% | 0.49% | - |
| HSV(B) | 25.66º | 0.8% | 0.81% | - |
| XYZ | 31.93 | 25.01 | 5.24 | - |
| YUV | 132.31 | 76.47 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 41 | 0 | 0.46 | 0.80 | 0.19 | 25.66 | 0.67 | 0.49 |
| Hex | CF | 70 | 29 | 0 | 2E | 50 | 13 | 1A | 43 | 31 |
| Octal | 317 | 160 | 51 | 0 | 56 | 120 | 23 | 32 | 103 | 61 |
| Binary | 11001111 | 1110000 | 101001 | 0 | 101110 | 1010000 | 10011 | 11010 | 1000011 | 110001 |
Color Harmonies of #CF7029
Complementary color
Monochromatic Colors of #CF7029
Black with #CF7029
Text Example
Text Example
White with #CF7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7029; }
p { color: rgb(207,112,41); }
H1.HeaderClassName
{
color: #CF7029;
}
.AnyTagClassName
{
color: #CF7029;
}
</style>
background-color css
<style>
a { background-color: #CF7029; }
a { background-color: rgb(207,112,41); }
div.DivClassName
{
background-color: #CF7029;
}
.BgClassName
{
background-color: #CF7029;
}
</style>
border-color css
<style>
span { border-color: #CF7029; }
span { border-color: rgb(207,112,41); }
td.TdClassName
{
border-color: #CF7029;
}
.TagClassName
{
border-color: #CF7029;
}
</style>