Shades of Romantic #FFC192
Tints of Romantic #FFC192
RGB
CMYK
RGB Variations
Color information
#FFC192 (or 0xFFC192) is known color: Romantic. HEX triplet: FF, C1 and 92. RGB value is (255,193,146). Sum of RGB (Red+Green+Blue) = 255+193+146=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC192 is #003E6D. Grayscale: #CECECE. Windows color (decimal): -15982 or 9617919. OLE color: 9617919.
HSL color Cylindrical-coordinate representation of color #FFC192: hue angle of 25.87º 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 #FFC192 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 146 | - |
| CMYK | 0 | 0.24 | 0.43 | 0 |
| HSL | 25.87º | 1% | 0.79% | - |
| HSV(B) | 25.87º | 0.43% | 1% | - |
| XYZ | 65.5 | 61.48 | 35.61 | - |
| YUV | 206.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 146 | 0 | 0.24 | 0.43 | 0 | 25.87 | 1 | 0.79 |
| Hex | FF | C1 | 92 | 0 | 18 | 2B | 0 | 1A | 64 | 4F |
| Octal | 377 | 301 | 222 | 0 | 30 | 53 | 0 | 32 | 144 | 117 |
| Binary | 11111111 | 11000001 | 10010010 | 0 | 11000 | 101011 | 0 | 11010 | 1100100 | 1001111 |
Color Harmonies of #FFC192
Complementary color
Monochromatic Colors of #FFC192
Black with #FFC192
Text Example
Text Example
White with #FFC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC192; }
p { color: rgb(255,193,146); }
H1.HeaderClassName
{
color: #FFC192;
}
.AnyTagClassName
{
color: #FFC192;
}
</style>
background-color css
<style>
a { background-color: #FFC192; }
a { background-color: rgb(255,193,146); }
div.DivClassName
{
background-color: #FFC192;
}
.BgClassName
{
background-color: #FFC192;
}
</style>
border-color css
<style>
span { border-color: #FFC192; }
span { border-color: rgb(255,193,146); }
td.TdClassName
{
border-color: #FFC192;
}
.TagClassName
{
border-color: #FFC192;
}
</style>