Shades of Perfume #C2A9DC
Tints of Perfume #C2A9DC
RGB
CMYK
RGB Variations
Color information
#C2A9DC (or 0xC2A9DC) is known color: Perfume. HEX triplet: C2, A9 and DC. RGB value is (194,169,220). Sum of RGB (Red+Green+Blue) = 194+169+220=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9DC is #3D5623. Grayscale: #B6B6B6. Windows color (decimal): -4019748 or 14461378. OLE color: 14461378.
HSL color Cylindrical-coordinate representation of color #C2A9DC: hue angle of 269.41º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2A9DC is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 169 | 220 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.14 |
| HSL | 269.41º | 0.42% | 0.76% | - |
| HSV(B) | 269.41º | 0.23% | 0.86% | - |
| XYZ | 49.35 | 45.01 | 73.8 | - |
| YUV | 182.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 220 | 0.12 | 0.23 | 0 | 0.14 | 269.41 | 0.42 | 0.76 |
| Hex | C2 | A9 | DC | C | 17 | 0 | E | 10D | 2A | 4C |
| Octal | 302 | 251 | 334 | 14 | 27 | 0 | 16 | 415 | 52 | 114 |
| Binary | 11000010 | 10101001 | 11011100 | 1100 | 10111 | 0 | 1110 | 100001101 | 101010 | 1001100 |
Color Harmonies of #C2A9DC
Complementary color
Monochromatic Colors of #C2A9DC
Black with #C2A9DC
Text Example
Text Example
White with #C2A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A9DC; }
p { color: rgb(194,169,220); }
H1.HeaderClassName
{
color: #C2A9DC;
}
.AnyTagClassName
{
color: #C2A9DC;
}
</style>
background-color css
<style>
a { background-color: #C2A9DC; }
a { background-color: rgb(194,169,220); }
div.DivClassName
{
background-color: #C2A9DC;
}
.BgClassName
{
background-color: #C2A9DC;
}
</style>
border-color css
<style>
span { border-color: #C2A9DC; }
span { border-color: rgb(194,169,220); }
td.TdClassName
{
border-color: #C2A9DC;
}
.TagClassName
{
border-color: #C2A9DC;
}
</style>