Shades of Romantic #FFC193
Tints of Romantic #FFC193
RGB
CMYK
RGB Variations
Color information
#FFC193 (or 0xFFC193) is known color: Romantic. HEX triplet: FF, C1 and 93. RGB value is (255,193,147). Sum of RGB (Red+Green+Blue) = 255+193+147=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC193 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC193 is #003E6C. Grayscale: #CECECE. Windows color (decimal): -15981 or 9683455. OLE color: 9683455.
HSL color Cylindrical-coordinate representation of color #FFC193: hue angle of 25.56º 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 #FFC193 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 147 | - |
| CMYK | 0 | 0.24 | 0.42 | 0 |
| HSL | 25.56º | 1% | 0.79% | - |
| HSV(B) | 25.56º | 0.42% | 1% | - |
| XYZ | 65.58 | 61.51 | 36.02 | - |
| YUV | 206.29 | 94.54 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 147 | 0 | 0.24 | 0.42 | 0 | 25.56 | 1 | 0.79 |
| Hex | FF | C1 | 93 | 0 | 18 | 2A | 0 | 1A | 64 | 4F |
| Octal | 377 | 301 | 223 | 0 | 30 | 52 | 0 | 32 | 144 | 117 |
| Binary | 11111111 | 11000001 | 10010011 | 0 | 11000 | 101010 | 0 | 11010 | 1100100 | 1001111 |
Color Harmonies of #FFC193
Complementary color
Monochromatic Colors of #FFC193
Black with #FFC193
Text Example
Text Example
White with #FFC193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC193; }
p { color: rgb(255,193,147); }
H1.HeaderClassName
{
color: #FFC193;
}
.AnyTagClassName
{
color: #FFC193;
}
</style>
background-color css
<style>
a { background-color: #FFC193; }
a { background-color: rgb(255,193,147); }
div.DivClassName
{
background-color: #FFC193;
}
.BgClassName
{
background-color: #FFC193;
}
</style>
border-color css
<style>
span { border-color: #FFC193; }
span { border-color: rgb(255,193,147); }
td.TdClassName
{
border-color: #FFC193;
}
.TagClassName
{
border-color: #FFC193;
}
</style>