Shades of Perfume #C4A6DB
Tints of Perfume #C4A6DB
RGB
CMYK
RGB Variations
Color information
#C4A6DB (or 0xC4A6DB) is known color: Perfume. HEX triplet: C4, A6 and DB. RGB value is (196,166,219). Sum of RGB (Red+Green+Blue) = 196+166+219=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A6DB is #3B5924. Grayscale: #B4B4B4. Windows color (decimal): -3889445 or 14395076. OLE color: 14395076.
HSL color Cylindrical-coordinate representation of color #C4A6DB: hue angle of 273.96º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4A6DB is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 166 | 219 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.14 |
| HSL | 273.96º | 0.42% | 0.75% | - |
| HSV(B) | 273.96º | 0.24% | 0.86% | - |
| XYZ | 49.19 | 44.12 | 72.94 | - |
| YUV | 181.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 219 | 0.11 | 0.24 | 0 | 0.14 | 273.96 | 0.42 | 0.75 |
| Hex | C4 | A6 | DB | B | 18 | 0 | E | 112 | 2A | 4B |
| Octal | 304 | 246 | 333 | 13 | 30 | 0 | 16 | 422 | 52 | 113 |
| Binary | 11000100 | 10100110 | 11011011 | 1011 | 11000 | 0 | 1110 | 100010010 | 101010 | 1001011 |
Color Harmonies of #C4A6DB
Complementary color
Monochromatic Colors of #C4A6DB
Black with #C4A6DB
Text Example
Text Example
White with #C4A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A6DB; }
p { color: rgb(196,166,219); }
H1.HeaderClassName
{
color: #C4A6DB;
}
.AnyTagClassName
{
color: #C4A6DB;
}
</style>
background-color css
<style>
a { background-color: #C4A6DB; }
a { background-color: rgb(196,166,219); }
div.DivClassName
{
background-color: #C4A6DB;
}
.BgClassName
{
background-color: #C4A6DB;
}
</style>
border-color css
<style>
span { border-color: #C4A6DB; }
span { border-color: rgb(196,166,219); }
td.TdClassName
{
border-color: #C4A6DB;
}
.TagClassName
{
border-color: #C4A6DB;
}
</style>