Shades of Perfume #C9ABEA
Tints of Perfume #C9ABEA
RGB
CMYK
RGB Variations
Color information
#C9ABEA (or 0xC9ABEA) is known color: Perfume. HEX triplet: C9, AB and EA. RGB value is (201,171,234). Sum of RGB (Red+Green+Blue) = 201+171+234=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ABEA is #365415. Grayscale: #BABABA. Windows color (decimal): -3560470 or 15379401. OLE color: 15379401.
HSL color Cylindrical-coordinate representation of color #C9ABEA: hue angle of 268.57º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9ABEA is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 171 | 234 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.08 |
| HSL | 268.57º | 0.6% | 0.79% | - |
| HSV(B) | 268.57º | 0.27% | 0.92% | - |
| XYZ | 53.5 | 47.48 | 84.19 | - |
| YUV | 187.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 234 | 0.14 | 0.27 | 0 | 0.08 | 268.57 | 0.6 | 0.79 |
| Hex | C9 | AB | EA | E | 1B | 0 | 8 | 10D | 3C | 4F |
| Octal | 311 | 253 | 352 | 16 | 33 | 0 | 10 | 415 | 74 | 117 |
| Binary | 11001001 | 10101011 | 11101010 | 1110 | 11011 | 0 | 1000 | 100001101 | 111100 | 1001111 |
Color Harmonies of #C9ABEA
Complementary color
Monochromatic Colors of #C9ABEA
Black with #C9ABEA
Text Example
Text Example
White with #C9ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABEA; }
p { color: rgb(201,171,234); }
H1.HeaderClassName
{
color: #C9ABEA;
}
.AnyTagClassName
{
color: #C9ABEA;
}
</style>
background-color css
<style>
a { background-color: #C9ABEA; }
a { background-color: rgb(201,171,234); }
div.DivClassName
{
background-color: #C9ABEA;
}
.BgClassName
{
background-color: #C9ABEA;
}
</style>
border-color css
<style>
span { border-color: #C9ABEA; }
span { border-color: rgb(201,171,234); }
td.TdClassName
{
border-color: #C9ABEA;
}
.TagClassName
{
border-color: #C9ABEA;
}
</style>