Shades of Romantic #FFC9A0
Tints of Romantic #FFC9A0
RGB
CMYK
RGB Variations
Color information
#FFC9A0 (or 0xFFC9A0) is known color: Romantic. HEX triplet: FF, C9 and A0. RGB value is (255,201,160). Sum of RGB (Red+Green+Blue) = 255+201+160=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9A0 is #00365F. Grayscale: #D4D4D4. Windows color (decimal): -13920 or 10537471. OLE color: 10537471.
HSL color Cylindrical-coordinate representation of color #FFC9A0: hue angle of 25.89º 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 #FFC9A0 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 160 | - |
| CMYK | 0 | 0.21 | 0.37 | 0 |
| HSL | 25.89º | 1% | 0.81% | - |
| HSV(B) | 25.89º | 0.37% | 1% | - |
| XYZ | 68.47 | 65.57 | 42.31 | - |
| YUV | 212.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 160 | 0 | 0.21 | 0.37 | 0 | 25.89 | 1 | 0.81 |
| Hex | FF | C9 | A0 | 0 | 15 | 25 | 0 | 1A | 64 | 51 |
| Octal | 377 | 311 | 240 | 0 | 25 | 45 | 0 | 32 | 144 | 121 |
| Binary | 11111111 | 11001001 | 10100000 | 0 | 10101 | 100101 | 0 | 11010 | 1100100 | 1010001 |
Color Harmonies of #FFC9A0
Complementary color
Monochromatic Colors of #FFC9A0
Black with #FFC9A0
Text Example
Text Example
White with #FFC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9A0; }
p { color: rgb(255,201,160); }
H1.HeaderClassName
{
color: #FFC9A0;
}
.AnyTagClassName
{
color: #FFC9A0;
}
</style>
background-color css
<style>
a { background-color: #FFC9A0; }
a { background-color: rgb(255,201,160); }
div.DivClassName
{
background-color: #FFC9A0;
}
.BgClassName
{
background-color: #FFC9A0;
}
</style>
border-color css
<style>
span { border-color: #FFC9A0; }
span { border-color: rgb(255,201,160); }
td.TdClassName
{
border-color: #FFC9A0;
}
.TagClassName
{
border-color: #FFC9A0;
}
</style>