Shades of Romantic #FFC8A0
Tints of Romantic #FFC8A0
RGB
CMYK
RGB Variations
Color information
#FFC8A0 (or 0xFFC8A0) is known color: Romantic. HEX triplet: FF, C8 and A0. RGB value is (255,200,160). Sum of RGB (Red+Green+Blue) = 255+200+160=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8A0 is #00375F. Grayscale: #D4D4D4. Windows color (decimal): -14176 or 10537215. OLE color: 10537215.
HSL color Cylindrical-coordinate representation of color #FFC8A0: hue angle of 25.26º 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 #FFC8A0 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 160 | - |
| CMYK | 0 | 0.22 | 0.37 | 0 |
| HSL | 25.26º | 1% | 0.81% | - |
| HSV(B) | 25.26º | 0.37% | 1% | - |
| XYZ | 68.24 | 65.11 | 42.23 | - |
| YUV | 211.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 160 | 0 | 0.22 | 0.37 | 0 | 25.26 | 1 | 0.81 |
| Hex | FF | C8 | A0 | 0 | 16 | 25 | 0 | 19 | 64 | 51 |
| Octal | 377 | 310 | 240 | 0 | 26 | 45 | 0 | 31 | 144 | 121 |
| Binary | 11111111 | 11001000 | 10100000 | 0 | 10110 | 100101 | 0 | 11001 | 1100100 | 1010001 |
Color Harmonies of #FFC8A0
Complementary color
Monochromatic Colors of #FFC8A0
Black with #FFC8A0
Text Example
Text Example
White with #FFC8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8A0; }
p { color: rgb(255,200,160); }
H1.HeaderClassName
{
color: #FFC8A0;
}
.AnyTagClassName
{
color: #FFC8A0;
}
</style>
background-color css
<style>
a { background-color: #FFC8A0; }
a { background-color: rgb(255,200,160); }
div.DivClassName
{
background-color: #FFC8A0;
}
.BgClassName
{
background-color: #FFC8A0;
}
</style>
border-color css
<style>
span { border-color: #FFC8A0; }
span { border-color: rgb(255,200,160); }
td.TdClassName
{
border-color: #FFC8A0;
}
.TagClassName
{
border-color: #FFC8A0;
}
</style>