Shades of Perfume #C7A9DB
Tints of Perfume #C7A9DB
RGB
CMYK
RGB Variations
Color information
#C7A9DB (or 0xC7A9DB) is known color: Perfume. HEX triplet: C7, A9 and DB. RGB value is (199,169,219). Sum of RGB (Red+Green+Blue) = 199+169+219=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9DB is #385624. Grayscale: #B7B7B7. Windows color (decimal): -3692069 or 14395847. OLE color: 14395847.
HSL color Cylindrical-coordinate representation of color #C7A9DB: hue angle of 276º degrees, saturation: 0.41, 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 #C7A9DB is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 169 | 219 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.14 |
| HSL | 276º | 0.41% | 0.76% | - |
| HSV(B) | 276º | 0.23% | 0.86% | - |
| XYZ | 50.53 | 45.63 | 73.16 | - |
| YUV | 183.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 219 | 0.09 | 0.23 | 0 | 0.14 | 276 | 0.41 | 0.76 |
| Hex | C7 | A9 | DB | 9 | 17 | 0 | E | 114 | 29 | 4C |
| Octal | 307 | 251 | 333 | 11 | 27 | 0 | 16 | 424 | 51 | 114 |
| Binary | 11000111 | 10101001 | 11011011 | 1001 | 10111 | 0 | 1110 | 100010100 | 101001 | 1001100 |
Color Harmonies of #C7A9DB
Complementary color
Monochromatic Colors of #C7A9DB
Black with #C7A9DB
Text Example
Text Example
White with #C7A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A9DB; }
p { color: rgb(199,169,219); }
H1.HeaderClassName
{
color: #C7A9DB;
}
.AnyTagClassName
{
color: #C7A9DB;
}
</style>
background-color css
<style>
a { background-color: #C7A9DB; }
a { background-color: rgb(199,169,219); }
div.DivClassName
{
background-color: #C7A9DB;
}
.BgClassName
{
background-color: #C7A9DB;
}
</style>
border-color css
<style>
span { border-color: #C7A9DB; }
span { border-color: rgb(199,169,219); }
td.TdClassName
{
border-color: #C7A9DB;
}
.TagClassName
{
border-color: #C7A9DB;
}
</style>