Shades of Romantic #FFC196
Tints of Romantic #FFC196
RGB
CMYK
RGB Variations
Color information
#FFC196 (or 0xFFC196) is known color: Romantic. HEX triplet: FF, C1 and 96. RGB value is (255,193,150). Sum of RGB (Red+Green+Blue) = 255+193+150=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC196 is #003E69. Grayscale: #CECECE. Windows color (decimal): -15978 or 9880063. OLE color: 9880063.
HSL color Cylindrical-coordinate representation of color #FFC196: hue angle of 24.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFC196 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 150 | - |
| CMYK | 0 | 0.24 | 0.41 | 0 |
| HSL | 24.57º | 1% | 0.79% | - |
| HSV(B) | 24.57º | 0.41% | 1% | - |
| XYZ | 65.81 | 61.6 | 37.28 | - |
| YUV | 206.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 150 | 0 | 0.24 | 0.41 | 0 | 24.57 | 1 | 0.79 |
| Hex | FF | C1 | 96 | 0 | 18 | 29 | 0 | 19 | 64 | 4F |
| Octal | 377 | 301 | 226 | 0 | 30 | 51 | 0 | 31 | 144 | 117 |
| Binary | 11111111 | 11000001 | 10010110 | 0 | 11000 | 101001 | 0 | 11001 | 1100100 | 1001111 |
Color Harmonies of #FFC196
Complementary color
Monochromatic Colors of #FFC196
Black with #FFC196
Text Example
Text Example
White with #FFC196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC196; }
p { color: rgb(255,193,150); }
H1.HeaderClassName
{
color: #FFC196;
}
.AnyTagClassName
{
color: #FFC196;
}
</style>
background-color css
<style>
a { background-color: #FFC196; }
a { background-color: rgb(255,193,150); }
div.DivClassName
{
background-color: #FFC196;
}
.BgClassName
{
background-color: #FFC196;
}
</style>
border-color css
<style>
span { border-color: #FFC196; }
span { border-color: rgb(255,193,150); }
td.TdClassName
{
border-color: #FFC196;
}
.TagClassName
{
border-color: #FFC196;
}
</style>