Shades of Romantic #FFC5A0
Tints of Romantic #FFC5A0
RGB
CMYK
RGB Variations
Color information
#FFC5A0 (or 0xFFC5A0) is known color: Romantic. HEX triplet: FF, C5 and A0. RGB value is (255,197,160). Sum of RGB (Red+Green+Blue) = 255+197+160=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5A0 is #003A5F. Grayscale: #D2D2D2. Windows color (decimal): -14944 or 10536447. OLE color: 10536447.
HSL color Cylindrical-coordinate representation of color #FFC5A0: hue angle of 23.37º 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 #FFC5A0 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 160 | - |
| CMYK | 0 | 0.23 | 0.37 | 0 |
| HSL | 23.37º | 1% | 0.81% | - |
| HSV(B) | 23.37º | 0.37% | 1% | - |
| XYZ | 67.55 | 63.73 | 42 | - |
| YUV | 210.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 160 | 0 | 0.23 | 0.37 | 0 | 23.37 | 1 | 0.81 |
| Hex | FF | C5 | A0 | 0 | 17 | 25 | 0 | 17 | 64 | 51 |
| Octal | 377 | 305 | 240 | 0 | 27 | 45 | 0 | 27 | 144 | 121 |
| Binary | 11111111 | 11000101 | 10100000 | 0 | 10111 | 100101 | 0 | 10111 | 1100100 | 1010001 |
Color Harmonies of #FFC5A0
Complementary color
Monochromatic Colors of #FFC5A0
Black with #FFC5A0
Text Example
Text Example
White with #FFC5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5A0; }
p { color: rgb(255,197,160); }
H1.HeaderClassName
{
color: #FFC5A0;
}
.AnyTagClassName
{
color: #FFC5A0;
}
</style>
background-color css
<style>
a { background-color: #FFC5A0; }
a { background-color: rgb(255,197,160); }
div.DivClassName
{
background-color: #FFC5A0;
}
.BgClassName
{
background-color: #FFC5A0;
}
</style>
border-color css
<style>
span { border-color: #FFC5A0; }
span { border-color: rgb(255,197,160); }
td.TdClassName
{
border-color: #FFC5A0;
}
.TagClassName
{
border-color: #FFC5A0;
}
</style>