Shades of Perfume #C0A5D9
Tints of Perfume #C0A5D9
RGB
CMYK
RGB Variations
Color information
#C0A5D9 (or 0xC0A5D9) is known color: Perfume. HEX triplet: C0, A5 and D9. RGB value is (192,165,217). Sum of RGB (Red+Green+Blue) = 192+165+217=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #C0A5D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A5D9 is #3F5A26. Grayscale: #B2B2B2. Windows color (decimal): -4151847 or 14263744. OLE color: 14263744.
HSL color Cylindrical-coordinate representation of color #C0A5D9: hue angle of 271.15º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A5D9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 165 | 217 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.15 |
| HSL | 271.15º | 0.41% | 0.75% | - |
| HSV(B) | 271.15º | 0.24% | 0.85% | - |
| XYZ | 47.72 | 43.13 | 71.45 | - |
| YUV | 179 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 217 | 0.12 | 0.24 | 0 | 0.15 | 271.15 | 0.41 | 0.75 |
| Hex | C0 | A5 | D9 | C | 18 | 0 | F | 10F | 29 | 4B |
| Octal | 300 | 245 | 331 | 14 | 30 | 0 | 17 | 417 | 51 | 113 |
| Binary | 11000000 | 10100101 | 11011001 | 1100 | 11000 | 0 | 1111 | 100001111 | 101001 | 1001011 |
Color Harmonies of #C0A5D9
Complementary color
Monochromatic Colors of #C0A5D9
Black with #C0A5D9
Text Example
Text Example
White with #C0A5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A5D9; }
p { color: rgb(192,165,217); }
H1.HeaderClassName
{
color: #C0A5D9;
}
.AnyTagClassName
{
color: #C0A5D9;
}
</style>
background-color css
<style>
a { background-color: #C0A5D9; }
a { background-color: rgb(192,165,217); }
div.DivClassName
{
background-color: #C0A5D9;
}
.BgClassName
{
background-color: #C0A5D9;
}
</style>
border-color css
<style>
span { border-color: #C0A5D9; }
span { border-color: rgb(192,165,217); }
td.TdClassName
{
border-color: #C0A5D9;
}
.TagClassName
{
border-color: #C0A5D9;
}
</style>