Shades of Perfume #C0A1FE
Tints of Perfume #C0A1FE
RGB
CMYK
RGB Variations
Color information
#C0A1FE (or 0xC0A1FE) is known color: Perfume. HEX triplet: C0, A1 and FE. RGB value is (192,161,254). Sum of RGB (Red+Green+Blue) = 192+161+254=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A1FE is #3F5E01. Grayscale: #B4B4B4. Windows color (decimal): -4152834 or 16687552. OLE color: 16687552.
HSL color Cylindrical-coordinate representation of color #C0A1FE: hue angle of 260º 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 #C0A1FE is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 161 | 254 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.00 |
| HSL | 260º | 0.98% | 0.81% | - |
| HSV(B) | 260º | 0.37% | 1% | - |
| XYZ | 52.37 | 43.85 | 99.47 | - |
| YUV | 180.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 254 | 0.24 | 0.37 | 0 | 0.00 | 260 | 0.98 | 0.81 |
| Hex | C0 | A1 | FE | 18 | 25 | 0 | 0 | 104 | 62 | 51 |
| Octal | 300 | 241 | 376 | 30 | 45 | 0 | 0 | 404 | 142 | 121 |
| Binary | 11000000 | 10100001 | 11111110 | 11000 | 100101 | 0 | 0 | 100000100 | 1100010 | 1010001 |
Color Harmonies of #C0A1FE
Complementary color
Monochromatic Colors of #C0A1FE
Black with #C0A1FE
Text Example
Text Example
White with #C0A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A1FE; }
p { color: rgb(192,161,254); }
H1.HeaderClassName
{
color: #C0A1FE;
}
.AnyTagClassName
{
color: #C0A1FE;
}
</style>
background-color css
<style>
a { background-color: #C0A1FE; }
a { background-color: rgb(192,161,254); }
div.DivClassName
{
background-color: #C0A1FE;
}
.BgClassName
{
background-color: #C0A1FE;
}
</style>
border-color css
<style>
span { border-color: #C0A1FE; }
span { border-color: rgb(192,161,254); }
td.TdClassName
{
border-color: #C0A1FE;
}
.TagClassName
{
border-color: #C0A1FE;
}
</style>