Shades of Perfume #C0ABDC
Tints of Perfume #C0ABDC
RGB
CMYK
RGB Variations
Color information
#C0ABDC (or 0xC0ABDC) is known color: Perfume. HEX triplet: C0, AB and DC. RGB value is (192,171,220). Sum of RGB (Red+Green+Blue) = 192+171+220=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABDC is #3F5423. Grayscale: #B6B6B6. Windows color (decimal): -4150308 or 14461888. OLE color: 14461888.
HSL color Cylindrical-coordinate representation of color #C0ABDC: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0ABDC is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 171 | 220 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.14 |
| HSL | 265.71º | 0.41% | 0.77% | - |
| HSV(B) | 265.71º | 0.22% | 0.86% | - |
| XYZ | 49.22 | 45.5 | 73.9 | - |
| YUV | 182.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 220 | 0.13 | 0.22 | 0 | 0.14 | 265.71 | 0.41 | 0.77 |
| Hex | C0 | AB | DC | D | 16 | 0 | E | 10A | 29 | 4D |
| Octal | 300 | 253 | 334 | 15 | 26 | 0 | 16 | 412 | 51 | 115 |
| Binary | 11000000 | 10101011 | 11011100 | 1101 | 10110 | 0 | 1110 | 100001010 | 101001 | 1001101 |
Color Harmonies of #C0ABDC
Complementary color
Monochromatic Colors of #C0ABDC
Black with #C0ABDC
Text Example
Text Example
White with #C0ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABDC; }
p { color: rgb(192,171,220); }
H1.HeaderClassName
{
color: #C0ABDC;
}
.AnyTagClassName
{
color: #C0ABDC;
}
</style>
background-color css
<style>
a { background-color: #C0ABDC; }
a { background-color: rgb(192,171,220); }
div.DivClassName
{
background-color: #C0ABDC;
}
.BgClassName
{
background-color: #C0ABDC;
}
</style>
border-color css
<style>
span { border-color: #C0ABDC; }
span { border-color: rgb(192,171,220); }
td.TdClassName
{
border-color: #C0ABDC;
}
.TagClassName
{
border-color: #C0ABDC;
}
</style>