Shades of Tango #CF6D2A
Tints of Tango #CF6D2A
RGB
CMYK
RGB Variations
Color information
#CF6D2A (or 0xCF6D2A) is known color: Tango. HEX triplet: CF, 6D and 2A. RGB value is (207,109,42). Sum of RGB (Red+Green+Blue) = 207+109+42=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D2A is #3092D5. Grayscale: #838383. Windows color (decimal): -3183318 or 2780623. OLE color: 2780623.
HSL color Cylindrical-coordinate representation of color #CF6D2A: hue angle of 24.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF6D2A is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 42 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.19 |
| HSL | 24.36º | 0.66% | 0.49% | - |
| HSV(B) | 24.36º | 0.8% | 0.81% | - |
| XYZ | 31.62 | 24.37 | 5.23 | - |
| YUV | 130.66 | 77.97 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 42 | 0 | 0.47 | 0.80 | 0.19 | 24.36 | 0.66 | 0.49 |
| Hex | CF | 6D | 2A | 0 | 2F | 50 | 13 | 18 | 42 | 31 |
| Octal | 317 | 155 | 52 | 0 | 57 | 120 | 23 | 30 | 102 | 61 |
| Binary | 11001111 | 1101101 | 101010 | 0 | 101111 | 1010000 | 10011 | 11000 | 1000010 | 110001 |
Color Harmonies of #CF6D2A
Complementary color
Monochromatic Colors of #CF6D2A
Black with #CF6D2A
Text Example
Text Example
White with #CF6D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D2A; }
p { color: rgb(207,109,42); }
H1.HeaderClassName
{
color: #CF6D2A;
}
.AnyTagClassName
{
color: #CF6D2A;
}
</style>
background-color css
<style>
a { background-color: #CF6D2A; }
a { background-color: rgb(207,109,42); }
div.DivClassName
{
background-color: #CF6D2A;
}
.BgClassName
{
background-color: #CF6D2A;
}
</style>
border-color css
<style>
span { border-color: #CF6D2A; }
span { border-color: rgb(207,109,42); }
td.TdClassName
{
border-color: #CF6D2A;
}
.TagClassName
{
border-color: #CF6D2A;
}
</style>