Shades of Perfume #C6AAF0
Tints of Perfume #C6AAF0
RGB
CMYK
RGB Variations
Color information
#C6AAF0 (or 0xC6AAF0) is known color: Perfume. HEX triplet: C6, AA and F0. RGB value is (198,170,240). Sum of RGB (Red+Green+Blue) = 198+170+240=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #C6AAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAF0 is #39550F. Grayscale: #BABABA. Windows color (decimal): -3757328 or 15772358. OLE color: 15772358.
HSL color Cylindrical-coordinate representation of color #C6AAF0: hue angle of 264º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6AAF0 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 170 | 240 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.06 |
| HSL | 264º | 0.7% | 0.8% | - |
| HSV(B) | 264º | 0.29% | 0.94% | - |
| XYZ | 53.39 | 47.05 | 88.7 | - |
| YUV | 186.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 240 | 0.18 | 0.29 | 0 | 0.06 | 264 | 0.7 | 0.8 |
| Hex | C6 | AA | F0 | 12 | 1D | 0 | 6 | 108 | 46 | 50 |
| Octal | 306 | 252 | 360 | 22 | 35 | 0 | 6 | 410 | 106 | 120 |
| Binary | 11000110 | 10101010 | 11110000 | 10010 | 11101 | 0 | 110 | 100001000 | 1000110 | 1010000 |
Color Harmonies of #C6AAF0
Complementary color
Monochromatic Colors of #C6AAF0
Black with #C6AAF0
Text Example
Text Example
White with #C6AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAF0; }
p { color: rgb(198,170,240); }
H1.HeaderClassName
{
color: #C6AAF0;
}
.AnyTagClassName
{
color: #C6AAF0;
}
</style>
background-color css
<style>
a { background-color: #C6AAF0; }
a { background-color: rgb(198,170,240); }
div.DivClassName
{
background-color: #C6AAF0;
}
.BgClassName
{
background-color: #C6AAF0;
}
</style>
border-color css
<style>
span { border-color: #C6AAF0; }
span { border-color: rgb(198,170,240); }
td.TdClassName
{
border-color: #C6AAF0;
}
.TagClassName
{
border-color: #C6AAF0;
}
</style>