Shades of Tango #CF7135
Tints of Tango #CF7135
RGB
CMYK
RGB Variations
Color information
#CF7135 (or 0xCF7135) is known color: Tango. HEX triplet: CF, 71 and 35. RGB value is (207,113,53). Sum of RGB (Red+Green+Blue) = 207+113+53=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7135 is #308ECA. Grayscale: #868686. Windows color (decimal): -3182283 or 3502543. OLE color: 3502543.
HSL color Cylindrical-coordinate representation of color #CF7135: hue angle of 23.38º degrees, saturation: 0.62, 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 #CF7135 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 53 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.19 |
| HSL | 23.38º | 0.62% | 0.51% | - |
| HSV(B) | 23.38º | 0.74% | 0.81% | - |
| XYZ | 32.28 | 25.33 | 6.56 | - |
| YUV | 134.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 53 | 0 | 0.45 | 0.74 | 0.19 | 23.38 | 0.62 | 0.51 |
| Hex | CF | 71 | 35 | 0 | 2D | 4A | 13 | 17 | 3E | 33 |
| Octal | 317 | 161 | 65 | 0 | 55 | 112 | 23 | 27 | 76 | 63 |
| Binary | 11001111 | 1110001 | 110101 | 0 | 101101 | 1001010 | 10011 | 10111 | 111110 | 110011 |
Color Harmonies of #CF7135
Complementary color
Monochromatic Colors of #CF7135
Black with #CF7135
Text Example
Text Example
White with #CF7135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7135; }
p { color: rgb(207,113,53); }
H1.HeaderClassName
{
color: #CF7135;
}
.AnyTagClassName
{
color: #CF7135;
}
</style>
background-color css
<style>
a { background-color: #CF7135; }
a { background-color: rgb(207,113,53); }
div.DivClassName
{
background-color: #CF7135;
}
.BgClassName
{
background-color: #CF7135;
}
</style>
border-color css
<style>
span { border-color: #CF7135; }
span { border-color: rgb(207,113,53); }
td.TdClassName
{
border-color: #CF7135;
}
.TagClassName
{
border-color: #CF7135;
}
</style>