Shades of Tango #CF6F2D
Tints of Tango #CF6F2D
RGB
CMYK
RGB Variations
Color information
#CF6F2D (or 0xCF6F2D) is known color: Tango. HEX triplet: CF, 6F and 2D. RGB value is (207,111,45). Sum of RGB (Red+Green+Blue) = 207+111+45=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F2D is #3090D2. Grayscale: #848484. Windows color (decimal): -3182803 or 2977743. OLE color: 2977743.
HSL color Cylindrical-coordinate representation of color #CF6F2D: hue angle of 24.44º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF6F2D is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 45 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.19 |
| HSL | 24.44º | 0.64% | 0.49% | - |
| HSV(B) | 24.44º | 0.78% | 0.81% | - |
| XYZ | 31.89 | 24.82 | 5.59 | - |
| YUV | 132.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 45 | 0 | 0.46 | 0.78 | 0.19 | 24.44 | 0.64 | 0.49 |
| Hex | CF | 6F | 2D | 0 | 2E | 4E | 13 | 18 | 40 | 31 |
| Octal | 317 | 157 | 55 | 0 | 56 | 116 | 23 | 30 | 100 | 61 |
| Binary | 11001111 | 1101111 | 101101 | 0 | 101110 | 1001110 | 10011 | 11000 | 1000000 | 110001 |
Color Harmonies of #CF6F2D
Complementary color
Monochromatic Colors of #CF6F2D
Black with #CF6F2D
Text Example
Text Example
White with #CF6F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F2D; }
p { color: rgb(207,111,45); }
H1.HeaderClassName
{
color: #CF6F2D;
}
.AnyTagClassName
{
color: #CF6F2D;
}
</style>
background-color css
<style>
a { background-color: #CF6F2D; }
a { background-color: rgb(207,111,45); }
div.DivClassName
{
background-color: #CF6F2D;
}
.BgClassName
{
background-color: #CF6F2D;
}
</style>
border-color css
<style>
span { border-color: #CF6F2D; }
span { border-color: rgb(207,111,45); }
td.TdClassName
{
border-color: #CF6F2D;
}
.TagClassName
{
border-color: #CF6F2D;
}
</style>