Shades of Tango #CF712E
Tints of Tango #CF712E
RGB
CMYK
RGB Variations
Color information
#CF712E (or 0xCF712E) is known color: Tango. HEX triplet: CF, 71 and 2E. RGB value is (207,113,46). Sum of RGB (Red+Green+Blue) = 207+113+46=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF712E is #308ED1. Grayscale: #858585. Windows color (decimal): -3182290 or 3043791. OLE color: 3043791.
HSL color Cylindrical-coordinate representation of color #CF712E: hue angle of 24.97º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF712E is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 46 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.19 |
| HSL | 24.97º | 0.64% | 0.5% | - |
| HSV(B) | 24.97º | 0.78% | 0.81% | - |
| XYZ | 32.13 | 25.27 | 5.77 | - |
| YUV | 133.47 | 78.64 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 46 | 0 | 0.45 | 0.78 | 0.19 | 24.97 | 0.64 | 0.5 |
| Hex | CF | 71 | 2E | 0 | 2D | 4E | 13 | 19 | 40 | 32 |
| Octal | 317 | 161 | 56 | 0 | 55 | 116 | 23 | 31 | 100 | 62 |
| Binary | 11001111 | 1110001 | 101110 | 0 | 101101 | 1001110 | 10011 | 11001 | 1000000 | 110010 |
Color Harmonies of #CF712E
Complementary color
Monochromatic Colors of #CF712E
Black with #CF712E
Text Example
Text Example
White with #CF712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF712E; }
p { color: rgb(207,113,46); }
H1.HeaderClassName
{
color: #CF712E;
}
.AnyTagClassName
{
color: #CF712E;
}
</style>
background-color css
<style>
a { background-color: #CF712E; }
a { background-color: rgb(207,113,46); }
div.DivClassName
{
background-color: #CF712E;
}
.BgClassName
{
background-color: #CF712E;
}
</style>
border-color css
<style>
span { border-color: #CF712E; }
span { border-color: rgb(207,113,46); }
td.TdClassName
{
border-color: #CF712E;
}
.TagClassName
{
border-color: #CF712E;
}
</style>