Shades of Romantic #FFC092
Tints of Romantic #FFC092
RGB
CMYK
RGB Variations
Color information
#FFC092 (or 0xFFC092) is known color: Romantic. HEX triplet: FF, C0 and 92. RGB value is (255,192,146). Sum of RGB (Red+Green+Blue) = 255+192+146=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC092 is #003F6D. Grayscale: #CDCDCD. Windows color (decimal): -16238 or 9617663. OLE color: 9617663.
HSL color Cylindrical-coordinate representation of color #FFC092: hue angle of 25.32º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFC092 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 146 | - |
| CMYK | 0 | 0.25 | 0.43 | 0 |
| HSL | 25.32º | 1% | 0.79% | - |
| HSV(B) | 25.32º | 0.43% | 1% | - |
| XYZ | 65.28 | 61.03 | 35.53 | - |
| YUV | 205.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 146 | 0 | 0.25 | 0.43 | 0 | 25.32 | 1 | 0.79 |
| Hex | FF | C0 | 92 | 0 | 19 | 2B | 0 | 19 | 64 | 4F |
| Octal | 377 | 300 | 222 | 0 | 31 | 53 | 0 | 31 | 144 | 117 |
| Binary | 11111111 | 11000000 | 10010010 | 0 | 11001 | 101011 | 0 | 11001 | 1100100 | 1001111 |
Color Harmonies of #FFC092
Complementary color
Monochromatic Colors of #FFC092
Black with #FFC092
Text Example
Text Example
White with #FFC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC092; }
p { color: rgb(255,192,146); }
H1.HeaderClassName
{
color: #FFC092;
}
.AnyTagClassName
{
color: #FFC092;
}
</style>
background-color css
<style>
a { background-color: #FFC092; }
a { background-color: rgb(255,192,146); }
div.DivClassName
{
background-color: #FFC092;
}
.BgClassName
{
background-color: #FFC092;
}
</style>
border-color css
<style>
span { border-color: #FFC092; }
span { border-color: rgb(255,192,146); }
td.TdClassName
{
border-color: #FFC092;
}
.TagClassName
{
border-color: #FFC092;
}
</style>