Shades of Perfume #C0A0EF
Tints of Perfume #C0A0EF
RGB
CMYK
RGB Variations
Color information
#C0A0EF (or 0xC0A0EF) is known color: Perfume. HEX triplet: C0, A0 and EF. RGB value is (192,160,239). Sum of RGB (Red+Green+Blue) = 192+160+239=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0A0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A0EF is #3F5F10. Grayscale: #B2B2B2. Windows color (decimal): -4153105 or 15704256. OLE color: 15704256.
HSL color Cylindrical-coordinate representation of color #C0A0EF: hue angle of 264.3º 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 #C0A0EF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 160 | 239 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.06 |
| HSL | 264.3º | 0.71% | 0.78% | - |
| HSV(B) | 264.3º | 0.33% | 0.94% | - |
| XYZ | 49.89 | 42.58 | 87.25 | - |
| YUV | 178.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 239 | 0.20 | 0.33 | 0 | 0.06 | 264.3 | 0.71 | 0.78 |
| Hex | C0 | A0 | EF | 14 | 21 | 0 | 6 | 108 | 47 | 4E |
| Octal | 300 | 240 | 357 | 24 | 41 | 0 | 6 | 410 | 107 | 116 |
| Binary | 11000000 | 10100000 | 11101111 | 10100 | 100001 | 0 | 110 | 100001000 | 1000111 | 1001110 |
Color Harmonies of #C0A0EF
Complementary color
Monochromatic Colors of #C0A0EF
Black with #C0A0EF
Text Example
Text Example
White with #C0A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A0EF; }
p { color: rgb(192,160,239); }
H1.HeaderClassName
{
color: #C0A0EF;
}
.AnyTagClassName
{
color: #C0A0EF;
}
</style>
background-color css
<style>
a { background-color: #C0A0EF; }
a { background-color: rgb(192,160,239); }
div.DivClassName
{
background-color: #C0A0EF;
}
.BgClassName
{
background-color: #C0A0EF;
}
</style>
border-color css
<style>
span { border-color: #C0A0EF; }
span { border-color: rgb(192,160,239); }
td.TdClassName
{
border-color: #C0A0EF;
}
.TagClassName
{
border-color: #C0A0EF;
}
</style>