Shades of Tango #CF7033
Tints of Tango #CF7033
RGB
CMYK
RGB Variations
Color information
#CF7033 (or 0xCF7033) is known color: Tango. HEX triplet: CF, 70 and 33. RGB value is (207,112,51). Sum of RGB (Red+Green+Blue) = 207+112+51=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7033 is #308FCC. Grayscale: #858585. Windows color (decimal): -3182541 or 3371215. OLE color: 3371215.
HSL color Cylindrical-coordinate representation of color #CF7033: hue angle of 23.46º 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 #CF7033 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 51 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.19 |
| HSL | 23.46º | 0.62% | 0.51% | - |
| HSV(B) | 23.46º | 0.75% | 0.81% | - |
| XYZ | 32.12 | 25.09 | 6.28 | - |
| YUV | 133.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 51 | 0 | 0.46 | 0.75 | 0.19 | 23.46 | 0.62 | 0.51 |
| Hex | CF | 70 | 33 | 0 | 2E | 4B | 13 | 17 | 3E | 33 |
| Octal | 317 | 160 | 63 | 0 | 56 | 113 | 23 | 27 | 76 | 63 |
| Binary | 11001111 | 1110000 | 110011 | 0 | 101110 | 1001011 | 10011 | 10111 | 111110 | 110011 |
Color Harmonies of #CF7033
Complementary color
Monochromatic Colors of #CF7033
Black with #CF7033
Text Example
Text Example
White with #CF7033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7033; }
p { color: rgb(207,112,51); }
H1.HeaderClassName
{
color: #CF7033;
}
.AnyTagClassName
{
color: #CF7033;
}
</style>
background-color css
<style>
a { background-color: #CF7033; }
a { background-color: rgb(207,112,51); }
div.DivClassName
{
background-color: #CF7033;
}
.BgClassName
{
background-color: #CF7033;
}
</style>
border-color css
<style>
span { border-color: #CF7033; }
span { border-color: rgb(207,112,51); }
td.TdClassName
{
border-color: #CF7033;
}
.TagClassName
{
border-color: #CF7033;
}
</style>