Shades of Tango #CF722E
Tints of Tango #CF722E
RGB
CMYK
RGB Variations
Color information
#CF722E (or 0xCF722E) is known color: Tango. HEX triplet: CF, 72 and 2E. RGB value is (207,114,46). Sum of RGB (Red+Green+Blue) = 207+114+46=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF722E is #308DD1. Grayscale: #868686. Windows color (decimal): -3182034 or 3044047. OLE color: 3044047.
HSL color Cylindrical-coordinate representation of color #CF722E: hue angle of 25.34º 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 #CF722E is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 46 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.19 |
| HSL | 25.34º | 0.64% | 0.5% | - |
| HSV(B) | 25.34º | 0.78% | 0.81% | - |
| XYZ | 32.24 | 25.5 | 5.81 | - |
| YUV | 134.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 46 | 0 | 0.45 | 0.78 | 0.19 | 25.34 | 0.64 | 0.5 |
| Hex | CF | 72 | 2E | 0 | 2D | 4E | 13 | 19 | 40 | 32 |
| Octal | 317 | 162 | 56 | 0 | 55 | 116 | 23 | 31 | 100 | 62 |
| Binary | 11001111 | 1110010 | 101110 | 0 | 101101 | 1001110 | 10011 | 11001 | 1000000 | 110010 |
Color Harmonies of #CF722E
Complementary color
Monochromatic Colors of #CF722E
Black with #CF722E
Text Example
Text Example
White with #CF722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF722E; }
p { color: rgb(207,114,46); }
H1.HeaderClassName
{
color: #CF722E;
}
.AnyTagClassName
{
color: #CF722E;
}
</style>
background-color css
<style>
a { background-color: #CF722E; }
a { background-color: rgb(207,114,46); }
div.DivClassName
{
background-color: #CF722E;
}
.BgClassName
{
background-color: #CF722E;
}
</style>
border-color css
<style>
span { border-color: #CF722E; }
span { border-color: rgb(207,114,46); }
td.TdClassName
{
border-color: #CF722E;
}
.TagClassName
{
border-color: #CF722E;
}
</style>