Shades of Perfume #C49EEF
Tints of Perfume #C49EEF
RGB
CMYK
RGB Variations
Color information
#C49EEF (or 0xC49EEF) is known color: Perfume. HEX triplet: C4, 9E and EF. RGB value is (196,158,239). Sum of RGB (Red+Green+Blue) = 196+158+239=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #C49EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EEF is #3B6110. Grayscale: #B2B2B2. Windows color (decimal): -3891473 or 15703748. OLE color: 15703748.
HSL color Cylindrical-coordinate representation of color #C49EEF: hue angle of 268.15º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C49EEF is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 158 | 239 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.06 |
| HSL | 268.15º | 0.72% | 0.78% | - |
| HSV(B) | 268.15º | 0.34% | 0.94% | - |
| XYZ | 50.57 | 42.42 | 87.18 | - |
| YUV | 178.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 239 | 0.18 | 0.34 | 0 | 0.06 | 268.15 | 0.72 | 0.78 |
| Hex | C4 | 9E | EF | 12 | 22 | 0 | 6 | 10C | 48 | 4E |
| Octal | 304 | 236 | 357 | 22 | 42 | 0 | 6 | 414 | 110 | 116 |
| Binary | 11000100 | 10011110 | 11101111 | 10010 | 100010 | 0 | 110 | 100001100 | 1001000 | 1001110 |
Color Harmonies of #C49EEF
Complementary color
Monochromatic Colors of #C49EEF
Black with #C49EEF
Text Example
Text Example
White with #C49EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49EEF; }
p { color: rgb(196,158,239); }
H1.HeaderClassName
{
color: #C49EEF;
}
.AnyTagClassName
{
color: #C49EEF;
}
</style>
background-color css
<style>
a { background-color: #C49EEF; }
a { background-color: rgb(196,158,239); }
div.DivClassName
{
background-color: #C49EEF;
}
.BgClassName
{
background-color: #C49EEF;
}
</style>
border-color css
<style>
span { border-color: #C49EEF; }
span { border-color: rgb(196,158,239); }
td.TdClassName
{
border-color: #C49EEF;
}
.TagClassName
{
border-color: #C49EEF;
}
</style>