Shades of Perfume #C0A0FE
Tints of Perfume #C0A0FE
RGB
CMYK
RGB Variations
Color information
#C0A0FE (or 0xC0A0FE) is known color: Perfume. HEX triplet: C0, A0 and FE. RGB value is (192,160,254). Sum of RGB (Red+Green+Blue) = 192+160+254=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A0FE is #3F5F01. Grayscale: #B3B3B3. Windows color (decimal): -4153090 or 16687296. OLE color: 16687296.
HSL color Cylindrical-coordinate representation of color #C0A0FE: hue angle of 260.43º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0A0FE is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 160 | 254 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.00 |
| HSL | 260.43º | 0.98% | 0.81% | - |
| HSV(B) | 260.43º | 0.37% | 1% | - |
| XYZ | 52.2 | 43.5 | 99.41 | - |
| YUV | 180.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 254 | 0.24 | 0.37 | 0 | 0.00 | 260.43 | 0.98 | 0.81 |
| Hex | C0 | A0 | FE | 18 | 25 | 0 | 0 | 104 | 62 | 51 |
| Octal | 300 | 240 | 376 | 30 | 45 | 0 | 0 | 404 | 142 | 121 |
| Binary | 11000000 | 10100000 | 11111110 | 11000 | 100101 | 0 | 0 | 100000100 | 1100010 | 1010001 |
Color Harmonies of #C0A0FE
Complementary color
Monochromatic Colors of #C0A0FE
Black with #C0A0FE
Text Example
Text Example
White with #C0A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A0FE; }
p { color: rgb(192,160,254); }
H1.HeaderClassName
{
color: #C0A0FE;
}
.AnyTagClassName
{
color: #C0A0FE;
}
</style>
background-color css
<style>
a { background-color: #C0A0FE; }
a { background-color: rgb(192,160,254); }
div.DivClassName
{
background-color: #C0A0FE;
}
.BgClassName
{
background-color: #C0A0FE;
}
</style>
border-color css
<style>
span { border-color: #C0A0FE; }
span { border-color: rgb(192,160,254); }
td.TdClassName
{
border-color: #C0A0FE;
}
.TagClassName
{
border-color: #C0A0FE;
}
</style>