Shades of Tango #CF6E35
Tints of Tango #CF6E35
RGB
CMYK
RGB Variations
Color information
#CF6E35 (or 0xCF6E35) is known color: Tango. HEX triplet: CF, 6E and 35. RGB value is (207,110,53). Sum of RGB (Red+Green+Blue) = 207+110+53=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E35 is #3091CA. Grayscale: #848484. Windows color (decimal): -3183051 or 3501775. OLE color: 3501775.
HSL color Cylindrical-coordinate representation of color #CF6E35: hue angle of 22.21º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF6E35 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 53 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.19 |
| HSL | 22.21º | 0.62% | 0.51% | - |
| HSV(B) | 22.21º | 0.74% | 0.81% | - |
| XYZ | 31.95 | 24.67 | 6.45 | - |
| YUV | 132.51 | 83.14 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 53 | 0 | 0.47 | 0.74 | 0.19 | 22.21 | 0.62 | 0.51 |
| Hex | CF | 6E | 35 | 0 | 2F | 4A | 13 | 16 | 3E | 33 |
| Octal | 317 | 156 | 65 | 0 | 57 | 112 | 23 | 26 | 76 | 63 |
| Binary | 11001111 | 1101110 | 110101 | 0 | 101111 | 1001010 | 10011 | 10110 | 111110 | 110011 |
Color Harmonies of #CF6E35
Complementary color
Monochromatic Colors of #CF6E35
Black with #CF6E35
Text Example
Text Example
White with #CF6E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E35; }
p { color: rgb(207,110,53); }
H1.HeaderClassName
{
color: #CF6E35;
}
.AnyTagClassName
{
color: #CF6E35;
}
</style>
background-color css
<style>
a { background-color: #CF6E35; }
a { background-color: rgb(207,110,53); }
div.DivClassName
{
background-color: #CF6E35;
}
.BgClassName
{
background-color: #CF6E35;
}
</style>
border-color css
<style>
span { border-color: #CF6E35; }
span { border-color: rgb(207,110,53); }
td.TdClassName
{
border-color: #CF6E35;
}
.TagClassName
{
border-color: #CF6E35;
}
</style>