Shades of Romantic #FFC099
Tints of Romantic #FFC099
RGB
CMYK
RGB Variations
Color information
#FFC099 (or 0xFFC099) is known color: Romantic. HEX triplet: FF, C0 and 99. RGB value is (255,192,153). Sum of RGB (Red+Green+Blue) = 255+192+153=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC099 is #003F66. Grayscale: #CECECE. Windows color (decimal): -16231 or 10076415. OLE color: 10076415.
HSL color Cylindrical-coordinate representation of color #FFC099: hue angle of 22.94º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFC099 is Cyan = 0, Magento = 0.25, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 153 | - |
| CMYK | 0 | 0.25 | 0.4 | 0 |
| HSL | 22.94º | 1% | 0.8% | - |
| HSV(B) | 22.94º | 0.4% | 1% | - |
| XYZ | 65.84 | 61.26 | 38.49 | - |
| YUV | 206.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 153 | 0 | 0.25 | 0.4 | 0 | 22.94 | 1 | 0.8 |
| Hex | FF | C0 | 99 | 0 | 19 | 28 | 0 | 17 | 64 | 50 |
| Octal | 377 | 300 | 231 | 0 | 31 | 50 | 0 | 27 | 144 | 120 |
| Binary | 11111111 | 11000000 | 10011001 | 0 | 11001 | 101000 | 0 | 10111 | 1100100 | 1010000 |
Color Harmonies of #FFC099
Complementary color
Monochromatic Colors of #FFC099
Black with #FFC099
Text Example
Text Example
White with #FFC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC099; }
p { color: rgb(255,192,153); }
H1.HeaderClassName
{
color: #FFC099;
}
.AnyTagClassName
{
color: #FFC099;
}
</style>
background-color css
<style>
a { background-color: #FFC099; }
a { background-color: rgb(255,192,153); }
div.DivClassName
{
background-color: #FFC099;
}
.BgClassName
{
background-color: #FFC099;
}
</style>
border-color css
<style>
span { border-color: #FFC099; }
span { border-color: rgb(255,192,153); }
td.TdClassName
{
border-color: #FFC099;
}
.TagClassName
{
border-color: #FFC099;
}
</style>