Shades of Perfume #C09AE9
Tints of Perfume #C09AE9
RGB
CMYK
RGB Variations
Color information
#C09AE9 (or 0xC09AE9) is known color: Perfume. HEX triplet: C0, 9A and E9. RGB value is (192,154,233). Sum of RGB (Red+Green+Blue) = 192+154+233=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #C09AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AE9 is #3F6516. Grayscale: #AEAEAE. Windows color (decimal): -4154647 or 15309504. OLE color: 15309504.
HSL color Cylindrical-coordinate representation of color #C09AE9: hue angle of 268.86º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09AE9 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 154 | 233 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.09 |
| HSL | 268.86º | 0.64% | 0.76% | - |
| HSV(B) | 268.86º | 0.34% | 0.91% | - |
| XYZ | 48 | 40.2 | 82.32 | - |
| YUV | 174.37 | 161.09 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 233 | 0.18 | 0.34 | 0 | 0.09 | 268.86 | 0.64 | 0.76 |
| Hex | C0 | 9A | E9 | 12 | 22 | 0 | 9 | 10D | 40 | 4C |
| Octal | 300 | 232 | 351 | 22 | 42 | 0 | 11 | 415 | 100 | 114 |
| Binary | 11000000 | 10011010 | 11101001 | 10010 | 100010 | 0 | 1001 | 100001101 | 1000000 | 1001100 |
Color Harmonies of #C09AE9
Complementary color
Monochromatic Colors of #C09AE9
Black with #C09AE9
Text Example
Text Example
White with #C09AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AE9; }
p { color: rgb(192,154,233); }
H1.HeaderClassName
{
color: #C09AE9;
}
.AnyTagClassName
{
color: #C09AE9;
}
</style>
background-color css
<style>
a { background-color: #C09AE9; }
a { background-color: rgb(192,154,233); }
div.DivClassName
{
background-color: #C09AE9;
}
.BgClassName
{
background-color: #C09AE9;
}
</style>
border-color css
<style>
span { border-color: #C09AE9; }
span { border-color: rgb(192,154,233); }
td.TdClassName
{
border-color: #C09AE9;
}
.TagClassName
{
border-color: #C09AE9;
}
</style>