Shades of Perfume #C0AAD0
Tints of Perfume #C0AAD0
RGB
CMYK
RGB Variations
Color information
#C0AAD0 (or 0xC0AAD0) is known color: Perfume. HEX triplet: C0, AA and D0. RGB value is (192,170,208). Sum of RGB (Red+Green+Blue) = 192+170+208=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAD0 is #3F552F. Grayscale: #B4B4B4. Windows color (decimal): -4150576 or 13675200. OLE color: 13675200.
HSL color Cylindrical-coordinate representation of color #C0AAD0: hue angle of 274.74º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0AAD0 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 170 | 208 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.18 |
| HSL | 274.74º | 0.29% | 0.74% | - |
| HSV(B) | 274.74º | 0.18% | 0.82% | - |
| XYZ | 47.5 | 44.51 | 65.76 | - |
| YUV | 180.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 208 | 0.08 | 0.18 | 0 | 0.18 | 274.74 | 0.29 | 0.74 |
| Hex | C0 | AA | D0 | 8 | 12 | 0 | 12 | 113 | 1D | 4A |
| Octal | 300 | 252 | 320 | 10 | 22 | 0 | 22 | 423 | 35 | 112 |
| Binary | 11000000 | 10101010 | 11010000 | 1000 | 10010 | 0 | 10010 | 100010011 | 11101 | 1001010 |
Color Harmonies of #C0AAD0
Complementary color
Monochromatic Colors of #C0AAD0
Black with #C0AAD0
Text Example
Text Example
White with #C0AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAD0; }
p { color: rgb(192,170,208); }
H1.HeaderClassName
{
color: #C0AAD0;
}
.AnyTagClassName
{
color: #C0AAD0;
}
</style>
background-color css
<style>
a { background-color: #C0AAD0; }
a { background-color: rgb(192,170,208); }
div.DivClassName
{
background-color: #C0AAD0;
}
.BgClassName
{
background-color: #C0AAD0;
}
</style>
border-color css
<style>
span { border-color: #C0AAD0; }
span { border-color: rgb(192,170,208); }
td.TdClassName
{
border-color: #C0AAD0;
}
.TagClassName
{
border-color: #C0AAD0;
}
</style>