Shades of Perfume #C0AAEB
Tints of Perfume #C0AAEB
RGB
CMYK
RGB Variations
Color information
#C0AAEB (or 0xC0AAEB) is known color: Perfume. HEX triplet: C0, AA and EB. RGB value is (192,170,235). Sum of RGB (Red+Green+Blue) = 192+170+235=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAEB is #3F5514. Grayscale: #B7B7B7. Windows color (decimal): -4150549 or 15444672. OLE color: 15444672.
HSL color Cylindrical-coordinate representation of color #C0AAEB: hue angle of 260.31º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0AAEB is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 170 | 235 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.08 |
| HSL | 260.31º | 0.62% | 0.79% | - |
| HSV(B) | 260.31º | 0.28% | 0.92% | - |
| XYZ | 51.11 | 45.95 | 84.77 | - |
| YUV | 183.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 235 | 0.18 | 0.28 | 0 | 0.08 | 260.31 | 0.62 | 0.79 |
| Hex | C0 | AA | EB | 12 | 1C | 0 | 8 | 104 | 3E | 4F |
| Octal | 300 | 252 | 353 | 22 | 34 | 0 | 10 | 404 | 76 | 117 |
| Binary | 11000000 | 10101010 | 11101011 | 10010 | 11100 | 0 | 1000 | 100000100 | 111110 | 1001111 |
Color Harmonies of #C0AAEB
Complementary color
Monochromatic Colors of #C0AAEB
Black with #C0AAEB
Text Example
Text Example
White with #C0AAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAEB; }
p { color: rgb(192,170,235); }
H1.HeaderClassName
{
color: #C0AAEB;
}
.AnyTagClassName
{
color: #C0AAEB;
}
</style>
background-color css
<style>
a { background-color: #C0AAEB; }
a { background-color: rgb(192,170,235); }
div.DivClassName
{
background-color: #C0AAEB;
}
.BgClassName
{
background-color: #C0AAEB;
}
</style>
border-color css
<style>
span { border-color: #C0AAEB; }
span { border-color: rgb(192,170,235); }
td.TdClassName
{
border-color: #C0AAEB;
}
.TagClassName
{
border-color: #C0AAEB;
}
</style>