Shades of Mauve #C896FF
Tints of Mauve #C896FF
RGB
CMYK
RGB Variations
Color information
#C896FF (or 0xC896FF) is known color: Mauve. HEX triplet: C8, 96 and FF. RGB value is (200,150,255). Sum of RGB (Red+Green+Blue) = 200+150+255=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #C896FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896FF is #376900. Grayscale: #B0B0B0. Windows color (decimal): -3631361 or 16750280. OLE color: 16750280.
HSL color Cylindrical-coordinate representation of color #C896FF: hue angle of 268.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C896FF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 150 | 255 | - |
| CMYK | 0.22 | 0.41 | 0 | 0 |
| HSL | 268.57º | 1% | 0.79% | - |
| HSV(B) | 268.57º | 0.41% | 1% | - |
| XYZ | 52.78 | 41.31 | 99.8 | - |
| YUV | 176.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 255 | 0.22 | 0.41 | 0 | 0 | 268.57 | 1 | 0.79 |
| Hex | C8 | 96 | FF | 16 | 29 | 0 | 0 | 10D | 64 | 4F |
| Octal | 310 | 226 | 377 | 26 | 51 | 0 | 0 | 415 | 144 | 117 |
| Binary | 11001000 | 10010110 | 11111111 | 10110 | 101001 | 0 | 0 | 100001101 | 1100100 | 1001111 |
Color Harmonies of #C896FF
Complementary color
Monochromatic Colors of #C896FF
Black with #C896FF
Text Example
Text Example
White with #C896FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896FF; }
p { color: rgb(200,150,255); }
H1.HeaderClassName
{
color: #C896FF;
}
.AnyTagClassName
{
color: #C896FF;
}
</style>
background-color css
<style>
a { background-color: #C896FF; }
a { background-color: rgb(200,150,255); }
div.DivClassName
{
background-color: #C896FF;
}
.BgClassName
{
background-color: #C896FF;
}
</style>
border-color css
<style>
span { border-color: #C896FF; }
span { border-color: rgb(200,150,255); }
td.TdClassName
{
border-color: #C896FF;
}
.TagClassName
{
border-color: #C896FF;
}
</style>