Shades of Tango #CF7333
Tints of Tango #CF7333
RGB
CMYK
RGB Variations
Color information
#CF7333 (or 0xCF7333) is known color: Tango. HEX triplet: CF, 73 and 33. RGB value is (207,115,51). Sum of RGB (Red+Green+Blue) = 207+115+51=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7333 is #308CCC. Grayscale: #878787. Windows color (decimal): -3181773 or 3371983. OLE color: 3371983.
HSL color Cylindrical-coordinate representation of color #CF7333: hue angle of 24.62º 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 #CF7333 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 51 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.19 |
| HSL | 24.62º | 0.62% | 0.51% | - |
| HSV(B) | 24.62º | 0.75% | 0.81% | - |
| XYZ | 32.46 | 25.77 | 6.39 | - |
| YUV | 135.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 51 | 0 | 0.44 | 0.75 | 0.19 | 24.62 | 0.62 | 0.51 |
| Hex | CF | 73 | 33 | 0 | 2C | 4B | 13 | 19 | 3E | 33 |
| Octal | 317 | 163 | 63 | 0 | 54 | 113 | 23 | 31 | 76 | 63 |
| Binary | 11001111 | 1110011 | 110011 | 0 | 101100 | 1001011 | 10011 | 11001 | 111110 | 110011 |
Color Harmonies of #CF7333
Complementary color
Monochromatic Colors of #CF7333
Black with #CF7333
Text Example
Text Example
White with #CF7333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7333; }
p { color: rgb(207,115,51); }
H1.HeaderClassName
{
color: #CF7333;
}
.AnyTagClassName
{
color: #CF7333;
}
</style>
background-color css
<style>
a { background-color: #CF7333; }
a { background-color: rgb(207,115,51); }
div.DivClassName
{
background-color: #CF7333;
}
.BgClassName
{
background-color: #CF7333;
}
</style>
border-color css
<style>
span { border-color: #CF7333; }
span { border-color: rgb(207,115,51); }
td.TdClassName
{
border-color: #CF7333;
}
.TagClassName
{
border-color: #CF7333;
}
</style>