Shades of Perfume #C09AE5
Tints of Perfume #C09AE5
RGB
CMYK
RGB Variations
Color information
#C09AE5 (or 0xC09AE5) is known color: Perfume. HEX triplet: C0, 9A and E5. RGB value is (192,154,229). Sum of RGB (Red+Green+Blue) = 192+154+229=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #C09AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AE5 is #3F651A. Grayscale: #ADADAD. Windows color (decimal): -4154651 or 15047360. OLE color: 15047360.
HSL color Cylindrical-coordinate representation of color #C09AE5: hue angle of 270.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09AE5 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 154 | 229 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.10 |
| HSL | 270.4º | 0.59% | 0.75% | - |
| HSV(B) | 270.4º | 0.33% | 0.9% | - |
| XYZ | 47.44 | 39.97 | 79.34 | - |
| YUV | 173.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 229 | 0.16 | 0.33 | 0 | 0.10 | 270.4 | 0.59 | 0.75 |
| Hex | C0 | 9A | E5 | 10 | 21 | 0 | A | 10E | 3B | 4B |
| Octal | 300 | 232 | 345 | 20 | 41 | 0 | 12 | 416 | 73 | 113 |
| Binary | 11000000 | 10011010 | 11100101 | 10000 | 100001 | 0 | 1010 | 100001110 | 111011 | 1001011 |
Color Harmonies of #C09AE5
Complementary color
Monochromatic Colors of #C09AE5
Black with #C09AE5
Text Example
Text Example
White with #C09AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AE5; }
p { color: rgb(192,154,229); }
H1.HeaderClassName
{
color: #C09AE5;
}
.AnyTagClassName
{
color: #C09AE5;
}
</style>
background-color css
<style>
a { background-color: #C09AE5; }
a { background-color: rgb(192,154,229); }
div.DivClassName
{
background-color: #C09AE5;
}
.BgClassName
{
background-color: #C09AE5;
}
</style>
border-color css
<style>
span { border-color: #C09AE5; }
span { border-color: rgb(192,154,229); }
td.TdClassName
{
border-color: #C09AE5;
}
.TagClassName
{
border-color: #C09AE5;
}
</style>