Shades of Romantic #FFC1A7
Tints of Romantic #FFC1A7
RGB
CMYK
RGB Variations
Color information
#FFC1A7 (or 0xFFC1A7) is known color: Romantic. HEX triplet: FF, C1 and A7. RGB value is (255,193,167). Sum of RGB (Red+Green+Blue) = 255+193+167=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 167 (65.62% from 255 or 27.15% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1A7 is #003E58. Grayscale: #D0D0D0. Windows color (decimal): -15961 or 10994175. OLE color: 10994175.
HSL color Cylindrical-coordinate representation of color #FFC1A7: hue angle of 17.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFC1A7 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 167 | - |
| CMYK | 0 | 0.24 | 0.35 | 0 |
| HSL | 17.73º | 1% | 0.83% | - |
| HSV(B) | 17.73º | 0.35% | 1% | - |
| XYZ | 67.29 | 62.19 | 45.02 | - |
| YUV | 208.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 167 | 0 | 0.24 | 0.35 | 0 | 17.73 | 1 | 0.83 |
| Hex | FF | C1 | A7 | 0 | 18 | 23 | 0 | 12 | 64 | 53 |
| Octal | 377 | 301 | 247 | 0 | 30 | 43 | 0 | 22 | 144 | 123 |
| Binary | 11111111 | 11000001 | 10100111 | 0 | 11000 | 100011 | 0 | 10010 | 1100100 | 1010011 |
Color Harmonies of #FFC1A7
Complementary color
Monochromatic Colors of #FFC1A7
Black with #FFC1A7
Text Example
Text Example
White with #FFC1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1A7; }
p { color: rgb(255,193,167); }
H1.HeaderClassName
{
color: #FFC1A7;
}
.AnyTagClassName
{
color: #FFC1A7;
}
</style>
background-color css
<style>
a { background-color: #FFC1A7; }
a { background-color: rgb(255,193,167); }
div.DivClassName
{
background-color: #FFC1A7;
}
.BgClassName
{
background-color: #FFC1A7;
}
</style>
border-color css
<style>
span { border-color: #FFC1A7; }
span { border-color: rgb(255,193,167); }
td.TdClassName
{
border-color: #FFC1A7;
}
.TagClassName
{
border-color: #FFC1A7;
}
</style>