Shades of Tango #CF6D30
Tints of Tango #CF6D30
RGB
CMYK
RGB Variations
Color information
#CF6D30 (or 0xCF6D30) is known color: Tango. HEX triplet: CF, 6D and 30. RGB value is (207,109,48). Sum of RGB (Red+Green+Blue) = 207+109+48=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D30 is #3092CF. Grayscale: #838383. Windows color (decimal): -3183312 or 3173839. OLE color: 3173839.
HSL color Cylindrical-coordinate representation of color #CF6D30: hue angle of 23.02º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF6D30 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 48 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.19 |
| HSL | 23.02º | 0.62% | 0.5% | - |
| HSV(B) | 23.02º | 0.77% | 0.81% | - |
| XYZ | 31.73 | 24.42 | 5.84 | - |
| YUV | 131.35 | 80.97 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 48 | 0 | 0.47 | 0.77 | 0.19 | 23.02 | 0.62 | 0.5 |
| Hex | CF | 6D | 30 | 0 | 2F | 4D | 13 | 17 | 3E | 32 |
| Octal | 317 | 155 | 60 | 0 | 57 | 115 | 23 | 27 | 76 | 62 |
| Binary | 11001111 | 1101101 | 110000 | 0 | 101111 | 1001101 | 10011 | 10111 | 111110 | 110010 |
Color Harmonies of #CF6D30
Complementary color
Monochromatic Colors of #CF6D30
Black with #CF6D30
Text Example
Text Example
White with #CF6D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D30; }
p { color: rgb(207,109,48); }
H1.HeaderClassName
{
color: #CF6D30;
}
.AnyTagClassName
{
color: #CF6D30;
}
</style>
background-color css
<style>
a { background-color: #CF6D30; }
a { background-color: rgb(207,109,48); }
div.DivClassName
{
background-color: #CF6D30;
}
.BgClassName
{
background-color: #CF6D30;
}
</style>
border-color css
<style>
span { border-color: #CF6D30; }
span { border-color: rgb(207,109,48); }
td.TdClassName
{
border-color: #CF6D30;
}
.TagClassName
{
border-color: #CF6D30;
}
</style>