Shades of Perfume #C0A1EF
Tints of Perfume #C0A1EF
RGB
CMYK
RGB Variations
Color information
#C0A1EF (or 0xC0A1EF) is known color: Perfume. HEX triplet: C0, A1 and EF. RGB value is (192,161,239). Sum of RGB (Red+Green+Blue) = 192+161+239=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0A1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A1EF is #3F5E10. Grayscale: #B2B2B2. Windows color (decimal): -4152849 or 15704512. OLE color: 15704512.
HSL color Cylindrical-coordinate representation of color #C0A1EF: hue angle of 263.85º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0A1EF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 161 | 239 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.06 |
| HSL | 263.85º | 0.71% | 0.78% | - |
| HSV(B) | 263.85º | 0.33% | 0.94% | - |
| XYZ | 50.06 | 42.93 | 87.31 | - |
| YUV | 179.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 239 | 0.20 | 0.33 | 0 | 0.06 | 263.85 | 0.71 | 0.78 |
| Hex | C0 | A1 | EF | 14 | 21 | 0 | 6 | 108 | 47 | 4E |
| Octal | 300 | 241 | 357 | 24 | 41 | 0 | 6 | 410 | 107 | 116 |
| Binary | 11000000 | 10100001 | 11101111 | 10100 | 100001 | 0 | 110 | 100001000 | 1000111 | 1001110 |
Color Harmonies of #C0A1EF
Complementary color
Monochromatic Colors of #C0A1EF
Black with #C0A1EF
Text Example
Text Example
White with #C0A1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A1EF; }
p { color: rgb(192,161,239); }
H1.HeaderClassName
{
color: #C0A1EF;
}
.AnyTagClassName
{
color: #C0A1EF;
}
</style>
background-color css
<style>
a { background-color: #C0A1EF; }
a { background-color: rgb(192,161,239); }
div.DivClassName
{
background-color: #C0A1EF;
}
.BgClassName
{
background-color: #C0A1EF;
}
</style>
border-color css
<style>
span { border-color: #C0A1EF; }
span { border-color: rgb(192,161,239); }
td.TdClassName
{
border-color: #C0A1EF;
}
.TagClassName
{
border-color: #C0A1EF;
}
</style>