Shades of Perfume #C0A1EC
Tints of Perfume #C0A1EC
RGB
CMYK
RGB Variations
Color information
#C0A1EC (or 0xC0A1EC) is known color: Perfume. HEX triplet: C0, A1 and EC. RGB value is (192,161,236). Sum of RGB (Red+Green+Blue) = 192+161+236=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0A1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A1EC is #3F5E13. Grayscale: #B2B2B2. Windows color (decimal): -4152852 or 15507904. OLE color: 15507904.
HSL color Cylindrical-coordinate representation of color #C0A1EC: hue angle of 264.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0A1EC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 161 | 236 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.07 |
| HSL | 264.8º | 0.66% | 0.78% | - |
| HSV(B) | 264.8º | 0.32% | 0.93% | - |
| XYZ | 49.62 | 42.75 | 84.99 | - |
| YUV | 178.82 | 160.27 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 236 | 0.19 | 0.32 | 0 | 0.07 | 264.8 | 0.66 | 0.78 |
| Hex | C0 | A1 | EC | 13 | 20 | 0 | 7 | 109 | 42 | 4E |
| Octal | 300 | 241 | 354 | 23 | 40 | 0 | 7 | 411 | 102 | 116 |
| Binary | 11000000 | 10100001 | 11101100 | 10011 | 100000 | 0 | 111 | 100001001 | 1000010 | 1001110 |
Color Harmonies of #C0A1EC
Complementary color
Monochromatic Colors of #C0A1EC
Black with #C0A1EC
Text Example
Text Example
White with #C0A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A1EC; }
p { color: rgb(192,161,236); }
H1.HeaderClassName
{
color: #C0A1EC;
}
.AnyTagClassName
{
color: #C0A1EC;
}
</style>
background-color css
<style>
a { background-color: #C0A1EC; }
a { background-color: rgb(192,161,236); }
div.DivClassName
{
background-color: #C0A1EC;
}
.BgClassName
{
background-color: #C0A1EC;
}
</style>
border-color css
<style>
span { border-color: #C0A1EC; }
span { border-color: rgb(192,161,236); }
td.TdClassName
{
border-color: #C0A1EC;
}
.TagClassName
{
border-color: #C0A1EC;
}
</style>