Shades of Tango #CF7437
Tints of Tango #CF7437
RGB
CMYK
RGB Variations
Color information
#CF7437 (or 0xCF7437) is known color: Tango. HEX triplet: CF, 74 and 37. RGB value is (207,116,55). Sum of RGB (Red+Green+Blue) = 207+116+55=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7437 is #308BC8. Grayscale: #888888. Windows color (decimal): -3181513 or 3634383. OLE color: 3634383.
HSL color Cylindrical-coordinate representation of color #CF7437: hue angle of 24.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF7437 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 55 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.19 |
| HSL | 24.08º | 0.61% | 0.51% | - |
| HSV(B) | 24.08º | 0.73% | 0.81% | - |
| XYZ | 32.67 | 26.03 | 6.92 | - |
| YUV | 136.26 | 82.15 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 55 | 0 | 0.44 | 0.73 | 0.19 | 24.08 | 0.61 | 0.51 |
| Hex | CF | 74 | 37 | 0 | 2C | 49 | 13 | 18 | 3D | 33 |
| Octal | 317 | 164 | 67 | 0 | 54 | 111 | 23 | 30 | 75 | 63 |
| Binary | 11001111 | 1110100 | 110111 | 0 | 101100 | 1001001 | 10011 | 11000 | 111101 | 110011 |
Color Harmonies of #CF7437
Complementary color
Monochromatic Colors of #CF7437
Black with #CF7437
Text Example
Text Example
White with #CF7437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7437; }
p { color: rgb(207,116,55); }
H1.HeaderClassName
{
color: #CF7437;
}
.AnyTagClassName
{
color: #CF7437;
}
</style>
background-color css
<style>
a { background-color: #CF7437; }
a { background-color: rgb(207,116,55); }
div.DivClassName
{
background-color: #CF7437;
}
.BgClassName
{
background-color: #CF7437;
}
</style>
border-color css
<style>
span { border-color: #CF7437; }
span { border-color: rgb(207,116,55); }
td.TdClassName
{
border-color: #CF7437;
}
.TagClassName
{
border-color: #CF7437;
}
</style>