Shades of Tango #CF722B
Tints of Tango #CF722B
RGB
CMYK
RGB Variations
Color information
#CF722B (or 0xCF722B) is known color: Tango. HEX triplet: CF, 72 and 2B. RGB value is (207,114,43). Sum of RGB (Red+Green+Blue) = 207+114+43=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF722B is #308DD4. Grayscale: #868686. Windows color (decimal): -3182037 or 2847439. OLE color: 2847439.
HSL color Cylindrical-coordinate representation of color #CF722B: hue angle of 25.98º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF722B is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 43 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.19 |
| HSL | 25.98º | 0.66% | 0.49% | - |
| HSV(B) | 25.98º | 0.79% | 0.81% | - |
| XYZ | 32.19 | 25.47 | 5.51 | - |
| YUV | 133.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 43 | 0 | 0.45 | 0.79 | 0.19 | 25.98 | 0.66 | 0.49 |
| Hex | CF | 72 | 2B | 0 | 2D | 4F | 13 | 1A | 42 | 31 |
| Octal | 317 | 162 | 53 | 0 | 55 | 117 | 23 | 32 | 102 | 61 |
| Binary | 11001111 | 1110010 | 101011 | 0 | 101101 | 1001111 | 10011 | 11010 | 1000010 | 110001 |
Color Harmonies of #CF722B
Complementary color
Monochromatic Colors of #CF722B
Black with #CF722B
Text Example
Text Example
White with #CF722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF722B; }
p { color: rgb(207,114,43); }
H1.HeaderClassName
{
color: #CF722B;
}
.AnyTagClassName
{
color: #CF722B;
}
</style>
background-color css
<style>
a { background-color: #CF722B; }
a { background-color: rgb(207,114,43); }
div.DivClassName
{
background-color: #CF722B;
}
.BgClassName
{
background-color: #CF722B;
}
</style>
border-color css
<style>
span { border-color: #CF722B; }
span { border-color: rgb(207,114,43); }
td.TdClassName
{
border-color: #CF722B;
}
.TagClassName
{
border-color: #CF722B;
}
</style>