Shades of Romantic #FFC0A2
Tints of Romantic #FFC0A2
RGB
CMYK
RGB Variations
Color information
#FFC0A2 (or 0xFFC0A2) is known color: Romantic. HEX triplet: FF, C0 and A2. RGB value is (255,192,162). Sum of RGB (Red+Green+Blue) = 255+192+162=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 162 (63.67% from 255 or 26.60% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0A2 is #003F5D. Grayscale: #CFCFCF. Windows color (decimal): -16222 or 10666239. OLE color: 10666239.
HSL color Cylindrical-coordinate representation of color #FFC0A2: hue angle of 19.35º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFC0A2 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 162 | - |
| CMYK | 0 | 0.25 | 0.36 | 0 |
| HSL | 19.35º | 1% | 0.82% | - |
| HSV(B) | 19.35º | 0.36% | 1% | - |
| XYZ | 66.61 | 61.57 | 42.56 | - |
| YUV | 207.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 162 | 0 | 0.25 | 0.36 | 0 | 19.35 | 1 | 0.82 |
| Hex | FF | C0 | A2 | 0 | 19 | 24 | 0 | 13 | 64 | 52 |
| Octal | 377 | 300 | 242 | 0 | 31 | 44 | 0 | 23 | 144 | 122 |
| Binary | 11111111 | 11000000 | 10100010 | 0 | 11001 | 100100 | 0 | 10011 | 1100100 | 1010010 |
Color Harmonies of #FFC0A2
Complementary color
Monochromatic Colors of #FFC0A2
Black with #FFC0A2
Text Example
Text Example
White with #FFC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0A2; }
p { color: rgb(255,192,162); }
H1.HeaderClassName
{
color: #FFC0A2;
}
.AnyTagClassName
{
color: #FFC0A2;
}
</style>
background-color css
<style>
a { background-color: #FFC0A2; }
a { background-color: rgb(255,192,162); }
div.DivClassName
{
background-color: #FFC0A2;
}
.BgClassName
{
background-color: #FFC0A2;
}
</style>
border-color css
<style>
span { border-color: #FFC0A2; }
span { border-color: rgb(255,192,162); }
td.TdClassName
{
border-color: #FFC0A2;
}
.TagClassName
{
border-color: #FFC0A2;
}
</style>