Shades of Perfume #C7A9DC
Tints of Perfume #C7A9DC
RGB
CMYK
RGB Variations
Color information
#C7A9DC (or 0xC7A9DC) is known color: Perfume. HEX triplet: C7, A9 and DC. RGB value is (199,169,220). Sum of RGB (Red+Green+Blue) = 199+169+220=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9DC is #385623. Grayscale: #B7B7B7. Windows color (decimal): -3692068 or 14461383. OLE color: 14461383.
HSL color Cylindrical-coordinate representation of color #C7A9DC: hue angle of 275.29º 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 #C7A9DC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 169 | 220 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.14 |
| HSL | 275.29º | 0.42% | 0.76% | - |
| HSV(B) | 275.29º | 0.23% | 0.86% | - |
| XYZ | 50.66 | 45.69 | 73.86 | - |
| YUV | 183.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 220 | 0.10 | 0.23 | 0 | 0.14 | 275.29 | 0.42 | 0.76 |
| Hex | C7 | A9 | DC | A | 17 | 0 | E | 113 | 2A | 4C |
| Octal | 307 | 251 | 334 | 12 | 27 | 0 | 16 | 423 | 52 | 114 |
| Binary | 11000111 | 10101001 | 11011100 | 1010 | 10111 | 0 | 1110 | 100010011 | 101010 | 1001100 |
Color Harmonies of #C7A9DC
Complementary color
Monochromatic Colors of #C7A9DC
Black with #C7A9DC
Text Example
Text Example
White with #C7A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A9DC; }
p { color: rgb(199,169,220); }
H1.HeaderClassName
{
color: #C7A9DC;
}
.AnyTagClassName
{
color: #C7A9DC;
}
</style>
background-color css
<style>
a { background-color: #C7A9DC; }
a { background-color: rgb(199,169,220); }
div.DivClassName
{
background-color: #C7A9DC;
}
.BgClassName
{
background-color: #C7A9DC;
}
</style>
border-color css
<style>
span { border-color: #C7A9DC; }
span { border-color: rgb(199,169,220); }
td.TdClassName
{
border-color: #C7A9DC;
}
.TagClassName
{
border-color: #C7A9DC;
}
</style>