Shades of Tango #CF7430
Tints of Tango #CF7430
RGB
CMYK
RGB Variations
Color information
#CF7430 (or 0xCF7430) is known color: Tango. HEX triplet: CF, 74 and 30. RGB value is (207,116,48). Sum of RGB (Red+Green+Blue) = 207+116+48=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7430 is #308BCF. Grayscale: #878787. Windows color (decimal): -3181520 or 3175631. OLE color: 3175631.
HSL color Cylindrical-coordinate representation of color #CF7430: hue angle of 25.66º degrees, saturation: 0.62, 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 #CF7430 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 48 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.19 |
| HSL | 25.66º | 0.62% | 0.5% | - |
| HSV(B) | 25.66º | 0.77% | 0.81% | - |
| XYZ | 32.51 | 25.97 | 6.1 | - |
| YUV | 135.46 | 78.65 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 48 | 0 | 0.44 | 0.77 | 0.19 | 25.66 | 0.62 | 0.5 |
| Hex | CF | 74 | 30 | 0 | 2C | 4D | 13 | 1A | 3E | 32 |
| Octal | 317 | 164 | 60 | 0 | 54 | 115 | 23 | 32 | 76 | 62 |
| Binary | 11001111 | 1110100 | 110000 | 0 | 101100 | 1001101 | 10011 | 11010 | 111110 | 110010 |
Color Harmonies of #CF7430
Complementary color
Monochromatic Colors of #CF7430
Black with #CF7430
Text Example
Text Example
White with #CF7430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7430; }
p { color: rgb(207,116,48); }
H1.HeaderClassName
{
color: #CF7430;
}
.AnyTagClassName
{
color: #CF7430;
}
</style>
background-color css
<style>
a { background-color: #CF7430; }
a { background-color: rgb(207,116,48); }
div.DivClassName
{
background-color: #CF7430;
}
.BgClassName
{
background-color: #CF7430;
}
</style>
border-color css
<style>
span { border-color: #CF7430; }
span { border-color: rgb(207,116,48); }
td.TdClassName
{
border-color: #CF7430;
}
.TagClassName
{
border-color: #CF7430;
}
</style>