Shades of Romantic #FFC3A0
Tints of Romantic #FFC3A0
RGB
CMYK
RGB Variations
Color information
#FFC3A0 (or 0xFFC3A0) is known color: Romantic. HEX triplet: FF, C3 and A0. RGB value is (255,195,160). Sum of RGB (Red+Green+Blue) = 255+195+160=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC3A0 is #003C5F. Grayscale: #D1D1D1. Windows color (decimal): -15456 or 10535935. OLE color: 10535935.
HSL color Cylindrical-coordinate representation of color #FFC3A0: hue angle of 22.11º 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 #FFC3A0 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 160 | - |
| CMYK | 0 | 0.24 | 0.37 | 0 |
| HSL | 22.11º | 1% | 0.81% | - |
| HSV(B) | 22.11º | 0.37% | 1% | - |
| XYZ | 67.1 | 62.83 | 41.85 | - |
| YUV | 208.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 160 | 0 | 0.24 | 0.37 | 0 | 22.11 | 1 | 0.81 |
| Hex | FF | C3 | A0 | 0 | 18 | 25 | 0 | 16 | 64 | 51 |
| Octal | 377 | 303 | 240 | 0 | 30 | 45 | 0 | 26 | 144 | 121 |
| Binary | 11111111 | 11000011 | 10100000 | 0 | 11000 | 100101 | 0 | 10110 | 1100100 | 1010001 |
Color Harmonies of #FFC3A0
Complementary color
Monochromatic Colors of #FFC3A0
Black with #FFC3A0
Text Example
Text Example
White with #FFC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3A0; }
p { color: rgb(255,195,160); }
H1.HeaderClassName
{
color: #FFC3A0;
}
.AnyTagClassName
{
color: #FFC3A0;
}
</style>
background-color css
<style>
a { background-color: #FFC3A0; }
a { background-color: rgb(255,195,160); }
div.DivClassName
{
background-color: #FFC3A0;
}
.BgClassName
{
background-color: #FFC3A0;
}
</style>
border-color css
<style>
span { border-color: #FFC3A0; }
span { border-color: rgb(255,195,160); }
td.TdClassName
{
border-color: #FFC3A0;
}
.TagClassName
{
border-color: #FFC3A0;
}
</style>