Shades of Tango #CF7236
Tints of Tango #CF7236
RGB
CMYK
RGB Variations
Color information
#CF7236 (or 0xCF7236) is known color: Tango. HEX triplet: CF, 72 and 36. RGB value is (207,114,54). Sum of RGB (Red+Green+Blue) = 207+114+54=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7236 is #308DC9. Grayscale: #878787. Windows color (decimal): -3182026 or 3568335. OLE color: 3568335.
HSL color Cylindrical-coordinate representation of color #CF7236: hue angle of 23.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF7236 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 54 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.19 |
| HSL | 23.53º | 0.61% | 0.51% | - |
| HSV(B) | 23.53º | 0.74% | 0.81% | - |
| XYZ | 32.42 | 25.57 | 6.72 | - |
| YUV | 134.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 54 | 0 | 0.45 | 0.74 | 0.19 | 23.53 | 0.61 | 0.51 |
| Hex | CF | 72 | 36 | 0 | 2D | 4A | 13 | 18 | 3D | 33 |
| Octal | 317 | 162 | 66 | 0 | 55 | 112 | 23 | 30 | 75 | 63 |
| Binary | 11001111 | 1110010 | 110110 | 0 | 101101 | 1001010 | 10011 | 11000 | 111101 | 110011 |
Color Harmonies of #CF7236
Complementary color
Monochromatic Colors of #CF7236
Black with #CF7236
Text Example
Text Example
White with #CF7236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7236; }
p { color: rgb(207,114,54); }
H1.HeaderClassName
{
color: #CF7236;
}
.AnyTagClassName
{
color: #CF7236;
}
</style>
background-color css
<style>
a { background-color: #CF7236; }
a { background-color: rgb(207,114,54); }
div.DivClassName
{
background-color: #CF7236;
}
.BgClassName
{
background-color: #CF7236;
}
</style>
border-color css
<style>
span { border-color: #CF7236; }
span { border-color: rgb(207,114,54); }
td.TdClassName
{
border-color: #CF7236;
}
.TagClassName
{
border-color: #CF7236;
}
</style>