Shades of Perfume #C0AADC
Tints of Perfume #C0AADC
RGB
CMYK
RGB Variations
Color information
#C0AADC (or 0xC0AADC) is known color: Perfume. HEX triplet: C0, AA and DC. RGB value is (192,170,220). Sum of RGB (Red+Green+Blue) = 192+170+220=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AADC is #3F5523. Grayscale: #B6B6B6. Windows color (decimal): -4150564 or 14461632. OLE color: 14461632.
HSL color Cylindrical-coordinate representation of color #C0AADC: hue angle of 266.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0AADC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 170 | 220 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.14 |
| HSL | 266.4º | 0.42% | 0.76% | - |
| HSV(B) | 266.4º | 0.23% | 0.86% | - |
| XYZ | 49.03 | 45.12 | 73.84 | - |
| YUV | 182.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 220 | 0.13 | 0.23 | 0 | 0.14 | 266.4 | 0.42 | 0.76 |
| Hex | C0 | AA | DC | D | 17 | 0 | E | 10A | 2A | 4C |
| Octal | 300 | 252 | 334 | 15 | 27 | 0 | 16 | 412 | 52 | 114 |
| Binary | 11000000 | 10101010 | 11011100 | 1101 | 10111 | 0 | 1110 | 100001010 | 101010 | 1001100 |
Color Harmonies of #C0AADC
Complementary color
Monochromatic Colors of #C0AADC
Black with #C0AADC
Text Example
Text Example
White with #C0AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AADC; }
p { color: rgb(192,170,220); }
H1.HeaderClassName
{
color: #C0AADC;
}
.AnyTagClassName
{
color: #C0AADC;
}
</style>
background-color css
<style>
a { background-color: #C0AADC; }
a { background-color: rgb(192,170,220); }
div.DivClassName
{
background-color: #C0AADC;
}
.BgClassName
{
background-color: #C0AADC;
}
</style>
border-color css
<style>
span { border-color: #C0AADC; }
span { border-color: rgb(192,170,220); }
td.TdClassName
{
border-color: #C0AADC;
}
.TagClassName
{
border-color: #C0AADC;
}
</style>