Shades of Tango #CF732E
Tints of Tango #CF732E
RGB
CMYK
RGB Variations
Color information
#CF732E (or 0xCF732E) is known color: Tango. HEX triplet: CF, 73 and 2E. RGB value is (207,115,46). Sum of RGB (Red+Green+Blue) = 207+115+46=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF732E is #308CD1. Grayscale: #878787. Windows color (decimal): -3181778 or 3044303. OLE color: 3044303.
HSL color Cylindrical-coordinate representation of color #CF732E: hue angle of 25.71º 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 #CF732E is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 46 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.19 |
| HSL | 25.71º | 0.64% | 0.5% | - |
| HSV(B) | 25.71º | 0.78% | 0.81% | - |
| XYZ | 32.36 | 25.72 | 5.84 | - |
| YUV | 134.64 | 77.98 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 46 | 0 | 0.44 | 0.78 | 0.19 | 25.71 | 0.64 | 0.5 |
| Hex | CF | 73 | 2E | 0 | 2C | 4E | 13 | 1A | 40 | 32 |
| Octal | 317 | 163 | 56 | 0 | 54 | 116 | 23 | 32 | 100 | 62 |
| Binary | 11001111 | 1110011 | 101110 | 0 | 101100 | 1001110 | 10011 | 11010 | 1000000 | 110010 |
Color Harmonies of #CF732E
Complementary color
Monochromatic Colors of #CF732E
Black with #CF732E
Text Example
Text Example
White with #CF732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF732E; }
p { color: rgb(207,115,46); }
H1.HeaderClassName
{
color: #CF732E;
}
.AnyTagClassName
{
color: #CF732E;
}
</style>
background-color css
<style>
a { background-color: #CF732E; }
a { background-color: rgb(207,115,46); }
div.DivClassName
{
background-color: #CF732E;
}
.BgClassName
{
background-color: #CF732E;
}
</style>
border-color css
<style>
span { border-color: #CF732E; }
span { border-color: rgb(207,115,46); }
td.TdClassName
{
border-color: #CF732E;
}
.TagClassName
{
border-color: #CF732E;
}
</style>