Shades of Perfume #C0ABE0
Tints of Perfume #C0ABE0
RGB
CMYK
RGB Variations
Color information
#C0ABE0 (or 0xC0ABE0) is known color: Perfume. HEX triplet: C0, AB and E0. RGB value is (192,171,224). Sum of RGB (Red+Green+Blue) = 192+171+224=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABE0 is #3F541F. Grayscale: #B7B7B7. Windows color (decimal): -4150304 or 14724032. OLE color: 14724032.
HSL color Cylindrical-coordinate representation of color #C0ABE0: hue angle of 263.77º 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 #C0ABE0 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 171 | 224 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.12 |
| HSL | 263.77º | 0.46% | 0.77% | - |
| HSV(B) | 263.77º | 0.24% | 0.88% | - |
| XYZ | 49.76 | 45.71 | 76.72 | - |
| YUV | 183.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 224 | 0.14 | 0.24 | 0 | 0.12 | 263.77 | 0.46 | 0.77 |
| Hex | C0 | AB | E0 | E | 18 | 0 | C | 108 | 2E | 4D |
| Octal | 300 | 253 | 340 | 16 | 30 | 0 | 14 | 410 | 56 | 115 |
| Binary | 11000000 | 10101011 | 11100000 | 1110 | 11000 | 0 | 1100 | 100001000 | 101110 | 1001101 |
Color Harmonies of #C0ABE0
Complementary color
Monochromatic Colors of #C0ABE0
Black with #C0ABE0
Text Example
Text Example
White with #C0ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABE0; }
p { color: rgb(192,171,224); }
H1.HeaderClassName
{
color: #C0ABE0;
}
.AnyTagClassName
{
color: #C0ABE0;
}
</style>
background-color css
<style>
a { background-color: #C0ABE0; }
a { background-color: rgb(192,171,224); }
div.DivClassName
{
background-color: #C0ABE0;
}
.BgClassName
{
background-color: #C0ABE0;
}
</style>
border-color css
<style>
span { border-color: #C0ABE0; }
span { border-color: rgb(192,171,224); }
td.TdClassName
{
border-color: #C0ABE0;
}
.TagClassName
{
border-color: #C0ABE0;
}
</style>