Shades of Perfume #C1A9EC
Tints of Perfume #C1A9EC
RGB
CMYK
RGB Variations
Color information
#C1A9EC (or 0xC1A9EC) is known color: Perfume. HEX triplet: C1, A9 and EC. RGB value is (193,169,236). Sum of RGB (Red+Green+Blue) = 193+169+236=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1A9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A9EC is #3E5613. Grayscale: #B7B7B7. Windows color (decimal): -4085268 or 15509953. OLE color: 15509953.
HSL color Cylindrical-coordinate representation of color #C1A9EC: hue angle of 261.49º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1A9EC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 169 | 236 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.07 |
| HSL | 261.49º | 0.64% | 0.79% | - |
| HSV(B) | 261.49º | 0.28% | 0.93% | - |
| XYZ | 51.32 | 45.77 | 85.49 | - |
| YUV | 183.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 169 | 236 | 0.18 | 0.28 | 0 | 0.07 | 261.49 | 0.64 | 0.79 |
| Hex | C1 | A9 | EC | 12 | 1C | 0 | 7 | 105 | 40 | 4F |
| Octal | 301 | 251 | 354 | 22 | 34 | 0 | 7 | 405 | 100 | 117 |
| Binary | 11000001 | 10101001 | 11101100 | 10010 | 11100 | 0 | 111 | 100000101 | 1000000 | 1001111 |
Color Harmonies of #C1A9EC
Complementary color
Monochromatic Colors of #C1A9EC
Black with #C1A9EC
Text Example
Text Example
White with #C1A9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A9EC; }
p { color: rgb(193,169,236); }
H1.HeaderClassName
{
color: #C1A9EC;
}
.AnyTagClassName
{
color: #C1A9EC;
}
</style>
background-color css
<style>
a { background-color: #C1A9EC; }
a { background-color: rgb(193,169,236); }
div.DivClassName
{
background-color: #C1A9EC;
}
.BgClassName
{
background-color: #C1A9EC;
}
</style>
border-color css
<style>
span { border-color: #C1A9EC; }
span { border-color: rgb(193,169,236); }
td.TdClassName
{
border-color: #C1A9EC;
}
.TagClassName
{
border-color: #C1A9EC;
}
</style>