Shades of Tango #CF762E
Tints of Tango #CF762E
RGB
CMYK
RGB Variations
Color information
#CF762E (or 0xCF762E) is known color: Tango. HEX triplet: CF, 76 and 2E. RGB value is (207,118,46). Sum of RGB (Red+Green+Blue) = 207+118+46=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF762E is #3089D1. Grayscale: #888888. Windows color (decimal): -3181010 or 3045071. OLE color: 3045071.
HSL color Cylindrical-coordinate representation of color #CF762E: hue angle of 26.83º 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 #CF762E is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 46 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.19 |
| HSL | 26.83º | 0.64% | 0.5% | - |
| HSV(B) | 26.83º | 0.78% | 0.81% | - |
| XYZ | 32.7 | 26.42 | 5.96 | - |
| YUV | 136.4 | 76.99 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 46 | 0 | 0.43 | 0.78 | 0.19 | 26.83 | 0.64 | 0.5 |
| Hex | CF | 76 | 2E | 0 | 2B | 4E | 13 | 1B | 40 | 32 |
| Octal | 317 | 166 | 56 | 0 | 53 | 116 | 23 | 33 | 100 | 62 |
| Binary | 11001111 | 1110110 | 101110 | 0 | 101011 | 1001110 | 10011 | 11011 | 1000000 | 110010 |
Color Harmonies of #CF762E
Complementary color
Monochromatic Colors of #CF762E
Black with #CF762E
Text Example
Text Example
White with #CF762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF762E; }
p { color: rgb(207,118,46); }
H1.HeaderClassName
{
color: #CF762E;
}
.AnyTagClassName
{
color: #CF762E;
}
</style>
background-color css
<style>
a { background-color: #CF762E; }
a { background-color: rgb(207,118,46); }
div.DivClassName
{
background-color: #CF762E;
}
.BgClassName
{
background-color: #CF762E;
}
</style>
border-color css
<style>
span { border-color: #CF762E; }
span { border-color: rgb(207,118,46); }
td.TdClassName
{
border-color: #CF762E;
}
.TagClassName
{
border-color: #CF762E;
}
</style>