Shades of Perfume #C9A9DF
Tints of Perfume #C9A9DF
RGB
CMYK
RGB Variations
Color information
#C9A9DF (or 0xC9A9DF) is known color: Perfume. HEX triplet: C9, A9 and DF. RGB value is (201,169,223). Sum of RGB (Red+Green+Blue) = 201+169+223=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9DF is #365620. Grayscale: #B8B8B8. Windows color (decimal): -3560993 or 14657993. OLE color: 14657993.
HSL color Cylindrical-coordinate representation of color #C9A9DF: hue angle of 275.56º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9A9DF is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 169 | 223 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.13 |
| HSL | 275.56º | 0.46% | 0.77% | - |
| HSV(B) | 275.56º | 0.24% | 0.87% | - |
| XYZ | 51.59 | 46.12 | 75.99 | - |
| YUV | 184.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 223 | 0.10 | 0.24 | 0 | 0.13 | 275.56 | 0.46 | 0.77 |
| Hex | C9 | A9 | DF | A | 18 | 0 | D | 114 | 2E | 4D |
| Octal | 311 | 251 | 337 | 12 | 30 | 0 | 15 | 424 | 56 | 115 |
| Binary | 11001001 | 10101001 | 11011111 | 1010 | 11000 | 0 | 1101 | 100010100 | 101110 | 1001101 |
Color Harmonies of #C9A9DF
Complementary color
Monochromatic Colors of #C9A9DF
Black with #C9A9DF
Text Example
Text Example
White with #C9A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9DF; }
p { color: rgb(201,169,223); }
H1.HeaderClassName
{
color: #C9A9DF;
}
.AnyTagClassName
{
color: #C9A9DF;
}
</style>
background-color css
<style>
a { background-color: #C9A9DF; }
a { background-color: rgb(201,169,223); }
div.DivClassName
{
background-color: #C9A9DF;
}
.BgClassName
{
background-color: #C9A9DF;
}
</style>
border-color css
<style>
span { border-color: #C9A9DF; }
span { border-color: rgb(201,169,223); }
td.TdClassName
{
border-color: #C9A9DF;
}
.TagClassName
{
border-color: #C9A9DF;
}
</style>