Shades of Tango #CF7335
Tints of Tango #CF7335
RGB
CMYK
RGB Variations
Color information
#CF7335 (or 0xCF7335) is known color: Tango. HEX triplet: CF, 73 and 35. RGB value is (207,115,53). Sum of RGB (Red+Green+Blue) = 207+115+53=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7335 is #308CCA. Grayscale: #878787. Windows color (decimal): -3181771 or 3503055. OLE color: 3503055.
HSL color Cylindrical-coordinate representation of color #CF7335: hue angle of 24.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF7335 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 53 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.19 |
| HSL | 24.16º | 0.62% | 0.51% | - |
| HSV(B) | 24.16º | 0.74% | 0.81% | - |
| XYZ | 32.51 | 25.78 | 6.63 | - |
| YUV | 135.44 | 81.48 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 53 | 0 | 0.44 | 0.74 | 0.19 | 24.16 | 0.62 | 0.51 |
| Hex | CF | 73 | 35 | 0 | 2C | 4A | 13 | 18 | 3E | 33 |
| Octal | 317 | 163 | 65 | 0 | 54 | 112 | 23 | 30 | 76 | 63 |
| Binary | 11001111 | 1110011 | 110101 | 0 | 101100 | 1001010 | 10011 | 11000 | 111110 | 110011 |
Color Harmonies of #CF7335
Complementary color
Monochromatic Colors of #CF7335
Black with #CF7335
Text Example
Text Example
White with #CF7335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7335; }
p { color: rgb(207,115,53); }
H1.HeaderClassName
{
color: #CF7335;
}
.AnyTagClassName
{
color: #CF7335;
}
</style>
background-color css
<style>
a { background-color: #CF7335; }
a { background-color: rgb(207,115,53); }
div.DivClassName
{
background-color: #CF7335;
}
.BgClassName
{
background-color: #CF7335;
}
</style>
border-color css
<style>
span { border-color: #CF7335; }
span { border-color: rgb(207,115,53); }
td.TdClassName
{
border-color: #CF7335;
}
.TagClassName
{
border-color: #CF7335;
}
</style>