Shades of Romantic #FFC1A0
Tints of Romantic #FFC1A0
RGB
CMYK
RGB Variations
Color information
#FFC1A0 (or 0xFFC1A0) is known color: Romantic. HEX triplet: FF, C1 and A0. RGB value is (255,193,160). Sum of RGB (Red+Green+Blue) = 255+193+160=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1A0 is #003E5F. Grayscale: #CFCFCF. Windows color (decimal): -15968 or 10535423. OLE color: 10535423.
HSL color Cylindrical-coordinate representation of color #FFC1A0: hue angle of 20.84º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFC1A0 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 193 | 160 | - |
CMYK | 0 | 0.24 | 0.37 | 0 |
HSL | 20.84º | 1% | 0.81% | - |
HSV(B) | 20.84º | 0.37% | 1% | - |
XYZ | 66.66 | 61.94 | 41.7 | - |
YUV | 207.78 | 101.04 | 161.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 193 | 160 | 0 | 0.24 | 0.37 | 0 | 20.84 | 1 | 0.81 |
Hex | FF | C1 | A0 | 0 | 18 | 25 | 0 | 15 | 64 | 51 |
Octal | 377 | 301 | 240 | 0 | 30 | 45 | 0 | 25 | 144 | 121 |
Binary | 11111111 | 11000001 | 10100000 | 0 | 11000 | 100101 | 0 | 10101 | 1100100 | 1010001 |
Color Harmonies of #FFC1A0
Complementary color
Monochromatic Colors of #FFC1A0
Black with #FFC1A0
Text Example
Text Example
White with #FFC1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1A0; }
p { color: rgb(255,193,160); }
H1.HeaderClassName
{
color: #FFC1A0;
}
.AnyTagClassName
{
color: #FFC1A0;
}
</style>
background-color css
<style>
a { background-color: #FFC1A0; }
a { background-color: rgb(255,193,160); }
div.DivClassName
{
background-color: #FFC1A0;
}
.BgClassName
{
background-color: #FFC1A0;
}
</style>
border-color css
<style>
span { border-color: #FFC1A0; }
span { border-color: rgb(255,193,160); }
td.TdClassName
{
border-color: #FFC1A0;
}
.TagClassName
{
border-color: #FFC1A0;
}
</style>