Shades of Perfume #C6ACE5
Tints of Perfume #C6ACE5
RGB
CMYK
RGB Variations
Color information
#C6ACE5 (or 0xC6ACE5) is known color: Perfume. HEX triplet: C6, AC and E5. RGB value is (198,172,229). Sum of RGB (Red+Green+Blue) = 198+172+229=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #C6ACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACE5 is #39531A. Grayscale: #BABABA. Windows color (decimal): -3756827 or 15051974. OLE color: 15051974.
HSL color Cylindrical-coordinate representation of color #C6ACE5: hue angle of 267.37º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6ACE5 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 172 | 229 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.10 |
| HSL | 267.37º | 0.52% | 0.79% | - |
| HSV(B) | 267.37º | 0.25% | 0.9% | - |
| XYZ | 52.18 | 47.17 | 80.48 | - |
| YUV | 186.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 229 | 0.14 | 0.25 | 0 | 0.10 | 267.37 | 0.52 | 0.79 |
| Hex | C6 | AC | E5 | E | 19 | 0 | A | 10B | 34 | 4F |
| Octal | 306 | 254 | 345 | 16 | 31 | 0 | 12 | 413 | 64 | 117 |
| Binary | 11000110 | 10101100 | 11100101 | 1110 | 11001 | 0 | 1010 | 100001011 | 110100 | 1001111 |
Color Harmonies of #C6ACE5
Complementary color
Monochromatic Colors of #C6ACE5
Black with #C6ACE5
Text Example
Text Example
White with #C6ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACE5; }
p { color: rgb(198,172,229); }
H1.HeaderClassName
{
color: #C6ACE5;
}
.AnyTagClassName
{
color: #C6ACE5;
}
</style>
background-color css
<style>
a { background-color: #C6ACE5; }
a { background-color: rgb(198,172,229); }
div.DivClassName
{
background-color: #C6ACE5;
}
.BgClassName
{
background-color: #C6ACE5;
}
</style>
border-color css
<style>
span { border-color: #C6ACE5; }
span { border-color: rgb(198,172,229); }
td.TdClassName
{
border-color: #C6ACE5;
}
.TagClassName
{
border-color: #C6ACE5;
}
</style>