Shades of Tango #CF762F
Tints of Tango #CF762F
RGB
CMYK
RGB Variations
Color information
#CF762F (or 0xCF762F) is known color: Tango. HEX triplet: CF, 76 and 2F. RGB value is (207,118,47). Sum of RGB (Red+Green+Blue) = 207+118+47=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF762F is #3089D0. Grayscale: #888888. Windows color (decimal): -3181009 or 3110607. OLE color: 3110607.
HSL color Cylindrical-coordinate representation of color #CF762F: hue angle of 26.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF762F is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 47 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.19 |
| HSL | 26.63º | 0.63% | 0.5% | - |
| HSV(B) | 26.63º | 0.77% | 0.81% | - |
| XYZ | 32.72 | 26.43 | 6.07 | - |
| YUV | 136.52 | 77.49 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 47 | 0 | 0.43 | 0.77 | 0.19 | 26.63 | 0.63 | 0.5 |
| Hex | CF | 76 | 2F | 0 | 2B | 4D | 13 | 1B | 3F | 32 |
| Octal | 317 | 166 | 57 | 0 | 53 | 115 | 23 | 33 | 77 | 62 |
| Binary | 11001111 | 1110110 | 101111 | 0 | 101011 | 1001101 | 10011 | 11011 | 111111 | 110010 |
Color Harmonies of #CF762F
Complementary color
Monochromatic Colors of #CF762F
Black with #CF762F
Text Example
Text Example
White with #CF762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF762F; }
p { color: rgb(207,118,47); }
H1.HeaderClassName
{
color: #CF762F;
}
.AnyTagClassName
{
color: #CF762F;
}
</style>
background-color css
<style>
a { background-color: #CF762F; }
a { background-color: rgb(207,118,47); }
div.DivClassName
{
background-color: #CF762F;
}
.BgClassName
{
background-color: #CF762F;
}
</style>
border-color css
<style>
span { border-color: #CF762F; }
span { border-color: rgb(207,118,47); }
td.TdClassName
{
border-color: #CF762F;
}
.TagClassName
{
border-color: #CF762F;
}
</style>