Shades of Perfume #C0ABE1
Tints of Perfume #C0ABE1
RGB
CMYK
RGB Variations
Color information
#C0ABE1 (or 0xC0ABE1) is known color: Perfume. HEX triplet: C0, AB and E1. RGB value is (192,171,225). Sum of RGB (Red+Green+Blue) = 192+171+225=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABE1 is #3F541E. Grayscale: #B7B7B7. Windows color (decimal): -4150303 or 14789568. OLE color: 14789568.
HSL color Cylindrical-coordinate representation of color #C0ABE1: hue angle of 263.33º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0ABE1 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 171 | 225 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.12 |
| HSL | 263.33º | 0.47% | 0.78% | - |
| HSV(B) | 263.33º | 0.24% | 0.88% | - |
| XYZ | 49.89 | 45.77 | 77.44 | - |
| YUV | 183.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 225 | 0.15 | 0.24 | 0 | 0.12 | 263.33 | 0.47 | 0.78 |
| Hex | C0 | AB | E1 | F | 18 | 0 | C | 107 | 2F | 4E |
| Octal | 300 | 253 | 341 | 17 | 30 | 0 | 14 | 407 | 57 | 116 |
| Binary | 11000000 | 10101011 | 11100001 | 1111 | 11000 | 0 | 1100 | 100000111 | 101111 | 1001110 |
Color Harmonies of #C0ABE1
Complementary color
Monochromatic Colors of #C0ABE1
Black with #C0ABE1
Text Example
Text Example
White with #C0ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABE1; }
p { color: rgb(192,171,225); }
H1.HeaderClassName
{
color: #C0ABE1;
}
.AnyTagClassName
{
color: #C0ABE1;
}
</style>
background-color css
<style>
a { background-color: #C0ABE1; }
a { background-color: rgb(192,171,225); }
div.DivClassName
{
background-color: #C0ABE1;
}
.BgClassName
{
background-color: #C0ABE1;
}
</style>
border-color css
<style>
span { border-color: #C0ABE1; }
span { border-color: rgb(192,171,225); }
td.TdClassName
{
border-color: #C0ABE1;
}
.TagClassName
{
border-color: #C0ABE1;
}
</style>