Shades of Perfume #C4A0EB
Tints of Perfume #C4A0EB
RGB
CMYK
RGB Variations
Color information
#C4A0EB (or 0xC4A0EB) is known color: Perfume. HEX triplet: C4, A0 and EB. RGB value is (196,160,235). Sum of RGB (Red+Green+Blue) = 196+160+235=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A0EB is #3B5F14. Grayscale: #B3B3B3. Windows color (decimal): -3890965 or 15442116. OLE color: 15442116.
HSL color Cylindrical-coordinate representation of color #C4A0EB: hue angle of 268.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4A0EB is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 160 | 235 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.08 |
| HSL | 268.8º | 0.65% | 0.77% | - |
| HSV(B) | 268.8º | 0.32% | 0.92% | - |
| XYZ | 50.33 | 42.88 | 84.22 | - |
| YUV | 179.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 235 | 0.17 | 0.32 | 0 | 0.08 | 268.8 | 0.65 | 0.77 |
| Hex | C4 | A0 | EB | 11 | 20 | 0 | 8 | 10D | 41 | 4D |
| Octal | 304 | 240 | 353 | 21 | 40 | 0 | 10 | 415 | 101 | 115 |
| Binary | 11000100 | 10100000 | 11101011 | 10001 | 100000 | 0 | 1000 | 100001101 | 1000001 | 1001101 |
Color Harmonies of #C4A0EB
Complementary color
Monochromatic Colors of #C4A0EB
Black with #C4A0EB
Text Example
Text Example
White with #C4A0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A0EB; }
p { color: rgb(196,160,235); }
H1.HeaderClassName
{
color: #C4A0EB;
}
.AnyTagClassName
{
color: #C4A0EB;
}
</style>
background-color css
<style>
a { background-color: #C4A0EB; }
a { background-color: rgb(196,160,235); }
div.DivClassName
{
background-color: #C4A0EB;
}
.BgClassName
{
background-color: #C4A0EB;
}
</style>
border-color css
<style>
span { border-color: #C4A0EB; }
span { border-color: rgb(196,160,235); }
td.TdClassName
{
border-color: #C4A0EB;
}
.TagClassName
{
border-color: #C4A0EB;
}
</style>