Shades of Tango #CF7030
Tints of Tango #CF7030
RGB
CMYK
RGB Variations
Color information
#CF7030 (or 0xCF7030) is known color: Tango. HEX triplet: CF, 70 and 30. RGB value is (207,112,48). Sum of RGB (Red+Green+Blue) = 207+112+48=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7030 is #308FCF. Grayscale: #858585. Windows color (decimal): -3182544 or 3174607. OLE color: 3174607.
HSL color Cylindrical-coordinate representation of color #CF7030: hue angle of 24.15º 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 #CF7030 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 48 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.19 |
| HSL | 24.15º | 0.62% | 0.5% | - |
| HSV(B) | 24.15º | 0.77% | 0.81% | - |
| XYZ | 32.06 | 25.07 | 5.95 | - |
| YUV | 133.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 48 | 0 | 0.46 | 0.77 | 0.19 | 24.15 | 0.62 | 0.5 |
| Hex | CF | 70 | 30 | 0 | 2E | 4D | 13 | 18 | 3E | 32 |
| Octal | 317 | 160 | 60 | 0 | 56 | 115 | 23 | 30 | 76 | 62 |
| Binary | 11001111 | 1110000 | 110000 | 0 | 101110 | 1001101 | 10011 | 11000 | 111110 | 110010 |
Color Harmonies of #CF7030
Complementary color
Monochromatic Colors of #CF7030
Black with #CF7030
Text Example
Text Example
White with #CF7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7030; }
p { color: rgb(207,112,48); }
H1.HeaderClassName
{
color: #CF7030;
}
.AnyTagClassName
{
color: #CF7030;
}
</style>
background-color css
<style>
a { background-color: #CF7030; }
a { background-color: rgb(207,112,48); }
div.DivClassName
{
background-color: #CF7030;
}
.BgClassName
{
background-color: #CF7030;
}
</style>
border-color css
<style>
span { border-color: #CF7030; }
span { border-color: rgb(207,112,48); }
td.TdClassName
{
border-color: #CF7030;
}
.TagClassName
{
border-color: #CF7030;
}
</style>