Shades of Perfume #C0AADF
Tints of Perfume #C0AADF
RGB
CMYK
RGB Variations
Color information
#C0AADF (or 0xC0AADF) is known color: Perfume. HEX triplet: C0, AA and DF. RGB value is (192,170,223). Sum of RGB (Red+Green+Blue) = 192+170+223=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AADF is #3F5520. Grayscale: #B6B6B6. Windows color (decimal): -4150561 or 14658240. OLE color: 14658240.
HSL color Cylindrical-coordinate representation of color #C0AADF: hue angle of 264.91º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0AADF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 170 | 223 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.13 |
| HSL | 264.91º | 0.45% | 0.77% | - |
| HSV(B) | 264.91º | 0.24% | 0.87% | - |
| XYZ | 49.43 | 45.28 | 75.95 | - |
| YUV | 182.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 223 | 0.14 | 0.24 | 0 | 0.13 | 264.91 | 0.45 | 0.77 |
| Hex | C0 | AA | DF | E | 18 | 0 | D | 109 | 2D | 4D |
| Octal | 300 | 252 | 337 | 16 | 30 | 0 | 15 | 411 | 55 | 115 |
| Binary | 11000000 | 10101010 | 11011111 | 1110 | 11000 | 0 | 1101 | 100001001 | 101101 | 1001101 |
Color Harmonies of #C0AADF
Complementary color
Monochromatic Colors of #C0AADF
Black with #C0AADF
Text Example
Text Example
White with #C0AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AADF; }
p { color: rgb(192,170,223); }
H1.HeaderClassName
{
color: #C0AADF;
}
.AnyTagClassName
{
color: #C0AADF;
}
</style>
background-color css
<style>
a { background-color: #C0AADF; }
a { background-color: rgb(192,170,223); }
div.DivClassName
{
background-color: #C0AADF;
}
.BgClassName
{
background-color: #C0AADF;
}
</style>
border-color css
<style>
span { border-color: #C0AADF; }
span { border-color: rgb(192,170,223); }
td.TdClassName
{
border-color: #C0AADF;
}
.TagClassName
{
border-color: #C0AADF;
}
</style>