Shades of Tango #CF712C
Tints of Tango #CF712C
RGB
CMYK
RGB Variations
Color information
#CF712C (or 0xCF712C) is known color: Tango. HEX triplet: CF, 71 and 2C. RGB value is (207,113,44). Sum of RGB (Red+Green+Blue) = 207+113+44=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF712C is #308ED3. Grayscale: #858585. Windows color (decimal): -3182292 or 2912719. OLE color: 2912719.
HSL color Cylindrical-coordinate representation of color #CF712C: hue angle of 25.4º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF712C is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 44 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.19 |
| HSL | 25.4º | 0.65% | 0.49% | - |
| HSV(B) | 25.4º | 0.79% | 0.81% | - |
| XYZ | 32.09 | 25.26 | 5.57 | - |
| YUV | 133.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 44 | 0 | 0.45 | 0.79 | 0.19 | 25.4 | 0.65 | 0.49 |
| Hex | CF | 71 | 2C | 0 | 2D | 4F | 13 | 19 | 41 | 31 |
| Octal | 317 | 161 | 54 | 0 | 55 | 117 | 23 | 31 | 101 | 61 |
| Binary | 11001111 | 1110001 | 101100 | 0 | 101101 | 1001111 | 10011 | 11001 | 1000001 | 110001 |
Color Harmonies of #CF712C
Complementary color
Monochromatic Colors of #CF712C
Black with #CF712C
Text Example
Text Example
White with #CF712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF712C; }
p { color: rgb(207,113,44); }
H1.HeaderClassName
{
color: #CF712C;
}
.AnyTagClassName
{
color: #CF712C;
}
</style>
background-color css
<style>
a { background-color: #CF712C; }
a { background-color: rgb(207,113,44); }
div.DivClassName
{
background-color: #CF712C;
}
.BgClassName
{
background-color: #CF712C;
}
</style>
border-color css
<style>
span { border-color: #CF712C; }
span { border-color: rgb(207,113,44); }
td.TdClassName
{
border-color: #CF712C;
}
.TagClassName
{
border-color: #CF712C;
}
</style>