Shades of Romantic #FFC090
Tints of Romantic #FFC090
RGB
CMYK
RGB Variations
Color information
#FFC090 (or 0xFFC090) is known color: Romantic. HEX triplet: FF, C0 and 90. RGB value is (255,192,144). Sum of RGB (Red+Green+Blue) = 255+192+144=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC090 is #003F6F. Grayscale: #CDCDCD. Windows color (decimal): -16240 or 9486591. OLE color: 9486591.
HSL color Cylindrical-coordinate representation of color #FFC090: hue angle of 25.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC090 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 144 | - |
| CMYK | 0 | 0.25 | 0.44 | 0 |
| HSL | 25.95º | 1% | 0.78% | - |
| HSV(B) | 25.95º | 0.44% | 1% | - |
| XYZ | 65.12 | 60.97 | 34.72 | - |
| YUV | 205.37 | 93.37 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 144 | 0 | 0.25 | 0.44 | 0 | 25.95 | 1 | 0.78 |
| Hex | FF | C0 | 90 | 0 | 19 | 2C | 0 | 1A | 64 | 4E |
| Octal | 377 | 300 | 220 | 0 | 31 | 54 | 0 | 32 | 144 | 116 |
| Binary | 11111111 | 11000000 | 10010000 | 0 | 11001 | 101100 | 0 | 11010 | 1100100 | 1001110 |
Color Harmonies of #FFC090
Complementary color
Monochromatic Colors of #FFC090
Black with #FFC090
Text Example
Text Example
White with #FFC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC090; }
p { color: rgb(255,192,144); }
H1.HeaderClassName
{
color: #FFC090;
}
.AnyTagClassName
{
color: #FFC090;
}
</style>
background-color css
<style>
a { background-color: #FFC090; }
a { background-color: rgb(255,192,144); }
div.DivClassName
{
background-color: #FFC090;
}
.BgClassName
{
background-color: #FFC090;
}
</style>
border-color css
<style>
span { border-color: #FFC090; }
span { border-color: rgb(255,192,144); }
td.TdClassName
{
border-color: #FFC090;
}
.TagClassName
{
border-color: #FFC090;
}
</style>