Shades of Tango #CF7232
Tints of Tango #CF7232
RGB
CMYK
RGB Variations
Color information
#CF7232 (or 0xCF7232) is known color: Tango. HEX triplet: CF, 72 and 32. RGB value is (207,114,50). Sum of RGB (Red+Green+Blue) = 207+114+50=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7232 is #308DCD. Grayscale: #868686. Windows color (decimal): -3182030 or 3306191. OLE color: 3306191.
HSL color Cylindrical-coordinate representation of color #CF7232: hue angle of 24.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF7232 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 50 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.19 |
| HSL | 24.46º | 0.62% | 0.5% | - |
| HSV(B) | 24.46º | 0.76% | 0.81% | - |
| XYZ | 32.33 | 25.53 | 6.24 | - |
| YUV | 134.51 | 80.31 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 50 | 0 | 0.45 | 0.76 | 0.19 | 24.46 | 0.62 | 0.5 |
| Hex | CF | 72 | 32 | 0 | 2D | 4C | 13 | 18 | 3E | 32 |
| Octal | 317 | 162 | 62 | 0 | 55 | 114 | 23 | 30 | 76 | 62 |
| Binary | 11001111 | 1110010 | 110010 | 0 | 101101 | 1001100 | 10011 | 11000 | 111110 | 110010 |
Color Harmonies of #CF7232
Complementary color
Monochromatic Colors of #CF7232
Black with #CF7232
Text Example
Text Example
White with #CF7232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7232; }
p { color: rgb(207,114,50); }
H1.HeaderClassName
{
color: #CF7232;
}
.AnyTagClassName
{
color: #CF7232;
}
</style>
background-color css
<style>
a { background-color: #CF7232; }
a { background-color: rgb(207,114,50); }
div.DivClassName
{
background-color: #CF7232;
}
.BgClassName
{
background-color: #CF7232;
}
</style>
border-color css
<style>
span { border-color: #CF7232; }
span { border-color: rgb(207,114,50); }
td.TdClassName
{
border-color: #CF7232;
}
.TagClassName
{
border-color: #CF7232;
}
</style>