Shades of Perfume #C09AE0
Tints of Perfume #C09AE0
RGB
CMYK
RGB Variations
Color information
#C09AE0 (or 0xC09AE0) is known color: Perfume. HEX triplet: C0, 9A and E0. RGB value is (192,154,224). Sum of RGB (Red+Green+Blue) = 192+154+224=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #C09AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AE0 is #3F651F. Grayscale: #ADADAD. Windows color (decimal): -4154656 or 14719680. OLE color: 14719680.
HSL color Cylindrical-coordinate representation of color #C09AE0: hue angle of 272.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C09AE0 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 154 | 224 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.12 |
| HSL | 272.57º | 0.53% | 0.74% | - |
| HSV(B) | 272.57º | 0.31% | 0.88% | - |
| XYZ | 46.75 | 39.7 | 75.72 | - |
| YUV | 173.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 224 | 0.14 | 0.31 | 0 | 0.12 | 272.57 | 0.53 | 0.74 |
| Hex | C0 | 9A | E0 | E | 1F | 0 | C | 111 | 35 | 4A |
| Octal | 300 | 232 | 340 | 16 | 37 | 0 | 14 | 421 | 65 | 112 |
| Binary | 11000000 | 10011010 | 11100000 | 1110 | 11111 | 0 | 1100 | 100010001 | 110101 | 1001010 |
Color Harmonies of #C09AE0
Complementary color
Monochromatic Colors of #C09AE0
Black with #C09AE0
Text Example
Text Example
White with #C09AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AE0; }
p { color: rgb(192,154,224); }
H1.HeaderClassName
{
color: #C09AE0;
}
.AnyTagClassName
{
color: #C09AE0;
}
</style>
background-color css
<style>
a { background-color: #C09AE0; }
a { background-color: rgb(192,154,224); }
div.DivClassName
{
background-color: #C09AE0;
}
.BgClassName
{
background-color: #C09AE0;
}
</style>
border-color css
<style>
span { border-color: #C09AE0; }
span { border-color: rgb(192,154,224); }
td.TdClassName
{
border-color: #C09AE0;
}
.TagClassName
{
border-color: #C09AE0;
}
</style>