Shades of Tango #CF752E
Tints of Tango #CF752E
RGB
CMYK
RGB Variations
Color information
#CF752E (or 0xCF752E) is known color: Tango. HEX triplet: CF, 75 and 2E. RGB value is (207,117,46). Sum of RGB (Red+Green+Blue) = 207+117+46=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF752E is #308AD1. Grayscale: #888888. Windows color (decimal): -3181266 or 3044815. OLE color: 3044815.
HSL color Cylindrical-coordinate representation of color #CF752E: hue angle of 26.46º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF752E is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 46 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.19 |
| HSL | 26.46º | 0.64% | 0.5% | - |
| HSV(B) | 26.46º | 0.78% | 0.81% | - |
| XYZ | 32.59 | 26.19 | 5.92 | - |
| YUV | 135.82 | 77.32 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 46 | 0 | 0.43 | 0.78 | 0.19 | 26.46 | 0.64 | 0.5 |
| Hex | CF | 75 | 2E | 0 | 2B | 4E | 13 | 1A | 40 | 32 |
| Octal | 317 | 165 | 56 | 0 | 53 | 116 | 23 | 32 | 100 | 62 |
| Binary | 11001111 | 1110101 | 101110 | 0 | 101011 | 1001110 | 10011 | 11010 | 1000000 | 110010 |
Color Harmonies of #CF752E
Complementary color
Monochromatic Colors of #CF752E
Black with #CF752E
Text Example
Text Example
White with #CF752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF752E; }
p { color: rgb(207,117,46); }
H1.HeaderClassName
{
color: #CF752E;
}
.AnyTagClassName
{
color: #CF752E;
}
</style>
background-color css
<style>
a { background-color: #CF752E; }
a { background-color: rgb(207,117,46); }
div.DivClassName
{
background-color: #CF752E;
}
.BgClassName
{
background-color: #CF752E;
}
</style>
border-color css
<style>
span { border-color: #CF752E; }
span { border-color: rgb(207,117,46); }
td.TdClassName
{
border-color: #CF752E;
}
.TagClassName
{
border-color: #CF752E;
}
</style>