Shades of Perfume #C2A6EC
Tints of Perfume #C2A6EC
RGB
CMYK
RGB Variations
Color information
#C2A6EC (or 0xC2A6EC) is known color: Perfume. HEX triplet: C2, A6 and EC. RGB value is (194,166,236). Sum of RGB (Red+Green+Blue) = 194+166+236=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2A6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A6EC is #3D5913. Grayscale: #B6B6B6. Windows color (decimal): -4020500 or 15509186. OLE color: 15509186.
HSL color Cylindrical-coordinate representation of color #C2A6EC: hue angle of 264º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2A6EC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 166 | 236 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.07 |
| HSL | 264º | 0.65% | 0.79% | - |
| HSV(B) | 264º | 0.3% | 0.93% | - |
| XYZ | 51.02 | 44.8 | 85.31 | - |
| YUV | 182.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 236 | 0.18 | 0.30 | 0 | 0.07 | 264 | 0.65 | 0.79 |
| Hex | C2 | A6 | EC | 12 | 1E | 0 | 7 | 108 | 41 | 4F |
| Octal | 302 | 246 | 354 | 22 | 36 | 0 | 7 | 410 | 101 | 117 |
| Binary | 11000010 | 10100110 | 11101100 | 10010 | 11110 | 0 | 111 | 100001000 | 1000001 | 1001111 |
Color Harmonies of #C2A6EC
Complementary color
Monochromatic Colors of #C2A6EC
Black with #C2A6EC
Text Example
Text Example
White with #C2A6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A6EC; }
p { color: rgb(194,166,236); }
H1.HeaderClassName
{
color: #C2A6EC;
}
.AnyTagClassName
{
color: #C2A6EC;
}
</style>
background-color css
<style>
a { background-color: #C2A6EC; }
a { background-color: rgb(194,166,236); }
div.DivClassName
{
background-color: #C2A6EC;
}
.BgClassName
{
background-color: #C2A6EC;
}
</style>
border-color css
<style>
span { border-color: #C2A6EC; }
span { border-color: rgb(194,166,236); }
td.TdClassName
{
border-color: #C2A6EC;
}
.TagClassName
{
border-color: #C2A6EC;
}
</style>