Shades of Perfume #C0A1FC
Tints of Perfume #C0A1FC
RGB
CMYK
RGB Variations
Color information
#C0A1FC (or 0xC0A1FC) is known color: Perfume. HEX triplet: C0, A1 and FC. RGB value is (192,161,252). Sum of RGB (Red+Green+Blue) = 192+161+252=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0A1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A1FC is #3F5E03. Grayscale: #B4B4B4. Windows color (decimal): -4152836 or 16556480. OLE color: 16556480.
HSL color Cylindrical-coordinate representation of color #C0A1FC: hue angle of 260.44º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0A1FC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 161 | 252 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.01 |
| HSL | 260.44º | 0.94% | 0.81% | - |
| HSV(B) | 260.44º | 0.36% | 0.99% | - |
| XYZ | 52.05 | 43.72 | 97.79 | - |
| YUV | 180.64 | 168.27 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 252 | 0.24 | 0.36 | 0 | 0.01 | 260.44 | 0.94 | 0.81 |
| Hex | C0 | A1 | FC | 18 | 24 | 0 | 1 | 104 | 5E | 51 |
| Octal | 300 | 241 | 374 | 30 | 44 | 0 | 1 | 404 | 136 | 121 |
| Binary | 11000000 | 10100001 | 11111100 | 11000 | 100100 | 0 | 1 | 100000100 | 1011110 | 1010001 |
Color Harmonies of #C0A1FC
Complementary color
Monochromatic Colors of #C0A1FC
Black with #C0A1FC
Text Example
Text Example
White with #C0A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A1FC; }
p { color: rgb(192,161,252); }
H1.HeaderClassName
{
color: #C0A1FC;
}
.AnyTagClassName
{
color: #C0A1FC;
}
</style>
background-color css
<style>
a { background-color: #C0A1FC; }
a { background-color: rgb(192,161,252); }
div.DivClassName
{
background-color: #C0A1FC;
}
.BgClassName
{
background-color: #C0A1FC;
}
</style>
border-color css
<style>
span { border-color: #C0A1FC; }
span { border-color: rgb(192,161,252); }
td.TdClassName
{
border-color: #C0A1FC;
}
.TagClassName
{
border-color: #C0A1FC;
}
</style>