Shades of Mauve #C49BFF
Tints of Mauve #C49BFF
RGB
CMYK
RGB Variations
Color information
#C49BFF (or 0xC49BFF) is known color: Mauve. HEX triplet: C4, 9B and FF. RGB value is (196,155,255). Sum of RGB (Red+Green+Blue) = 196+155+255=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #C49BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49BFF is #3B6400. Grayscale: #B2B2B2. Windows color (decimal): -3892225 or 16751556. OLE color: 16751556.
HSL color Cylindrical-coordinate representation of color #C49BFF: hue angle of 264.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C49BFF is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 155 | 255 | - |
| CMYK | 0.23 | 0.39 | 0 | 0 |
| HSL | 264.6º | 1% | 0.8% | - |
| HSV(B) | 264.6º | 0.39% | 1% | - |
| XYZ | 52.54 | 42.4 | 100.02 | - |
| YUV | 178.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 255 | 0.23 | 0.39 | 0 | 0 | 264.6 | 1 | 0.8 |
| Hex | C4 | 9B | FF | 17 | 27 | 0 | 0 | 109 | 64 | 50 |
| Octal | 304 | 233 | 377 | 27 | 47 | 0 | 0 | 411 | 144 | 120 |
| Binary | 11000100 | 10011011 | 11111111 | 10111 | 100111 | 0 | 0 | 100001001 | 1100100 | 1010000 |
Color Harmonies of #C49BFF
Complementary color
Monochromatic Colors of #C49BFF
Black with #C49BFF
Text Example
Text Example
White with #C49BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49BFF; }
p { color: rgb(196,155,255); }
H1.HeaderClassName
{
color: #C49BFF;
}
.AnyTagClassName
{
color: #C49BFF;
}
</style>
background-color css
<style>
a { background-color: #C49BFF; }
a { background-color: rgb(196,155,255); }
div.DivClassName
{
background-color: #C49BFF;
}
.BgClassName
{
background-color: #C49BFF;
}
</style>
border-color css
<style>
span { border-color: #C49BFF; }
span { border-color: rgb(196,155,255); }
td.TdClassName
{
border-color: #C49BFF;
}
.TagClassName
{
border-color: #C49BFF;
}
</style>