Shades of Romantic #FFC5A2
Tints of Romantic #FFC5A2
RGB
CMYK
RGB Variations
Color information
#FFC5A2 (or 0xFFC5A2) is known color: Romantic. HEX triplet: FF, C5 and A2. RGB value is (255,197,162). Sum of RGB (Red+Green+Blue) = 255+197+162=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 162 (63.67% from 255 or 26.38% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5A2 is #003A5D. Grayscale: #D2D2D2. Windows color (decimal): -14942 or 10667519. OLE color: 10667519.
HSL color Cylindrical-coordinate representation of color #FFC5A2: hue angle of 22.58º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFC5A2 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 162 | - |
| CMYK | 0 | 0.23 | 0.36 | 0 |
| HSL | 22.58º | 1% | 0.82% | - |
| HSV(B) | 22.58º | 0.36% | 1% | - |
| XYZ | 67.73 | 63.8 | 42.93 | - |
| YUV | 210.35 | 100.72 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 162 | 0 | 0.23 | 0.36 | 0 | 22.58 | 1 | 0.82 |
| Hex | FF | C5 | A2 | 0 | 17 | 24 | 0 | 17 | 64 | 52 |
| Octal | 377 | 305 | 242 | 0 | 27 | 44 | 0 | 27 | 144 | 122 |
| Binary | 11111111 | 11000101 | 10100010 | 0 | 10111 | 100100 | 0 | 10111 | 1100100 | 1010010 |
Color Harmonies of #FFC5A2
Complementary color
Monochromatic Colors of #FFC5A2
Black with #FFC5A2
Text Example
Text Example
White with #FFC5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5A2; }
p { color: rgb(255,197,162); }
H1.HeaderClassName
{
color: #FFC5A2;
}
.AnyTagClassName
{
color: #FFC5A2;
}
</style>
background-color css
<style>
a { background-color: #FFC5A2; }
a { background-color: rgb(255,197,162); }
div.DivClassName
{
background-color: #FFC5A2;
}
.BgClassName
{
background-color: #FFC5A2;
}
</style>
border-color css
<style>
span { border-color: #FFC5A2; }
span { border-color: rgb(255,197,162); }
td.TdClassName
{
border-color: #FFC5A2;
}
.TagClassName
{
border-color: #FFC5A2;
}
</style>