Shades of Perfume #C4A6DA
Tints of Perfume #C4A6DA
RGB
CMYK
RGB Variations
Color information
#C4A6DA (or 0xC4A6DA) is known color: Perfume. HEX triplet: C4, A6 and DA. RGB value is (196,166,218). Sum of RGB (Red+Green+Blue) = 196+166+218=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4A6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A6DA is #3B5925. Grayscale: #B4B4B4. Windows color (decimal): -3889446 or 14329540. OLE color: 14329540.
HSL color Cylindrical-coordinate representation of color #C4A6DA: hue angle of 274.62º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4A6DA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 166 | 218 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.15 |
| HSL | 274.62º | 0.41% | 0.75% | - |
| HSV(B) | 274.62º | 0.24% | 0.85% | - |
| XYZ | 49.06 | 44.07 | 72.25 | - |
| YUV | 180.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 218 | 0.10 | 0.24 | 0 | 0.15 | 274.62 | 0.41 | 0.75 |
| Hex | C4 | A6 | DA | A | 18 | 0 | F | 113 | 29 | 4B |
| Octal | 304 | 246 | 332 | 12 | 30 | 0 | 17 | 423 | 51 | 113 |
| Binary | 11000100 | 10100110 | 11011010 | 1010 | 11000 | 0 | 1111 | 100010011 | 101001 | 1001011 |
Color Harmonies of #C4A6DA
Complementary color
Monochromatic Colors of #C4A6DA
Black with #C4A6DA
Text Example
Text Example
White with #C4A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A6DA; }
p { color: rgb(196,166,218); }
H1.HeaderClassName
{
color: #C4A6DA;
}
.AnyTagClassName
{
color: #C4A6DA;
}
</style>
background-color css
<style>
a { background-color: #C4A6DA; }
a { background-color: rgb(196,166,218); }
div.DivClassName
{
background-color: #C4A6DA;
}
.BgClassName
{
background-color: #C4A6DA;
}
</style>
border-color css
<style>
span { border-color: #C4A6DA; }
span { border-color: rgb(196,166,218); }
td.TdClassName
{
border-color: #C4A6DA;
}
.TagClassName
{
border-color: #C4A6DA;
}
</style>