Shades of Romantic #FFC095
Tints of Romantic #FFC095
RGB
CMYK
RGB Variations
Color information
#FFC095 (or 0xFFC095) is known color: Romantic. HEX triplet: FF, C0 and 95. RGB value is (255,192,149). Sum of RGB (Red+Green+Blue) = 255+192+149=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC095 is #003F6A. Grayscale: #CECECE. Windows color (decimal): -16235 or 9814271. OLE color: 9814271.
HSL color Cylindrical-coordinate representation of color #FFC095: hue angle of 24.34º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFC095 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 149 | - |
| CMYK | 0 | 0.25 | 0.42 | 0 |
| HSL | 24.34º | 1% | 0.79% | - |
| HSV(B) | 24.34º | 0.42% | 1% | - |
| XYZ | 65.51 | 61.13 | 36.78 | - |
| YUV | 205.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 149 | 0 | 0.25 | 0.42 | 0 | 24.34 | 1 | 0.79 |
| Hex | FF | C0 | 95 | 0 | 19 | 2A | 0 | 18 | 64 | 4F |
| Octal | 377 | 300 | 225 | 0 | 31 | 52 | 0 | 30 | 144 | 117 |
| Binary | 11111111 | 11000000 | 10010101 | 0 | 11001 | 101010 | 0 | 11000 | 1100100 | 1001111 |
Color Harmonies of #FFC095
Complementary color
Monochromatic Colors of #FFC095
Black with #FFC095
Text Example
Text Example
White with #FFC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC095; }
p { color: rgb(255,192,149); }
H1.HeaderClassName
{
color: #FFC095;
}
.AnyTagClassName
{
color: #FFC095;
}
</style>
background-color css
<style>
a { background-color: #FFC095; }
a { background-color: rgb(255,192,149); }
div.DivClassName
{
background-color: #FFC095;
}
.BgClassName
{
background-color: #FFC095;
}
</style>
border-color css
<style>
span { border-color: #FFC095; }
span { border-color: rgb(255,192,149); }
td.TdClassName
{
border-color: #FFC095;
}
.TagClassName
{
border-color: #FFC095;
}
</style>