Shades of Perfume #C09AE4
Tints of Perfume #C09AE4
RGB
CMYK
RGB Variations
Color information
#C09AE4 (or 0xC09AE4) is known color: Perfume. HEX triplet: C0, 9A and E4. RGB value is (192,154,228). Sum of RGB (Red+Green+Blue) = 192+154+228=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #C09AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AE4 is #3F651B. Grayscale: #ADADAD. Windows color (decimal): -4154652 or 14981824. OLE color: 14981824.
HSL color Cylindrical-coordinate representation of color #C09AE4: hue angle of 270.81º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C09AE4 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 154 | 228 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.11 |
| HSL | 270.81º | 0.58% | 0.75% | - |
| HSV(B) | 270.81º | 0.32% | 0.89% | - |
| XYZ | 47.3 | 39.92 | 78.61 | - |
| YUV | 173.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 228 | 0.16 | 0.32 | 0 | 0.11 | 270.81 | 0.58 | 0.75 |
| Hex | C0 | 9A | E4 | 10 | 20 | 0 | B | 10F | 3A | 4B |
| Octal | 300 | 232 | 344 | 20 | 40 | 0 | 13 | 417 | 72 | 113 |
| Binary | 11000000 | 10011010 | 11100100 | 10000 | 100000 | 0 | 1011 | 100001111 | 111010 | 1001011 |
Color Harmonies of #C09AE4
Complementary color
Monochromatic Colors of #C09AE4
Black with #C09AE4
Text Example
Text Example
White with #C09AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AE4; }
p { color: rgb(192,154,228); }
H1.HeaderClassName
{
color: #C09AE4;
}
.AnyTagClassName
{
color: #C09AE4;
}
</style>
background-color css
<style>
a { background-color: #C09AE4; }
a { background-color: rgb(192,154,228); }
div.DivClassName
{
background-color: #C09AE4;
}
.BgClassName
{
background-color: #C09AE4;
}
</style>
border-color css
<style>
span { border-color: #C09AE4; }
span { border-color: rgb(192,154,228); }
td.TdClassName
{
border-color: #C09AE4;
}
.TagClassName
{
border-color: #C09AE4;
}
</style>