Shades of Romantic #F7C197
Tints of Romantic #F7C197
RGB
CMYK
RGB Variations
Color information
#F7C197 (or 0xF7C197) is known color: Romantic. HEX triplet: F7, C1 and 97. RGB value is (247,193,151). Sum of RGB (Red+Green+Blue) = 247+193+151=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C197 is #083E68. Grayscale: #CCCCCC. Windows color (decimal): -540265 or 9945591. OLE color: 9945591.
HSL color Cylindrical-coordinate representation of color #F7C197: hue angle of 26.25º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7C197 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 151 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.03 |
| HSL | 26.25º | 0.86% | 0.78% | - |
| HSV(B) | 26.25º | 0.39% | 0.97% | - |
| XYZ | 63.01 | 60.15 | 37.57 | - |
| YUV | 204.36 | 97.89 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 151 | 0 | 0.22 | 0.39 | 0.03 | 26.25 | 0.86 | 0.78 |
| Hex | F7 | C1 | 97 | 0 | 16 | 27 | 3 | 1A | 56 | 4E |
| Octal | 367 | 301 | 227 | 0 | 26 | 47 | 3 | 32 | 126 | 116 |
| Binary | 11110111 | 11000001 | 10010111 | 0 | 10110 | 100111 | 11 | 11010 | 1010110 | 1001110 |
Color Harmonies of #F7C197
Complementary color
Monochromatic Colors of #F7C197
Black with #F7C197
Text Example
Text Example
White with #F7C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C197; }
p { color: rgb(247,193,151); }
H1.HeaderClassName
{
color: #F7C197;
}
.AnyTagClassName
{
color: #F7C197;
}
</style>
background-color css
<style>
a { background-color: #F7C197; }
a { background-color: rgb(247,193,151); }
div.DivClassName
{
background-color: #F7C197;
}
.BgClassName
{
background-color: #F7C197;
}
</style>
border-color css
<style>
span { border-color: #F7C197; }
span { border-color: rgb(247,193,151); }
td.TdClassName
{
border-color: #F7C197;
}
.TagClassName
{
border-color: #F7C197;
}
</style>