Shades of Perfume #C9A6EC
Tints of Perfume #C9A6EC
RGB
CMYK
RGB Variations
Color information
#C9A6EC (or 0xC9A6EC) is known color: Perfume. HEX triplet: C9, A6 and EC. RGB value is (201,166,236). Sum of RGB (Red+Green+Blue) = 201+166+236=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9A6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A6EC is #365913. Grayscale: #B8B8B8. Windows color (decimal): -3561748 or 15509193. OLE color: 15509193.
HSL color Cylindrical-coordinate representation of color #C9A6EC: hue angle of 270º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9A6EC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 166 | 236 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.07 |
| HSL | 270º | 0.65% | 0.79% | - |
| HSV(B) | 270º | 0.3% | 0.93% | - |
| XYZ | 52.86 | 45.75 | 85.4 | - |
| YUV | 184.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 236 | 0.15 | 0.30 | 0 | 0.07 | 270 | 0.65 | 0.79 |
| Hex | C9 | A6 | EC | F | 1E | 0 | 7 | 10E | 41 | 4F |
| Octal | 311 | 246 | 354 | 17 | 36 | 0 | 7 | 416 | 101 | 117 |
| Binary | 11001001 | 10100110 | 11101100 | 1111 | 11110 | 0 | 111 | 100001110 | 1000001 | 1001111 |
Color Harmonies of #C9A6EC
Complementary color
Monochromatic Colors of #C9A6EC
Black with #C9A6EC
Text Example
Text Example
White with #C9A6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A6EC; }
p { color: rgb(201,166,236); }
H1.HeaderClassName
{
color: #C9A6EC;
}
.AnyTagClassName
{
color: #C9A6EC;
}
</style>
background-color css
<style>
a { background-color: #C9A6EC; }
a { background-color: rgb(201,166,236); }
div.DivClassName
{
background-color: #C9A6EC;
}
.BgClassName
{
background-color: #C9A6EC;
}
</style>
border-color css
<style>
span { border-color: #C9A6EC; }
span { border-color: rgb(201,166,236); }
td.TdClassName
{
border-color: #C9A6EC;
}
.TagClassName
{
border-color: #C9A6EC;
}
</style>