Shades of Perfume #C09AEB
Tints of Perfume #C09AEB
RGB
CMYK
RGB Variations
Color information
#C09AEB (or 0xC09AEB) is known color: Perfume. HEX triplet: C0, 9A and EB. RGB value is (192,154,235). Sum of RGB (Red+Green+Blue) = 192+154+235=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #C09AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AEB is #3F6514. Grayscale: #AEAEAE. Windows color (decimal): -4154645 or 15440576. OLE color: 15440576.
HSL color Cylindrical-coordinate representation of color #C09AEB: hue angle of 268.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09AEB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 154 | 235 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.08 |
| HSL | 268.15º | 0.67% | 0.76% | - |
| HSV(B) | 268.15º | 0.34% | 0.92% | - |
| XYZ | 48.29 | 40.32 | 83.83 | - |
| YUV | 174.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 235 | 0.18 | 0.34 | 0 | 0.08 | 268.15 | 0.67 | 0.76 |
| Hex | C0 | 9A | EB | 12 | 22 | 0 | 8 | 10C | 43 | 4C |
| Octal | 300 | 232 | 353 | 22 | 42 | 0 | 10 | 414 | 103 | 114 |
| Binary | 11000000 | 10011010 | 11101011 | 10010 | 100010 | 0 | 1000 | 100001100 | 1000011 | 1001100 |
Color Harmonies of #C09AEB
Complementary color
Monochromatic Colors of #C09AEB
Black with #C09AEB
Text Example
Text Example
White with #C09AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AEB; }
p { color: rgb(192,154,235); }
H1.HeaderClassName
{
color: #C09AEB;
}
.AnyTagClassName
{
color: #C09AEB;
}
</style>
background-color css
<style>
a { background-color: #C09AEB; }
a { background-color: rgb(192,154,235); }
div.DivClassName
{
background-color: #C09AEB;
}
.BgClassName
{
background-color: #C09AEB;
}
</style>
border-color css
<style>
span { border-color: #C09AEB; }
span { border-color: rgb(192,154,235); }
td.TdClassName
{
border-color: #C09AEB;
}
.TagClassName
{
border-color: #C09AEB;
}
</style>