Shades of Tango #CF702E
Tints of Tango #CF702E
RGB
CMYK
RGB Variations
Color information
#CF702E (or 0xCF702E) is known color: Tango. HEX triplet: CF, 70 and 2E. RGB value is (207,112,46). Sum of RGB (Red+Green+Blue) = 207+112+46=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF702E is #308FD1. Grayscale: #858585. Windows color (decimal): -3182546 or 3043535. OLE color: 3043535.
HSL color Cylindrical-coordinate representation of color #CF702E: hue angle of 24.6º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF702E is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 46 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.19 |
| HSL | 24.6º | 0.64% | 0.5% | - |
| HSV(B) | 24.6º | 0.78% | 0.81% | - |
| XYZ | 32.02 | 25.05 | 5.73 | - |
| YUV | 132.88 | 78.97 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 46 | 0 | 0.46 | 0.78 | 0.19 | 24.6 | 0.64 | 0.5 |
| Hex | CF | 70 | 2E | 0 | 2E | 4E | 13 | 19 | 40 | 32 |
| Octal | 317 | 160 | 56 | 0 | 56 | 116 | 23 | 31 | 100 | 62 |
| Binary | 11001111 | 1110000 | 101110 | 0 | 101110 | 1001110 | 10011 | 11001 | 1000000 | 110010 |
Color Harmonies of #CF702E
Complementary color
Monochromatic Colors of #CF702E
Black with #CF702E
Text Example
Text Example
White with #CF702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF702E; }
p { color: rgb(207,112,46); }
H1.HeaderClassName
{
color: #CF702E;
}
.AnyTagClassName
{
color: #CF702E;
}
</style>
background-color css
<style>
a { background-color: #CF702E; }
a { background-color: rgb(207,112,46); }
div.DivClassName
{
background-color: #CF702E;
}
.BgClassName
{
background-color: #CF702E;
}
</style>
border-color css
<style>
span { border-color: #CF702E; }
span { border-color: rgb(207,112,46); }
td.TdClassName
{
border-color: #CF702E;
}
.TagClassName
{
border-color: #CF702E;
}
</style>