Shades of Tango #CF6D3A
Tints of Tango #CF6D3A
RGB
CMYK
RGB Variations
Color information
#CF6D3A (or 0xCF6D3A) is known color: Tango. HEX triplet: CF, 6D and 3A. RGB value is (207,109,58). Sum of RGB (Red+Green+Blue) = 207+109+58=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D3A is #3092C5. Grayscale: #848484. Windows color (decimal): -3183302 or 3829199. OLE color: 3829199.
HSL color Cylindrical-coordinate representation of color #CF6D3A: hue angle of 20.54º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF6D3A is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 58 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.19 |
| HSL | 20.54º | 0.61% | 0.52% | - |
| HSV(B) | 20.54º | 0.72% | 0.81% | - |
| XYZ | 31.96 | 24.51 | 7.05 | - |
| YUV | 132.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 58 | 0 | 0.47 | 0.72 | 0.19 | 20.54 | 0.61 | 0.52 |
| Hex | CF | 6D | 3A | 0 | 2F | 48 | 13 | 15 | 3D | 34 |
| Octal | 317 | 155 | 72 | 0 | 57 | 110 | 23 | 25 | 75 | 64 |
| Binary | 11001111 | 1101101 | 111010 | 0 | 101111 | 1001000 | 10011 | 10101 | 111101 | 110100 |
Color Harmonies of #CF6D3A
Complementary color
Monochromatic Colors of #CF6D3A
Black with #CF6D3A
Text Example
Text Example
White with #CF6D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D3A; }
p { color: rgb(207,109,58); }
H1.HeaderClassName
{
color: #CF6D3A;
}
.AnyTagClassName
{
color: #CF6D3A;
}
</style>
background-color css
<style>
a { background-color: #CF6D3A; }
a { background-color: rgb(207,109,58); }
div.DivClassName
{
background-color: #CF6D3A;
}
.BgClassName
{
background-color: #CF6D3A;
}
</style>
border-color css
<style>
span { border-color: #CF6D3A; }
span { border-color: rgb(207,109,58); }
td.TdClassName
{
border-color: #CF6D3A;
}
.TagClassName
{
border-color: #CF6D3A;
}
</style>