Shades of Tango #CF6B39
Tints of Tango #CF6B39
RGB
CMYK
RGB Variations
Color information
#CF6B39 (or 0xCF6B39) is known color: Tango. HEX triplet: CF, 6B and 39. RGB value is (207,107,57). Sum of RGB (Red+Green+Blue) = 207+107+57=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B39 is #3094C6. Grayscale: #838383. Windows color (decimal): -3183815 or 3763151. OLE color: 3763151.
HSL color Cylindrical-coordinate representation of color #CF6B39: hue angle of 20º 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 #CF6B39 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 57 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.19 |
| HSL | 20º | 0.61% | 0.52% | - |
| HSV(B) | 20º | 0.72% | 0.81% | - |
| XYZ | 31.73 | 24.08 | 6.85 | - |
| YUV | 131.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 57 | 0 | 0.48 | 0.72 | 0.19 | 20 | 0.61 | 0.52 |
| Hex | CF | 6B | 39 | 0 | 30 | 48 | 13 | 14 | 3D | 34 |
| Octal | 317 | 153 | 71 | 0 | 60 | 110 | 23 | 24 | 75 | 64 |
| Binary | 11001111 | 1101011 | 111001 | 0 | 110000 | 1001000 | 10011 | 10100 | 111101 | 110100 |
Color Harmonies of #CF6B39
Complementary color
Monochromatic Colors of #CF6B39
Black with #CF6B39
Text Example
Text Example
White with #CF6B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B39; }
p { color: rgb(207,107,57); }
H1.HeaderClassName
{
color: #CF6B39;
}
.AnyTagClassName
{
color: #CF6B39;
}
</style>
background-color css
<style>
a { background-color: #CF6B39; }
a { background-color: rgb(207,107,57); }
div.DivClassName
{
background-color: #CF6B39;
}
.BgClassName
{
background-color: #CF6B39;
}
</style>
border-color css
<style>
span { border-color: #CF6B39; }
span { border-color: rgb(207,107,57); }
td.TdClassName
{
border-color: #CF6B39;
}
.TagClassName
{
border-color: #CF6B39;
}
</style>