Shades of Romantic #FFC191
Tints of Romantic #FFC191
RGB
CMYK
RGB Variations
Color information
#FFC191 (or 0xFFC191) is known color: Romantic. HEX triplet: FF, C1 and 91. RGB value is (255,193,145). Sum of RGB (Red+Green+Blue) = 255+193+145=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC191 is #003E6E. Grayscale: #CECECE. Windows color (decimal): -15983 or 9552383. OLE color: 9552383.
HSL color Cylindrical-coordinate representation of color #FFC191: hue angle of 26.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFC191 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 145 | - |
| CMYK | 0 | 0.24 | 0.43 | 0 |
| HSL | 26.18º | 1% | 0.78% | - |
| HSV(B) | 26.18º | 0.43% | 1% | - |
| XYZ | 65.42 | 61.44 | 35.2 | - |
| YUV | 206.07 | 93.54 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 145 | 0 | 0.24 | 0.43 | 0 | 26.18 | 1 | 0.78 |
| Hex | FF | C1 | 91 | 0 | 18 | 2B | 0 | 1A | 64 | 4E |
| Octal | 377 | 301 | 221 | 0 | 30 | 53 | 0 | 32 | 144 | 116 |
| Binary | 11111111 | 11000001 | 10010001 | 0 | 11000 | 101011 | 0 | 11010 | 1100100 | 1001110 |
Color Harmonies of #FFC191
Complementary color
Monochromatic Colors of #FFC191
Black with #FFC191
Text Example
Text Example
White with #FFC191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC191; }
p { color: rgb(255,193,145); }
H1.HeaderClassName
{
color: #FFC191;
}
.AnyTagClassName
{
color: #FFC191;
}
</style>
background-color css
<style>
a { background-color: #FFC191; }
a { background-color: rgb(255,193,145); }
div.DivClassName
{
background-color: #FFC191;
}
.BgClassName
{
background-color: #FFC191;
}
</style>
border-color css
<style>
span { border-color: #FFC191; }
span { border-color: rgb(255,193,145); }
td.TdClassName
{
border-color: #FFC191;
}
.TagClassName
{
border-color: #FFC191;
}
</style>