Shades of Perfume #C49EED
Tints of Perfume #C49EED
RGB
CMYK
RGB Variations
Color information
#C49EED (or 0xC49EED) is known color: Perfume. HEX triplet: C4, 9E and ED. RGB value is (196,158,237). Sum of RGB (Red+Green+Blue) = 196+158+237=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #C49EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EED is #3B6112. Grayscale: #B2B2B2. Windows color (decimal): -3891475 or 15572676. OLE color: 15572676.
HSL color Cylindrical-coordinate representation of color #C49EED: hue angle of 268.86º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49EED is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 158 | 237 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.07 |
| HSL | 268.86º | 0.69% | 0.77% | - |
| HSV(B) | 268.86º | 0.33% | 0.93% | - |
| XYZ | 50.28 | 42.3 | 85.64 | - |
| YUV | 178.37 | 161.09 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 237 | 0.17 | 0.33 | 0 | 0.07 | 268.86 | 0.69 | 0.77 |
| Hex | C4 | 9E | ED | 11 | 21 | 0 | 7 | 10D | 45 | 4D |
| Octal | 304 | 236 | 355 | 21 | 41 | 0 | 7 | 415 | 105 | 115 |
| Binary | 11000100 | 10011110 | 11101101 | 10001 | 100001 | 0 | 111 | 100001101 | 1000101 | 1001101 |
Color Harmonies of #C49EED
Complementary color
Monochromatic Colors of #C49EED
Black with #C49EED
Text Example
Text Example
White with #C49EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49EED; }
p { color: rgb(196,158,237); }
H1.HeaderClassName
{
color: #C49EED;
}
.AnyTagClassName
{
color: #C49EED;
}
</style>
background-color css
<style>
a { background-color: #C49EED; }
a { background-color: rgb(196,158,237); }
div.DivClassName
{
background-color: #C49EED;
}
.BgClassName
{
background-color: #C49EED;
}
</style>
border-color css
<style>
span { border-color: #C49EED; }
span { border-color: rgb(196,158,237); }
td.TdClassName
{
border-color: #C49EED;
}
.TagClassName
{
border-color: #C49EED;
}
</style>