Shades of Romantic #FFC5A5
Tints of Romantic #FFC5A5
RGB
CMYK
RGB Variations
Color information
#FFC5A5 (or 0xFFC5A5) is known color: Romantic. HEX triplet: FF, C5 and A5. RGB value is (255,197,165). Sum of RGB (Red+Green+Blue) = 255+197+165=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5A5 is #003A5A. Grayscale: #D2D2D2. Windows color (decimal): -14939 or 10864127. OLE color: 10864127.
HSL color Cylindrical-coordinate representation of color #FFC5A5: hue angle of 21.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFC5A5 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 165 | - |
| CMYK | 0 | 0.23 | 0.35 | 0 |
| HSL | 21.33º | 1% | 0.82% | - |
| HSV(B) | 21.33º | 0.35% | 1% | - |
| XYZ | 68 | 63.91 | 44.35 | - |
| YUV | 210.69 | 102.22 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 165 | 0 | 0.23 | 0.35 | 0 | 21.33 | 1 | 0.82 |
| Hex | FF | C5 | A5 | 0 | 17 | 23 | 0 | 15 | 64 | 52 |
| Octal | 377 | 305 | 245 | 0 | 27 | 43 | 0 | 25 | 144 | 122 |
| Binary | 11111111 | 11000101 | 10100101 | 0 | 10111 | 100011 | 0 | 10101 | 1100100 | 1010010 |
Color Harmonies of #FFC5A5
Complementary color
Monochromatic Colors of #FFC5A5
Black with #FFC5A5
Text Example
Text Example
White with #FFC5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5A5; }
p { color: rgb(255,197,165); }
H1.HeaderClassName
{
color: #FFC5A5;
}
.AnyTagClassName
{
color: #FFC5A5;
}
</style>
background-color css
<style>
a { background-color: #FFC5A5; }
a { background-color: rgb(255,197,165); }
div.DivClassName
{
background-color: #FFC5A5;
}
.BgClassName
{
background-color: #FFC5A5;
}
</style>
border-color css
<style>
span { border-color: #FFC5A5; }
span { border-color: rgb(255,197,165); }
td.TdClassName
{
border-color: #FFC5A5;
}
.TagClassName
{
border-color: #FFC5A5;
}
</style>