Shades of Perfume #C0A4F2
Tints of Perfume #C0A4F2
RGB
CMYK
RGB Variations
Color information
#C0A4F2 (or 0xC0A4F2) is known color: Perfume. HEX triplet: C0, A4 and F2. RGB value is (192,164,242). Sum of RGB (Red+Green+Blue) = 192+164+242=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0A4F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A4F2 is #3F5B0D. Grayscale: #B4B4B4. Windows color (decimal): -4152078 or 15901888. OLE color: 15901888.
HSL color Cylindrical-coordinate representation of color #C0A4F2: hue angle of 261.54º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0A4F2 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 164 | 242 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.05 |
| HSL | 261.54º | 0.75% | 0.8% | - |
| HSV(B) | 261.54º | 0.32% | 0.95% | - |
| XYZ | 51.04 | 44.17 | 89.84 | - |
| YUV | 181.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 242 | 0.21 | 0.32 | 0 | 0.05 | 261.54 | 0.75 | 0.8 |
| Hex | C0 | A4 | F2 | 15 | 20 | 0 | 5 | 106 | 4B | 50 |
| Octal | 300 | 244 | 362 | 25 | 40 | 0 | 5 | 406 | 113 | 120 |
| Binary | 11000000 | 10100100 | 11110010 | 10101 | 100000 | 0 | 101 | 100000110 | 1001011 | 1010000 |
Color Harmonies of #C0A4F2
Complementary color
Monochromatic Colors of #C0A4F2
Black with #C0A4F2
Text Example
Text Example
White with #C0A4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A4F2; }
p { color: rgb(192,164,242); }
H1.HeaderClassName
{
color: #C0A4F2;
}
.AnyTagClassName
{
color: #C0A4F2;
}
</style>
background-color css
<style>
a { background-color: #C0A4F2; }
a { background-color: rgb(192,164,242); }
div.DivClassName
{
background-color: #C0A4F2;
}
.BgClassName
{
background-color: #C0A4F2;
}
</style>
border-color css
<style>
span { border-color: #C0A4F2; }
span { border-color: rgb(192,164,242); }
td.TdClassName
{
border-color: #C0A4F2;
}
.TagClassName
{
border-color: #C0A4F2;
}
</style>