Shades of Romantic #FFC0A0
Tints of Romantic #FFC0A0
RGB
CMYK
RGB Variations
Color information
#FFC0A0 (or 0xFFC0A0) is known color: Romantic. HEX triplet: FF, C0 and A0. RGB value is (255,192,160). Sum of RGB (Red+Green+Blue) = 255+192+160=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0A0 is #003F5F. Grayscale: #CFCFCF. Windows color (decimal): -16224 or 10535167. OLE color: 10535167.
HSL color Cylindrical-coordinate representation of color #FFC0A0: hue angle of 20.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFC0A0 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 160 | - |
| CMYK | 0 | 0.25 | 0.37 | 0 |
| HSL | 20.21º | 1% | 0.81% | - |
| HSV(B) | 20.21º | 0.37% | 1% | - |
| XYZ | 66.43 | 61.5 | 41.63 | - |
| YUV | 207.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 160 | 0 | 0.25 | 0.37 | 0 | 20.21 | 1 | 0.81 |
| Hex | FF | C0 | A0 | 0 | 19 | 25 | 0 | 14 | 64 | 51 |
| Octal | 377 | 300 | 240 | 0 | 31 | 45 | 0 | 24 | 144 | 121 |
| Binary | 11111111 | 11000000 | 10100000 | 0 | 11001 | 100101 | 0 | 10100 | 1100100 | 1010001 |
Color Harmonies of #FFC0A0
Complementary color
Monochromatic Colors of #FFC0A0
Black with #FFC0A0
Text Example
Text Example
White with #FFC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0A0; }
p { color: rgb(255,192,160); }
H1.HeaderClassName
{
color: #FFC0A0;
}
.AnyTagClassName
{
color: #FFC0A0;
}
</style>
background-color css
<style>
a { background-color: #FFC0A0; }
a { background-color: rgb(255,192,160); }
div.DivClassName
{
background-color: #FFC0A0;
}
.BgClassName
{
background-color: #FFC0A0;
}
</style>
border-color css
<style>
span { border-color: #FFC0A0; }
span { border-color: rgb(255,192,160); }
td.TdClassName
{
border-color: #FFC0A0;
}
.TagClassName
{
border-color: #FFC0A0;
}
</style>