Shades of Perfume #C4A6D8
Tints of Perfume #C4A6D8
RGB
CMYK
RGB Variations
Color information
#C4A6D8 (or 0xC4A6D8) is known color: Perfume. HEX triplet: C4, A6 and D8. RGB value is (196,166,216). Sum of RGB (Red+Green+Blue) = 196+166+216=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #C4A6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A6D8 is #3B5927. Grayscale: #B4B4B4. Windows color (decimal): -3889448 or 14198468. OLE color: 14198468.
HSL color Cylindrical-coordinate representation of color #C4A6D8: hue angle of 276º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4A6D8 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 166 | 216 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.15 |
| HSL | 276º | 0.39% | 0.75% | - |
| HSV(B) | 276º | 0.23% | 0.85% | - |
| XYZ | 48.8 | 43.97 | 70.88 | - |
| YUV | 180.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 216 | 0.09 | 0.23 | 0 | 0.15 | 276 | 0.39 | 0.75 |
| Hex | C4 | A6 | D8 | 9 | 17 | 0 | F | 114 | 27 | 4B |
| Octal | 304 | 246 | 330 | 11 | 27 | 0 | 17 | 424 | 47 | 113 |
| Binary | 11000100 | 10100110 | 11011000 | 1001 | 10111 | 0 | 1111 | 100010100 | 100111 | 1001011 |
Color Harmonies of #C4A6D8
Complementary color
Monochromatic Colors of #C4A6D8
Black with #C4A6D8
Text Example
Text Example
White with #C4A6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A6D8; }
p { color: rgb(196,166,216); }
H1.HeaderClassName
{
color: #C4A6D8;
}
.AnyTagClassName
{
color: #C4A6D8;
}
</style>
background-color css
<style>
a { background-color: #C4A6D8; }
a { background-color: rgb(196,166,216); }
div.DivClassName
{
background-color: #C4A6D8;
}
.BgClassName
{
background-color: #C4A6D8;
}
</style>
border-color css
<style>
span { border-color: #C4A6D8; }
span { border-color: rgb(196,166,216); }
td.TdClassName
{
border-color: #C4A6D8;
}
.TagClassName
{
border-color: #C4A6D8;
}
</style>