Shades of Perfume #C49AF0
Tints of Perfume #C49AF0
RGB
CMYK
RGB Variations
Color information
#C49AF0 (or 0xC49AF0) is known color: Perfume. HEX triplet: C4, 9A and F0. RGB value is (196,154,240). Sum of RGB (Red+Green+Blue) = 196+154+240=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #C49AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AF0 is #3B650F. Grayscale: #B0B0B0. Windows color (decimal): -3892496 or 15768260. OLE color: 15768260.
HSL color Cylindrical-coordinate representation of color #C49AF0: hue angle of 269.3º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C49AF0 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 154 | 240 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.06 |
| HSL | 269.3º | 0.74% | 0.77% | - |
| HSV(B) | 269.3º | 0.36% | 0.94% | - |
| XYZ | 50.05 | 41.14 | 87.74 | - |
| YUV | 176.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 240 | 0.18 | 0.36 | 0 | 0.06 | 269.3 | 0.74 | 0.77 |
| Hex | C4 | 9A | F0 | 12 | 24 | 0 | 6 | 10D | 4A | 4D |
| Octal | 304 | 232 | 360 | 22 | 44 | 0 | 6 | 415 | 112 | 115 |
| Binary | 11000100 | 10011010 | 11110000 | 10010 | 100100 | 0 | 110 | 100001101 | 1001010 | 1001101 |
Color Harmonies of #C49AF0
Complementary color
Monochromatic Colors of #C49AF0
Black with #C49AF0
Text Example
Text Example
White with #C49AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49AF0; }
p { color: rgb(196,154,240); }
H1.HeaderClassName
{
color: #C49AF0;
}
.AnyTagClassName
{
color: #C49AF0;
}
</style>
background-color css
<style>
a { background-color: #C49AF0; }
a { background-color: rgb(196,154,240); }
div.DivClassName
{
background-color: #C49AF0;
}
.BgClassName
{
background-color: #C49AF0;
}
</style>
border-color css
<style>
span { border-color: #C49AF0; }
span { border-color: rgb(196,154,240); }
td.TdClassName
{
border-color: #C49AF0;
}
.TagClassName
{
border-color: #C49AF0;
}
</style>