Shades of Perfume #C0A6DB
Tints of Perfume #C0A6DB
RGB
CMYK
RGB Variations
Color information
#C0A6DB (or 0xC0A6DB) is known color: Perfume. HEX triplet: C0, A6 and DB. RGB value is (192,166,219). Sum of RGB (Red+Green+Blue) = 192+166+219=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A6DB is #3F5924. Grayscale: #B3B3B3. Windows color (decimal): -4151589 or 14395072. OLE color: 14395072.
HSL color Cylindrical-coordinate representation of color #C0A6DB: hue angle of 269.43º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A6DB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 166 | 219 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.14 |
| HSL | 269.43º | 0.42% | 0.75% | - |
| HSV(B) | 269.43º | 0.24% | 0.86% | - |
| XYZ | 48.16 | 43.59 | 72.89 | - |
| YUV | 179.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 219 | 0.12 | 0.24 | 0 | 0.14 | 269.43 | 0.42 | 0.75 |
| Hex | C0 | A6 | DB | C | 18 | 0 | E | 10D | 2A | 4B |
| Octal | 300 | 246 | 333 | 14 | 30 | 0 | 16 | 415 | 52 | 113 |
| Binary | 11000000 | 10100110 | 11011011 | 1100 | 11000 | 0 | 1110 | 100001101 | 101010 | 1001011 |
Color Harmonies of #C0A6DB
Complementary color
Monochromatic Colors of #C0A6DB
Black with #C0A6DB
Text Example
Text Example
White with #C0A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A6DB; }
p { color: rgb(192,166,219); }
H1.HeaderClassName
{
color: #C0A6DB;
}
.AnyTagClassName
{
color: #C0A6DB;
}
</style>
background-color css
<style>
a { background-color: #C0A6DB; }
a { background-color: rgb(192,166,219); }
div.DivClassName
{
background-color: #C0A6DB;
}
.BgClassName
{
background-color: #C0A6DB;
}
</style>
border-color css
<style>
span { border-color: #C0A6DB; }
span { border-color: rgb(192,166,219); }
td.TdClassName
{
border-color: #C0A6DB;
}
.TagClassName
{
border-color: #C0A6DB;
}
</style>