Shades of Tango #CF7133
Tints of Tango #CF7133
RGB
CMYK
RGB Variations
Color information
#CF7133 (or 0xCF7133) is known color: Tango. HEX triplet: CF, 71 and 33. RGB value is (207,113,51). Sum of RGB (Red+Green+Blue) = 207+113+51=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7133 is #308ECC. Grayscale: #868686. Windows color (decimal): -3182285 or 3371471. OLE color: 3371471.
HSL color Cylindrical-coordinate representation of color #CF7133: hue angle of 23.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF7133 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 51 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.19 |
| HSL | 23.85º | 0.62% | 0.51% | - |
| HSV(B) | 23.85º | 0.75% | 0.81% | - |
| XYZ | 32.23 | 25.31 | 6.32 | - |
| YUV | 134.04 | 81.14 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 51 | 0 | 0.45 | 0.75 | 0.19 | 23.85 | 0.62 | 0.51 |
| Hex | CF | 71 | 33 | 0 | 2D | 4B | 13 | 18 | 3E | 33 |
| Octal | 317 | 161 | 63 | 0 | 55 | 113 | 23 | 30 | 76 | 63 |
| Binary | 11001111 | 1110001 | 110011 | 0 | 101101 | 1001011 | 10011 | 11000 | 111110 | 110011 |
Color Harmonies of #CF7133
Complementary color
Monochromatic Colors of #CF7133
Black with #CF7133
Text Example
Text Example
White with #CF7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7133; }
p { color: rgb(207,113,51); }
H1.HeaderClassName
{
color: #CF7133;
}
.AnyTagClassName
{
color: #CF7133;
}
</style>
background-color css
<style>
a { background-color: #CF7133; }
a { background-color: rgb(207,113,51); }
div.DivClassName
{
background-color: #CF7133;
}
.BgClassName
{
background-color: #CF7133;
}
</style>
border-color css
<style>
span { border-color: #CF7133; }
span { border-color: rgb(207,113,51); }
td.TdClassName
{
border-color: #CF7133;
}
.TagClassName
{
border-color: #CF7133;
}
</style>