Shades of Mango Tango #CF7B05
Tints of Mango Tango #CF7B05
RGB
CMYK
RGB Variations
Color information
#CF7B05 (or 0xCF7B05) is known color: Mango Tango. HEX triplet: CF, 7B and 05. RGB value is (207,123,5). Sum of RGB (Red+Green+Blue) = 207+123+5=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7B05 is #3084FA. Grayscale: #878787. Windows color (decimal): -3179771 or 359375. OLE color: 359375.
HSL color Cylindrical-coordinate representation of color #CF7B05: hue angle of 35.05º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF7B05 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.19 |
| HSL | 35.05º | 0.95% | 0.42% | - |
| HSV(B) | 35.05º | 0.98% | 0.81% | - |
| XYZ | 32.84 | 27.44 | 3.71 | - |
| YUV | 134.66 | 54.83 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 5 | 0 | 0.41 | 0.98 | 0.19 | 35.05 | 0.95 | 0.42 |
| Hex | CF | 7B | 5 | 0 | 29 | 62 | 13 | 23 | 5F | 2A |
| Octal | 317 | 173 | 5 | 0 | 51 | 142 | 23 | 43 | 137 | 52 |
| Binary | 11001111 | 1111011 | 101 | 0 | 101001 | 1100010 | 10011 | 100011 | 1011111 | 101010 |
Color Harmonies of #CF7B05
Complementary color
Monochromatic Colors of #CF7B05
Black with #CF7B05
Text Example
Text Example
White with #CF7B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B05; }
p { color: rgb(207,123,5); }
H1.HeaderClassName
{
color: #CF7B05;
}
.AnyTagClassName
{
color: #CF7B05;
}
</style>
background-color css
<style>
a { background-color: #CF7B05; }
a { background-color: rgb(207,123,5); }
div.DivClassName
{
background-color: #CF7B05;
}
.BgClassName
{
background-color: #CF7B05;
}
</style>
border-color css
<style>
span { border-color: #CF7B05; }
span { border-color: rgb(207,123,5); }
td.TdClassName
{
border-color: #CF7B05;
}
.TagClassName
{
border-color: #CF7B05;
}
</style>