Shades of Tango #CF742F
Tints of Tango #CF742F
RGB
CMYK
RGB Variations
Color information
#CF742F (or 0xCF742F) is known color: Tango. HEX triplet: CF, 74 and 2F. RGB value is (207,116,47). Sum of RGB (Red+Green+Blue) = 207+116+47=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF742F is #308BD0. Grayscale: #878787. Windows color (decimal): -3181521 or 3110095. OLE color: 3110095.
HSL color Cylindrical-coordinate representation of color #CF742F: hue angle of 25.88º 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 #CF742F is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 47 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.19 |
| HSL | 25.88º | 0.63% | 0.5% | - |
| HSV(B) | 25.88º | 0.77% | 0.81% | - |
| XYZ | 32.49 | 25.96 | 5.99 | - |
| YUV | 135.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 47 | 0 | 0.44 | 0.77 | 0.19 | 25.88 | 0.63 | 0.5 |
| Hex | CF | 74 | 2F | 0 | 2C | 4D | 13 | 1A | 3F | 32 |
| Octal | 317 | 164 | 57 | 0 | 54 | 115 | 23 | 32 | 77 | 62 |
| Binary | 11001111 | 1110100 | 101111 | 0 | 101100 | 1001101 | 10011 | 11010 | 111111 | 110010 |
Color Harmonies of #CF742F
Complementary color
Monochromatic Colors of #CF742F
Black with #CF742F
Text Example
Text Example
White with #CF742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF742F; }
p { color: rgb(207,116,47); }
H1.HeaderClassName
{
color: #CF742F;
}
.AnyTagClassName
{
color: #CF742F;
}
</style>
background-color css
<style>
a { background-color: #CF742F; }
a { background-color: rgb(207,116,47); }
div.DivClassName
{
background-color: #CF742F;
}
.BgClassName
{
background-color: #CF742F;
}
</style>
border-color css
<style>
span { border-color: #CF742F; }
span { border-color: rgb(207,116,47); }
td.TdClassName
{
border-color: #CF742F;
}
.TagClassName
{
border-color: #CF742F;
}
</style>