Shades of Perfume #C9ABE0
Tints of Perfume #C9ABE0
RGB
CMYK
RGB Variations
Color information
#C9ABE0 (or 0xC9ABE0) is known color: Perfume. HEX triplet: C9, AB and E0. RGB value is (201,171,224). Sum of RGB (Red+Green+Blue) = 201+171+224=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABE0 is #36541F. Grayscale: #B9B9B9. Windows color (decimal): -3560480 or 14724041. OLE color: 14724041.
HSL color Cylindrical-coordinate representation of color #C9ABE0: hue angle of 273.96º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9ABE0 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 171 | 224 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.12 |
| HSL | 273.96º | 0.46% | 0.77% | - |
| HSV(B) | 273.96º | 0.24% | 0.88% | - |
| XYZ | 52.1 | 46.93 | 76.83 | - |
| YUV | 186.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 224 | 0.10 | 0.24 | 0 | 0.12 | 273.96 | 0.46 | 0.77 |
| Hex | C9 | AB | E0 | A | 18 | 0 | C | 112 | 2E | 4D |
| Octal | 311 | 253 | 340 | 12 | 30 | 0 | 14 | 422 | 56 | 115 |
| Binary | 11001001 | 10101011 | 11100000 | 1010 | 11000 | 0 | 1100 | 100010010 | 101110 | 1001101 |
Color Harmonies of #C9ABE0
Complementary color
Monochromatic Colors of #C9ABE0
Black with #C9ABE0
Text Example
Text Example
White with #C9ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABE0; }
p { color: rgb(201,171,224); }
H1.HeaderClassName
{
color: #C9ABE0;
}
.AnyTagClassName
{
color: #C9ABE0;
}
</style>
background-color css
<style>
a { background-color: #C9ABE0; }
a { background-color: rgb(201,171,224); }
div.DivClassName
{
background-color: #C9ABE0;
}
.BgClassName
{
background-color: #C9ABE0;
}
</style>
border-color css
<style>
span { border-color: #C9ABE0; }
span { border-color: rgb(201,171,224); }
td.TdClassName
{
border-color: #C9ABE0;
}
.TagClassName
{
border-color: #C9ABE0;
}
</style>