Shades of Melon #FFC0A7
Tints of Melon #FFC0A7
RGB
CMYK
RGB Variations
Color information
#FFC0A7 (or 0xFFC0A7) is known color: Melon. HEX triplet: FF, C0 and A7. RGB value is (255,192,167). Sum of RGB (Red+Green+Blue) = 255+192+167=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 167 (65.62% from 255 or 27.20% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0A7 is #003F58. Grayscale: #D0D0D0. Windows color (decimal): -16217 or 10993919. OLE color: 10993919.
HSL color Cylindrical-coordinate representation of color #FFC0A7: hue angle of 17.05º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFC0A7 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 167 | - |
| CMYK | 0 | 0.25 | 0.35 | 0 |
| HSL | 17.05º | 1% | 0.83% | - |
| HSV(B) | 17.05º | 0.35% | 1% | - |
| XYZ | 67.06 | 61.75 | 44.94 | - |
| YUV | 207.99 | 104.87 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 167 | 0 | 0.25 | 0.35 | 0 | 17.05 | 1 | 0.83 |
| Hex | FF | C0 | A7 | 0 | 19 | 23 | 0 | 11 | 64 | 53 |
| Octal | 377 | 300 | 247 | 0 | 31 | 43 | 0 | 21 | 144 | 123 |
| Binary | 11111111 | 11000000 | 10100111 | 0 | 11001 | 100011 | 0 | 10001 | 1100100 | 1010011 |
Color Harmonies of #FFC0A7
Complementary color
Monochromatic Colors of #FFC0A7
Black with #FFC0A7
Text Example
Text Example
White with #FFC0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0A7; }
p { color: rgb(255,192,167); }
H1.HeaderClassName
{
color: #FFC0A7;
}
.AnyTagClassName
{
color: #FFC0A7;
}
</style>
background-color css
<style>
a { background-color: #FFC0A7; }
a { background-color: rgb(255,192,167); }
div.DivClassName
{
background-color: #FFC0A7;
}
.BgClassName
{
background-color: #FFC0A7;
}
</style>
border-color css
<style>
span { border-color: #FFC0A7; }
span { border-color: rgb(255,192,167); }
td.TdClassName
{
border-color: #FFC0A7;
}
.TagClassName
{
border-color: #FFC0A7;
}
</style>