Shades of Tango #CF7129
Tints of Tango #CF7129
RGB
CMYK
RGB Variations
Color information
#CF7129 (or 0xCF7129) is known color: Tango. HEX triplet: CF, 71 and 29. RGB value is (207,113,41). Sum of RGB (Red+Green+Blue) = 207+113+41=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7129 is #308ED6. Grayscale: #858585. Windows color (decimal): -3182295 or 2716111. OLE color: 2716111.
HSL color Cylindrical-coordinate representation of color #CF7129: hue angle of 26.02º 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 #CF7129 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 41 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.19 |
| HSL | 26.02º | 0.67% | 0.49% | - |
| HSV(B) | 26.02º | 0.8% | 0.81% | - |
| XYZ | 32.04 | 25.24 | 5.28 | - |
| YUV | 132.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 41 | 0 | 0.45 | 0.80 | 0.19 | 26.02 | 0.67 | 0.49 |
| Hex | CF | 71 | 29 | 0 | 2D | 50 | 13 | 1A | 43 | 31 |
| Octal | 317 | 161 | 51 | 0 | 55 | 120 | 23 | 32 | 103 | 61 |
| Binary | 11001111 | 1110001 | 101001 | 0 | 101101 | 1010000 | 10011 | 11010 | 1000011 | 110001 |
Color Harmonies of #CF7129
Complementary color
Monochromatic Colors of #CF7129
Black with #CF7129
Text Example
Text Example
White with #CF7129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7129; }
p { color: rgb(207,113,41); }
H1.HeaderClassName
{
color: #CF7129;
}
.AnyTagClassName
{
color: #CF7129;
}
</style>
background-color css
<style>
a { background-color: #CF7129; }
a { background-color: rgb(207,113,41); }
div.DivClassName
{
background-color: #CF7129;
}
.BgClassName
{
background-color: #CF7129;
}
</style>
border-color css
<style>
span { border-color: #CF7129; }
span { border-color: rgb(207,113,41); }
td.TdClassName
{
border-color: #CF7129;
}
.TagClassName
{
border-color: #CF7129;
}
</style>