Shades of Perfume #C0ACDA
Tints of Perfume #C0ACDA
RGB
CMYK
RGB Variations
Color information
#C0ACDA (or 0xC0ACDA) is known color: Perfume. HEX triplet: C0, AC and DA. RGB value is (192,172,218). Sum of RGB (Red+Green+Blue) = 192+172+218=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACDA is #3F5325. Grayscale: #B7B7B7. Windows color (decimal): -4150054 or 14331072. OLE color: 14331072.
HSL color Cylindrical-coordinate representation of color #C0ACDA: hue angle of 266.09º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0ACDA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 172 | 218 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.15 |
| HSL | 266.09º | 0.38% | 0.76% | - |
| HSV(B) | 266.09º | 0.21% | 0.85% | - |
| XYZ | 49.15 | 45.77 | 72.57 | - |
| YUV | 183.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 218 | 0.12 | 0.21 | 0 | 0.15 | 266.09 | 0.38 | 0.76 |
| Hex | C0 | AC | DA | C | 15 | 0 | F | 10A | 26 | 4C |
| Octal | 300 | 254 | 332 | 14 | 25 | 0 | 17 | 412 | 46 | 114 |
| Binary | 11000000 | 10101100 | 11011010 | 1100 | 10101 | 0 | 1111 | 100001010 | 100110 | 1001100 |
Color Harmonies of #C0ACDA
Complementary color
Monochromatic Colors of #C0ACDA
Black with #C0ACDA
Text Example
Text Example
White with #C0ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACDA; }
p { color: rgb(192,172,218); }
H1.HeaderClassName
{
color: #C0ACDA;
}
.AnyTagClassName
{
color: #C0ACDA;
}
</style>
background-color css
<style>
a { background-color: #C0ACDA; }
a { background-color: rgb(192,172,218); }
div.DivClassName
{
background-color: #C0ACDA;
}
.BgClassName
{
background-color: #C0ACDA;
}
</style>
border-color css
<style>
span { border-color: #C0ACDA; }
span { border-color: rgb(192,172,218); }
td.TdClassName
{
border-color: #C0ACDA;
}
.TagClassName
{
border-color: #C0ACDA;
}
</style>