Shades of Perfume #C49AF7
Tints of Perfume #C49AF7
RGB
CMYK
RGB Variations
Color information
#C49AF7 (or 0xC49AF7) is known color: Perfume. HEX triplet: C4, 9A and F7. RGB value is (196,154,247). Sum of RGB (Red+Green+Blue) = 196+154+247=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #C49AF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AF7 is #3B6508. Grayscale: #B0B0B0. Windows color (decimal): -3892489 or 16227012. OLE color: 16227012.
HSL color Cylindrical-coordinate representation of color #C49AF7: hue angle of 267.1º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C49AF7 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 154 | 247 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.03 |
| HSL | 267.1º | 0.85% | 0.79% | - |
| HSV(B) | 267.1º | 0.38% | 0.97% | - |
| XYZ | 51.11 | 41.56 | 93.32 | - |
| YUV | 177.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 247 | 0.21 | 0.38 | 0 | 0.03 | 267.1 | 0.85 | 0.79 |
| Hex | C4 | 9A | F7 | 15 | 26 | 0 | 3 | 10B | 55 | 4F |
| Octal | 304 | 232 | 367 | 25 | 46 | 0 | 3 | 413 | 125 | 117 |
| Binary | 11000100 | 10011010 | 11110111 | 10101 | 100110 | 0 | 11 | 100001011 | 1010101 | 1001111 |
Color Harmonies of #C49AF7
Complementary color
Monochromatic Colors of #C49AF7
Black with #C49AF7
Text Example
Text Example
White with #C49AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49AF7; }
p { color: rgb(196,154,247); }
H1.HeaderClassName
{
color: #C49AF7;
}
.AnyTagClassName
{
color: #C49AF7;
}
</style>
background-color css
<style>
a { background-color: #C49AF7; }
a { background-color: rgb(196,154,247); }
div.DivClassName
{
background-color: #C49AF7;
}
.BgClassName
{
background-color: #C49AF7;
}
</style>
border-color css
<style>
span { border-color: #C49AF7; }
span { border-color: rgb(196,154,247); }
td.TdClassName
{
border-color: #C49AF7;
}
.TagClassName
{
border-color: #C49AF7;
}
</style>