Shades of Perfume #C0A2F9
Tints of Perfume #C0A2F9
RGB
CMYK
RGB Variations
Color information
#C0A2F9 (or 0xC0A2F9) is known color: Perfume. HEX triplet: C0, A2 and F9. RGB value is (192,162,249). Sum of RGB (Red+Green+Blue) = 192+162+249=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0A2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A2F9 is #3F5D06. Grayscale: #B4B4B4. Windows color (decimal): -4152583 or 16360128. OLE color: 16360128.
HSL color Cylindrical-coordinate representation of color #C0A2F9: hue angle of 260.69º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A2F9 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 162 | 249 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.02 |
| HSL | 260.69º | 0.88% | 0.81% | - |
| HSV(B) | 260.69º | 0.35% | 0.98% | - |
| XYZ | 51.76 | 43.89 | 95.37 | - |
| YUV | 180.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 249 | 0.23 | 0.35 | 0 | 0.02 | 260.69 | 0.88 | 0.81 |
| Hex | C0 | A2 | F9 | 17 | 23 | 0 | 2 | 105 | 58 | 51 |
| Octal | 300 | 242 | 371 | 27 | 43 | 0 | 2 | 405 | 130 | 121 |
| Binary | 11000000 | 10100010 | 11111001 | 10111 | 100011 | 0 | 10 | 100000101 | 1011000 | 1010001 |
Color Harmonies of #C0A2F9
Complementary color
Monochromatic Colors of #C0A2F9
Black with #C0A2F9
Text Example
Text Example
White with #C0A2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A2F9; }
p { color: rgb(192,162,249); }
H1.HeaderClassName
{
color: #C0A2F9;
}
.AnyTagClassName
{
color: #C0A2F9;
}
</style>
background-color css
<style>
a { background-color: #C0A2F9; }
a { background-color: rgb(192,162,249); }
div.DivClassName
{
background-color: #C0A2F9;
}
.BgClassName
{
background-color: #C0A2F9;
}
</style>
border-color css
<style>
span { border-color: #C0A2F9; }
span { border-color: rgb(192,162,249); }
td.TdClassName
{
border-color: #C0A2F9;
}
.TagClassName
{
border-color: #C0A2F9;
}
</style>