Shades of Perfume #C5A9D7
Tints of Perfume #C5A9D7
RGB
CMYK
RGB Variations
Color information
#C5A9D7 (or 0xC5A9D7) is known color: Perfume. HEX triplet: C5, A9 and D7. RGB value is (197,169,215). Sum of RGB (Red+Green+Blue) = 197+169+215=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5A9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9D7 is #3A5628. Grayscale: #B6B6B6. Windows color (decimal): -3823145 or 14133701. OLE color: 14133701.
HSL color Cylindrical-coordinate representation of color #C5A9D7: hue angle of 276.52º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5A9D7 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 169 | 215 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.16 |
| HSL | 276.52º | 0.37% | 0.75% | - |
| HSV(B) | 276.52º | 0.21% | 0.84% | - |
| XYZ | 49.48 | 45.15 | 70.4 | - |
| YUV | 182.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 215 | 0.08 | 0.21 | 0 | 0.16 | 276.52 | 0.37 | 0.75 |
| Hex | C5 | A9 | D7 | 8 | 15 | 0 | 10 | 115 | 25 | 4B |
| Octal | 305 | 251 | 327 | 10 | 25 | 0 | 20 | 425 | 45 | 113 |
| Binary | 11000101 | 10101001 | 11010111 | 1000 | 10101 | 0 | 10000 | 100010101 | 100101 | 1001011 |
Color Harmonies of #C5A9D7
Complementary color
Monochromatic Colors of #C5A9D7
Black with #C5A9D7
Text Example
Text Example
White with #C5A9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A9D7; }
p { color: rgb(197,169,215); }
H1.HeaderClassName
{
color: #C5A9D7;
}
.AnyTagClassName
{
color: #C5A9D7;
}
</style>
background-color css
<style>
a { background-color: #C5A9D7; }
a { background-color: rgb(197,169,215); }
div.DivClassName
{
background-color: #C5A9D7;
}
.BgClassName
{
background-color: #C5A9D7;
}
</style>
border-color css
<style>
span { border-color: #C5A9D7; }
span { border-color: rgb(197,169,215); }
td.TdClassName
{
border-color: #C5A9D7;
}
.TagClassName
{
border-color: #C5A9D7;
}
</style>