Shades of Tango #CF7536
Tints of Tango #CF7536
RGB
CMYK
RGB Variations
Color information
#CF7536 (or 0xCF7536) is known color: Tango. HEX triplet: CF, 75 and 36. RGB value is (207,117,54). Sum of RGB (Red+Green+Blue) = 207+117+54=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7536 is #308AC9. Grayscale: #898989. Windows color (decimal): -3181258 or 3569103. OLE color: 3569103.
HSL color Cylindrical-coordinate representation of color #CF7536: hue angle of 24.71º 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 #CF7536 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 54 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.19 |
| HSL | 24.71º | 0.61% | 0.51% | - |
| HSV(B) | 24.71º | 0.74% | 0.81% | - |
| XYZ | 32.76 | 26.25 | 6.83 | - |
| YUV | 136.73 | 81.32 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 54 | 0 | 0.43 | 0.74 | 0.19 | 24.71 | 0.61 | 0.51 |
| Hex | CF | 75 | 36 | 0 | 2B | 4A | 13 | 19 | 3D | 33 |
| Octal | 317 | 165 | 66 | 0 | 53 | 112 | 23 | 31 | 75 | 63 |
| Binary | 11001111 | 1110101 | 110110 | 0 | 101011 | 1001010 | 10011 | 11001 | 111101 | 110011 |
Color Harmonies of #CF7536
Complementary color
Monochromatic Colors of #CF7536
Black with #CF7536
Text Example
Text Example
White with #CF7536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7536; }
p { color: rgb(207,117,54); }
H1.HeaderClassName
{
color: #CF7536;
}
.AnyTagClassName
{
color: #CF7536;
}
</style>
background-color css
<style>
a { background-color: #CF7536; }
a { background-color: rgb(207,117,54); }
div.DivClassName
{
background-color: #CF7536;
}
.BgClassName
{
background-color: #CF7536;
}
</style>
border-color css
<style>
span { border-color: #CF7536; }
span { border-color: rgb(207,117,54); }
td.TdClassName
{
border-color: #CF7536;
}
.TagClassName
{
border-color: #CF7536;
}
</style>