Shades of Romantic #FFC2A0
Tints of Romantic #FFC2A0
RGB
CMYK
RGB Variations
Color information
#FFC2A0 (or 0xFFC2A0) is known color: Romantic. HEX triplet: FF, C2 and A0. RGB value is (255,194,160). Sum of RGB (Red+Green+Blue) = 255+194+160=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2A0 is #003D5F. Grayscale: #D0D0D0. Windows color (decimal): -15712 or 10535679. OLE color: 10535679.
HSL color Cylindrical-coordinate representation of color #FFC2A0: hue angle of 21.47º 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 #FFC2A0 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 160 | - |
| CMYK | 0 | 0.24 | 0.37 | 0 |
| HSL | 21.47º | 1% | 0.81% | - |
| HSV(B) | 21.47º | 0.37% | 1% | - |
| XYZ | 66.88 | 62.38 | 41.77 | - |
| YUV | 208.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 160 | 0 | 0.24 | 0.37 | 0 | 21.47 | 1 | 0.81 |
| Hex | FF | C2 | A0 | 0 | 18 | 25 | 0 | 15 | 64 | 51 |
| Octal | 377 | 302 | 240 | 0 | 30 | 45 | 0 | 25 | 144 | 121 |
| Binary | 11111111 | 11000010 | 10100000 | 0 | 11000 | 100101 | 0 | 10101 | 1100100 | 1010001 |
Color Harmonies of #FFC2A0
Complementary color
Monochromatic Colors of #FFC2A0
Black with #FFC2A0
Text Example
Text Example
White with #FFC2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2A0; }
p { color: rgb(255,194,160); }
H1.HeaderClassName
{
color: #FFC2A0;
}
.AnyTagClassName
{
color: #FFC2A0;
}
</style>
background-color css
<style>
a { background-color: #FFC2A0; }
a { background-color: rgb(255,194,160); }
div.DivClassName
{
background-color: #FFC2A0;
}
.BgClassName
{
background-color: #FFC2A0;
}
</style>
border-color css
<style>
span { border-color: #FFC2A0; }
span { border-color: rgb(255,194,160); }
td.TdClassName
{
border-color: #FFC2A0;
}
.TagClassName
{
border-color: #FFC2A0;
}
</style>