Shades of Tango #CF6C39
Tints of Tango #CF6C39
RGB
CMYK
RGB Variations
Color information
#CF6C39 (or 0xCF6C39) is known color: Tango. HEX triplet: CF, 6C and 39. RGB value is (207,108,57). Sum of RGB (Red+Green+Blue) = 207+108+57=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C39 is #3093C6. Grayscale: #848484. Windows color (decimal): -3183559 or 3763407. OLE color: 3763407.
HSL color Cylindrical-coordinate representation of color #CF6C39: hue angle of 20.4º 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 #CF6C39 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 57 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.19 |
| HSL | 20.4º | 0.61% | 0.52% | - |
| HSV(B) | 20.4º | 0.72% | 0.81% | - |
| XYZ | 31.83 | 24.29 | 6.88 | - |
| YUV | 131.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 57 | 0 | 0.48 | 0.72 | 0.19 | 20.4 | 0.61 | 0.52 |
| Hex | CF | 6C | 39 | 0 | 30 | 48 | 13 | 14 | 3D | 34 |
| Octal | 317 | 154 | 71 | 0 | 60 | 110 | 23 | 24 | 75 | 64 |
| Binary | 11001111 | 1101100 | 111001 | 0 | 110000 | 1001000 | 10011 | 10100 | 111101 | 110100 |
Color Harmonies of #CF6C39
Complementary color
Monochromatic Colors of #CF6C39
Black with #CF6C39
Text Example
Text Example
White with #CF6C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C39; }
p { color: rgb(207,108,57); }
H1.HeaderClassName
{
color: #CF6C39;
}
.AnyTagClassName
{
color: #CF6C39;
}
</style>
background-color css
<style>
a { background-color: #CF6C39; }
a { background-color: rgb(207,108,57); }
div.DivClassName
{
background-color: #CF6C39;
}
.BgClassName
{
background-color: #CF6C39;
}
</style>
border-color css
<style>
span { border-color: #CF6C39; }
span { border-color: rgb(207,108,57); }
td.TdClassName
{
border-color: #CF6C39;
}
.TagClassName
{
border-color: #CF6C39;
}
</style>