Shades of Perfume #C0AAD7
Tints of Perfume #C0AAD7
RGB
CMYK
RGB Variations
Color information
#C0AAD7 (or 0xC0AAD7) is known color: Perfume. HEX triplet: C0, AA and D7. RGB value is (192,170,215). Sum of RGB (Red+Green+Blue) = 192+170+215=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #C0AAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAD7 is #3F5528. Grayscale: #B5B5B5. Windows color (decimal): -4150569 or 14133952. OLE color: 14133952.
HSL color Cylindrical-coordinate representation of color #C0AAD7: hue angle of 269.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0AAD7 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 170 | 215 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.16 |
| HSL | 269.33º | 0.36% | 0.75% | - |
| HSV(B) | 269.33º | 0.21% | 0.84% | - |
| XYZ | 48.38 | 44.86 | 70.4 | - |
| YUV | 181.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 215 | 0.11 | 0.21 | 0 | 0.16 | 269.33 | 0.36 | 0.75 |
| Hex | C0 | AA | D7 | B | 15 | 0 | 10 | 10D | 24 | 4B |
| Octal | 300 | 252 | 327 | 13 | 25 | 0 | 20 | 415 | 44 | 113 |
| Binary | 11000000 | 10101010 | 11010111 | 1011 | 10101 | 0 | 10000 | 100001101 | 100100 | 1001011 |
Color Harmonies of #C0AAD7
Complementary color
Monochromatic Colors of #C0AAD7
Black with #C0AAD7
Text Example
Text Example
White with #C0AAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAD7; }
p { color: rgb(192,170,215); }
H1.HeaderClassName
{
color: #C0AAD7;
}
.AnyTagClassName
{
color: #C0AAD7;
}
</style>
background-color css
<style>
a { background-color: #C0AAD7; }
a { background-color: rgb(192,170,215); }
div.DivClassName
{
background-color: #C0AAD7;
}
.BgClassName
{
background-color: #C0AAD7;
}
</style>
border-color css
<style>
span { border-color: #C0AAD7; }
span { border-color: rgb(192,170,215); }
td.TdClassName
{
border-color: #C0AAD7;
}
.TagClassName
{
border-color: #C0AAD7;
}
</style>