Shades of Perfume #C49CFA
Tints of Perfume #C49CFA
RGB
CMYK
RGB Variations
Color information
#C49CFA (or 0xC49CFA) is known color: Perfume. HEX triplet: C4, 9C and FA. RGB value is (196,156,250). Sum of RGB (Red+Green+Blue) = 196+156+250=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #C49CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CFA is #3B6305. Grayscale: #B2B2B2. Windows color (decimal): -3891974 or 16424132. OLE color: 16424132.
HSL color Cylindrical-coordinate representation of color #C49CFA: hue angle of 265.53º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C49CFA is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 156 | 250 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.02 |
| HSL | 265.53º | 0.9% | 0.8% | - |
| HSV(B) | 265.53º | 0.38% | 0.98% | - |
| XYZ | 51.91 | 42.41 | 95.89 | - |
| YUV | 178.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 250 | 0.22 | 0.38 | 0 | 0.02 | 265.53 | 0.9 | 0.8 |
| Hex | C4 | 9C | FA | 16 | 26 | 0 | 2 | 10A | 5A | 50 |
| Octal | 304 | 234 | 372 | 26 | 46 | 0 | 2 | 412 | 132 | 120 |
| Binary | 11000100 | 10011100 | 11111010 | 10110 | 100110 | 0 | 10 | 100001010 | 1011010 | 1010000 |
Color Harmonies of #C49CFA
Complementary color
Monochromatic Colors of #C49CFA
Black with #C49CFA
Text Example
Text Example
White with #C49CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CFA; }
p { color: rgb(196,156,250); }
H1.HeaderClassName
{
color: #C49CFA;
}
.AnyTagClassName
{
color: #C49CFA;
}
</style>
background-color css
<style>
a { background-color: #C49CFA; }
a { background-color: rgb(196,156,250); }
div.DivClassName
{
background-color: #C49CFA;
}
.BgClassName
{
background-color: #C49CFA;
}
</style>
border-color css
<style>
span { border-color: #C49CFA; }
span { border-color: rgb(196,156,250); }
td.TdClassName
{
border-color: #C49CFA;
}
.TagClassName
{
border-color: #C49CFA;
}
</style>