Shades of Tango #CF722D
Tints of Tango #CF722D
RGB
CMYK
RGB Variations
Color information
#CF722D (or 0xCF722D) is known color: Tango. HEX triplet: CF, 72 and 2D. RGB value is (207,114,45). Sum of RGB (Red+Green+Blue) = 207+114+45=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF722D is #308DD2. Grayscale: #868686. Windows color (decimal): -3182035 or 2978511. OLE color: 2978511.
HSL color Cylindrical-coordinate representation of color #CF722D: hue angle of 25.56º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF722D is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 45 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.19 |
| HSL | 25.56º | 0.64% | 0.49% | - |
| HSV(B) | 25.56º | 0.78% | 0.81% | - |
| XYZ | 32.22 | 25.49 | 5.7 | - |
| YUV | 133.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 45 | 0 | 0.45 | 0.78 | 0.19 | 25.56 | 0.64 | 0.49 |
| Hex | CF | 72 | 2D | 0 | 2D | 4E | 13 | 1A | 40 | 31 |
| Octal | 317 | 162 | 55 | 0 | 55 | 116 | 23 | 32 | 100 | 61 |
| Binary | 11001111 | 1110010 | 101101 | 0 | 101101 | 1001110 | 10011 | 11010 | 1000000 | 110001 |
Color Harmonies of #CF722D
Complementary color
Monochromatic Colors of #CF722D
Black with #CF722D
Text Example
Text Example
White with #CF722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF722D; }
p { color: rgb(207,114,45); }
H1.HeaderClassName
{
color: #CF722D;
}
.AnyTagClassName
{
color: #CF722D;
}
</style>
background-color css
<style>
a { background-color: #CF722D; }
a { background-color: rgb(207,114,45); }
div.DivClassName
{
background-color: #CF722D;
}
.BgClassName
{
background-color: #CF722D;
}
</style>
border-color css
<style>
span { border-color: #CF722D; }
span { border-color: rgb(207,114,45); }
td.TdClassName
{
border-color: #CF722D;
}
.TagClassName
{
border-color: #CF722D;
}
</style>