Shades of Perfume #C2A4D6
Tints of Perfume #C2A4D6
RGB
CMYK
RGB Variations
Color information
#C2A4D6 (or 0xC2A4D6) is known color: Perfume. HEX triplet: C2, A4 and D6. RGB value is (194,164,214). Sum of RGB (Red+Green+Blue) = 194+164+214=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2A4D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A4D6 is #3D5B29. Grayscale: #B2B2B2. Windows color (decimal): -4021034 or 14066882. OLE color: 14066882.
HSL color Cylindrical-coordinate representation of color #C2A4D6: hue angle of 276º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2A4D6 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 164 | 214 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.16 |
| HSL | 276º | 0.38% | 0.74% | - |
| HSV(B) | 276º | 0.23% | 0.84% | - |
| XYZ | 47.66 | 42.88 | 69.38 | - |
| YUV | 178.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 214 | 0.09 | 0.23 | 0 | 0.16 | 276 | 0.38 | 0.74 |
| Hex | C2 | A4 | D6 | 9 | 17 | 0 | 10 | 114 | 26 | 4A |
| Octal | 302 | 244 | 326 | 11 | 27 | 0 | 20 | 424 | 46 | 112 |
| Binary | 11000010 | 10100100 | 11010110 | 1001 | 10111 | 0 | 10000 | 100010100 | 100110 | 1001010 |
Color Harmonies of #C2A4D6
Complementary color
Monochromatic Colors of #C2A4D6
Black with #C2A4D6
Text Example
Text Example
White with #C2A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A4D6; }
p { color: rgb(194,164,214); }
H1.HeaderClassName
{
color: #C2A4D6;
}
.AnyTagClassName
{
color: #C2A4D6;
}
</style>
background-color css
<style>
a { background-color: #C2A4D6; }
a { background-color: rgb(194,164,214); }
div.DivClassName
{
background-color: #C2A4D6;
}
.BgClassName
{
background-color: #C2A4D6;
}
</style>
border-color css
<style>
span { border-color: #C2A4D6; }
span { border-color: rgb(194,164,214); }
td.TdClassName
{
border-color: #C2A4D6;
}
.TagClassName
{
border-color: #C2A4D6;
}
</style>