Shades of Perfume #C6ABEA
Tints of Perfume #C6ABEA
RGB
CMYK
RGB Variations
Color information
#C6ABEA (or 0xC6ABEA) is known color: Perfume. HEX triplet: C6, AB and EA. RGB value is (198,171,234). Sum of RGB (Red+Green+Blue) = 198+171+234=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABEA is #395415. Grayscale: #BABABA. Windows color (decimal): -3757078 or 15379398. OLE color: 15379398.
HSL color Cylindrical-coordinate representation of color #C6ABEA: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6ABEA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 171 | 234 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.08 |
| HSL | 265.71º | 0.6% | 0.79% | - |
| HSV(B) | 265.71º | 0.27% | 0.92% | - |
| XYZ | 52.7 | 47.07 | 84.15 | - |
| YUV | 186.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 234 | 0.15 | 0.27 | 0 | 0.08 | 265.71 | 0.6 | 0.79 |
| Hex | C6 | AB | EA | F | 1B | 0 | 8 | 10A | 3C | 4F |
| Octal | 306 | 253 | 352 | 17 | 33 | 0 | 10 | 412 | 74 | 117 |
| Binary | 11000110 | 10101011 | 11101010 | 1111 | 11011 | 0 | 1000 | 100001010 | 111100 | 1001111 |
Color Harmonies of #C6ABEA
Complementary color
Monochromatic Colors of #C6ABEA
Black with #C6ABEA
Text Example
Text Example
White with #C6ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABEA; }
p { color: rgb(198,171,234); }
H1.HeaderClassName
{
color: #C6ABEA;
}
.AnyTagClassName
{
color: #C6ABEA;
}
</style>
background-color css
<style>
a { background-color: #C6ABEA; }
a { background-color: rgb(198,171,234); }
div.DivClassName
{
background-color: #C6ABEA;
}
.BgClassName
{
background-color: #C6ABEA;
}
</style>
border-color css
<style>
span { border-color: #C6ABEA; }
span { border-color: rgb(198,171,234); }
td.TdClassName
{
border-color: #C6ABEA;
}
.TagClassName
{
border-color: #C6ABEA;
}
</style>