Shades of Perfume #C0A4DC
Tints of Perfume #C0A4DC
RGB
CMYK
RGB Variations
Color information
#C0A4DC (or 0xC0A4DC) is known color: Perfume. HEX triplet: C0, A4 and DC. RGB value is (192,164,220). Sum of RGB (Red+Green+Blue) = 192+164+220=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A4DC is #3F5B23. Grayscale: #B2B2B2. Windows color (decimal): -4152100 or 14460096. OLE color: 14460096.
HSL color Cylindrical-coordinate representation of color #C0A4DC: hue angle of 270º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0A4DC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 164 | 220 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.14 |
| HSL | 270º | 0.44% | 0.75% | - |
| HSV(B) | 270º | 0.25% | 0.86% | - |
| XYZ | 47.93 | 42.92 | 73.47 | - |
| YUV | 178.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 220 | 0.13 | 0.25 | 0 | 0.14 | 270 | 0.44 | 0.75 |
| Hex | C0 | A4 | DC | D | 19 | 0 | E | 10E | 2C | 4B |
| Octal | 300 | 244 | 334 | 15 | 31 | 0 | 16 | 416 | 54 | 113 |
| Binary | 11000000 | 10100100 | 11011100 | 1101 | 11001 | 0 | 1110 | 100001110 | 101100 | 1001011 |
Color Harmonies of #C0A4DC
Complementary color
Monochromatic Colors of #C0A4DC
Black with #C0A4DC
Text Example
Text Example
White with #C0A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A4DC; }
p { color: rgb(192,164,220); }
H1.HeaderClassName
{
color: #C0A4DC;
}
.AnyTagClassName
{
color: #C0A4DC;
}
</style>
background-color css
<style>
a { background-color: #C0A4DC; }
a { background-color: rgb(192,164,220); }
div.DivClassName
{
background-color: #C0A4DC;
}
.BgClassName
{
background-color: #C0A4DC;
}
</style>
border-color css
<style>
span { border-color: #C0A4DC; }
span { border-color: rgb(192,164,220); }
td.TdClassName
{
border-color: #C0A4DC;
}
.TagClassName
{
border-color: #C0A4DC;
}
</style>