Shades of Perfume #C0A9EC
Tints of Perfume #C0A9EC
RGB
CMYK
RGB Variations
Color information
#C0A9EC (or 0xC0A9EC) is known color: Perfume. HEX triplet: C0, A9 and EC. RGB value is (192,169,236). Sum of RGB (Red+Green+Blue) = 192+169+236=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0A9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A9EC is #3F5613. Grayscale: #B7B7B7. Windows color (decimal): -4150804 or 15509952. OLE color: 15509952.
HSL color Cylindrical-coordinate representation of color #C0A9EC: hue angle of 260.6º 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 #C0A9EC is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 169 | 236 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.07 |
| HSL | 260.6º | 0.64% | 0.79% | - |
| HSV(B) | 260.6º | 0.28% | 0.93% | - |
| XYZ | 51.07 | 45.64 | 85.47 | - |
| YUV | 183.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 236 | 0.19 | 0.28 | 0 | 0.07 | 260.6 | 0.64 | 0.79 |
| Hex | C0 | A9 | EC | 13 | 1C | 0 | 7 | 105 | 40 | 4F |
| Octal | 300 | 251 | 354 | 23 | 34 | 0 | 7 | 405 | 100 | 117 |
| Binary | 11000000 | 10101001 | 11101100 | 10011 | 11100 | 0 | 111 | 100000101 | 1000000 | 1001111 |
Color Harmonies of #C0A9EC
Complementary color
Monochromatic Colors of #C0A9EC
Black with #C0A9EC
Text Example
Text Example
White with #C0A9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A9EC; }
p { color: rgb(192,169,236); }
H1.HeaderClassName
{
color: #C0A9EC;
}
.AnyTagClassName
{
color: #C0A9EC;
}
</style>
background-color css
<style>
a { background-color: #C0A9EC; }
a { background-color: rgb(192,169,236); }
div.DivClassName
{
background-color: #C0A9EC;
}
.BgClassName
{
background-color: #C0A9EC;
}
</style>
border-color css
<style>
span { border-color: #C0A9EC; }
span { border-color: rgb(192,169,236); }
td.TdClassName
{
border-color: #C0A9EC;
}
.TagClassName
{
border-color: #C0A9EC;
}
</style>