Shades of Perfume #C9ACE2
Tints of Perfume #C9ACE2
RGB
CMYK
RGB Variations
Color information
#C9ACE2 (or 0xC9ACE2) is known color: Perfume. HEX triplet: C9, AC and E2. RGB value is (201,172,226). Sum of RGB (Red+Green+Blue) = 201+172+226=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #C9ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACE2 is #36531D. Grayscale: #BABABA. Windows color (decimal): -3560222 or 14855369. OLE color: 14855369.
HSL color Cylindrical-coordinate representation of color #C9ACE2: hue angle of 272.22º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9ACE2 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 172 | 226 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.11 |
| HSL | 272.22º | 0.48% | 0.78% | - |
| HSV(B) | 272.22º | 0.24% | 0.89% | - |
| XYZ | 52.57 | 47.41 | 78.33 | - |
| YUV | 186.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 226 | 0.11 | 0.24 | 0 | 0.11 | 272.22 | 0.48 | 0.78 |
| Hex | C9 | AC | E2 | B | 18 | 0 | B | 110 | 30 | 4E |
| Octal | 311 | 254 | 342 | 13 | 30 | 0 | 13 | 420 | 60 | 116 |
| Binary | 11001001 | 10101100 | 11100010 | 1011 | 11000 | 0 | 1011 | 100010000 | 110000 | 1001110 |
Color Harmonies of #C9ACE2
Complementary color
Monochromatic Colors of #C9ACE2
Black with #C9ACE2
Text Example
Text Example
White with #C9ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ACE2; }
p { color: rgb(201,172,226); }
H1.HeaderClassName
{
color: #C9ACE2;
}
.AnyTagClassName
{
color: #C9ACE2;
}
</style>
background-color css
<style>
a { background-color: #C9ACE2; }
a { background-color: rgb(201,172,226); }
div.DivClassName
{
background-color: #C9ACE2;
}
.BgClassName
{
background-color: #C9ACE2;
}
</style>
border-color css
<style>
span { border-color: #C9ACE2; }
span { border-color: rgb(201,172,226); }
td.TdClassName
{
border-color: #C9ACE2;
}
.TagClassName
{
border-color: #C9ACE2;
}
</style>