Shades of Perfume #C1A6DB
Tints of Perfume #C1A6DB
RGB
CMYK
RGB Variations
Color information
#C1A6DB (or 0xC1A6DB) is known color: Perfume. HEX triplet: C1, A6 and DB. RGB value is (193,166,219). Sum of RGB (Red+Green+Blue) = 193+166+219=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A6DB is #3E5924. Grayscale: #B3B3B3. Windows color (decimal): -4086053 or 14395073. OLE color: 14395073.
HSL color Cylindrical-coordinate representation of color #C1A6DB: hue angle of 270.57º 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 #C1A6DB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 166 | 219 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.14 |
| HSL | 270.57º | 0.42% | 0.75% | - |
| HSV(B) | 270.57º | 0.24% | 0.86% | - |
| XYZ | 48.41 | 43.72 | 72.91 | - |
| YUV | 180.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 219 | 0.12 | 0.24 | 0 | 0.14 | 270.57 | 0.42 | 0.75 |
| Hex | C1 | A6 | DB | C | 18 | 0 | E | 10F | 2A | 4B |
| Octal | 301 | 246 | 333 | 14 | 30 | 0 | 16 | 417 | 52 | 113 |
| Binary | 11000001 | 10100110 | 11011011 | 1100 | 11000 | 0 | 1110 | 100001111 | 101010 | 1001011 |
Color Harmonies of #C1A6DB
Complementary color
Monochromatic Colors of #C1A6DB
Black with #C1A6DB
Text Example
Text Example
White with #C1A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A6DB; }
p { color: rgb(193,166,219); }
H1.HeaderClassName
{
color: #C1A6DB;
}
.AnyTagClassName
{
color: #C1A6DB;
}
</style>
background-color css
<style>
a { background-color: #C1A6DB; }
a { background-color: rgb(193,166,219); }
div.DivClassName
{
background-color: #C1A6DB;
}
.BgClassName
{
background-color: #C1A6DB;
}
</style>
border-color css
<style>
span { border-color: #C1A6DB; }
span { border-color: rgb(193,166,219); }
td.TdClassName
{
border-color: #C1A6DB;
}
.TagClassName
{
border-color: #C1A6DB;
}
</style>