Shades of Perfume #C0ABDF
Tints of Perfume #C0ABDF
RGB
CMYK
RGB Variations
Color information
#C0ABDF (or 0xC0ABDF) is known color: Perfume. HEX triplet: C0, AB and DF. RGB value is (192,171,223). Sum of RGB (Red+Green+Blue) = 192+171+223=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABDF is #3F5420. Grayscale: #B7B7B7. Windows color (decimal): -4150305 or 14658496. OLE color: 14658496.
HSL color Cylindrical-coordinate representation of color #C0ABDF: hue angle of 264.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0ABDF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 171 | 223 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.13 |
| HSL | 264.23º | 0.45% | 0.77% | - |
| HSV(B) | 264.23º | 0.23% | 0.87% | - |
| XYZ | 49.62 | 45.66 | 76.01 | - |
| YUV | 183.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 223 | 0.14 | 0.23 | 0 | 0.13 | 264.23 | 0.45 | 0.77 |
| Hex | C0 | AB | DF | E | 17 | 0 | D | 108 | 2D | 4D |
| Octal | 300 | 253 | 337 | 16 | 27 | 0 | 15 | 410 | 55 | 115 |
| Binary | 11000000 | 10101011 | 11011111 | 1110 | 10111 | 0 | 1101 | 100001000 | 101101 | 1001101 |
Color Harmonies of #C0ABDF
Complementary color
Monochromatic Colors of #C0ABDF
Black with #C0ABDF
Text Example
Text Example
White with #C0ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABDF; }
p { color: rgb(192,171,223); }
H1.HeaderClassName
{
color: #C0ABDF;
}
.AnyTagClassName
{
color: #C0ABDF;
}
</style>
background-color css
<style>
a { background-color: #C0ABDF; }
a { background-color: rgb(192,171,223); }
div.DivClassName
{
background-color: #C0ABDF;
}
.BgClassName
{
background-color: #C0ABDF;
}
</style>
border-color css
<style>
span { border-color: #C0ABDF; }
span { border-color: rgb(192,171,223); }
td.TdClassName
{
border-color: #C0ABDF;
}
.TagClassName
{
border-color: #C0ABDF;
}
</style>