Shades of Perfume #C0A0F9
Tints of Perfume #C0A0F9
RGB
CMYK
RGB Variations
Color information
#C0A0F9 (or 0xC0A0F9) is known color: Perfume. HEX triplet: C0, A0 and F9. RGB value is (192,160,249). Sum of RGB (Red+Green+Blue) = 192+160+249=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0A0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A0F9 is #3F5F06. Grayscale: #B3B3B3. Windows color (decimal): -4153095 or 16359616. OLE color: 16359616.
HSL color Cylindrical-coordinate representation of color #C0A0F9: hue angle of 261.57º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0A0F9 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 160 | 249 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.02 |
| HSL | 261.57º | 0.88% | 0.8% | - |
| HSV(B) | 261.57º | 0.36% | 0.98% | - |
| XYZ | 51.41 | 43.19 | 95.25 | - |
| YUV | 179.71 | 167.1 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 249 | 0.23 | 0.36 | 0 | 0.02 | 261.57 | 0.88 | 0.8 |
| Hex | C0 | A0 | F9 | 17 | 24 | 0 | 2 | 106 | 58 | 50 |
| Octal | 300 | 240 | 371 | 27 | 44 | 0 | 2 | 406 | 130 | 120 |
| Binary | 11000000 | 10100000 | 11111001 | 10111 | 100100 | 0 | 10 | 100000110 | 1011000 | 1010000 |
Color Harmonies of #C0A0F9
Complementary color
Monochromatic Colors of #C0A0F9
Black with #C0A0F9
Text Example
Text Example
White with #C0A0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A0F9; }
p { color: rgb(192,160,249); }
H1.HeaderClassName
{
color: #C0A0F9;
}
.AnyTagClassName
{
color: #C0A0F9;
}
</style>
background-color css
<style>
a { background-color: #C0A0F9; }
a { background-color: rgb(192,160,249); }
div.DivClassName
{
background-color: #C0A0F9;
}
.BgClassName
{
background-color: #C0A0F9;
}
</style>
border-color css
<style>
span { border-color: #C0A0F9; }
span { border-color: rgb(192,160,249); }
td.TdClassName
{
border-color: #C0A0F9;
}
.TagClassName
{
border-color: #C0A0F9;
}
</style>