Shades of Mauve #C699FF
Tints of Mauve #C699FF
RGB
CMYK
RGB Variations
Color information
#C699FF (or 0xC699FF) is known color: Mauve. HEX triplet: C6, 99 and FF. RGB value is (198,153,255). Sum of RGB (Red+Green+Blue) = 198+153+255=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 153 (60.16% from 255 or 25.25% 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 #C699FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C699FF is #396600. Grayscale: #B1B1B1. Windows color (decimal): -3761665 or 16751046. OLE color: 16751046.
HSL color Cylindrical-coordinate representation of color #C699FF: hue angle of 266.47º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C699FF is Cyan = 0.22, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 153 | 255 | - |
| CMYK | 0.22 | 0.4 | 0 | 0 |
| HSL | 266.47º | 1% | 0.8% | - |
| HSV(B) | 266.47º | 0.4% | 1% | - |
| XYZ | 52.73 | 42.01 | 99.94 | - |
| YUV | 178.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 255 | 0.22 | 0.4 | 0 | 0 | 266.47 | 1 | 0.8 |
| Hex | C6 | 99 | FF | 16 | 28 | 0 | 0 | 10A | 64 | 50 |
| Octal | 306 | 231 | 377 | 26 | 50 | 0 | 0 | 412 | 144 | 120 |
| Binary | 11000110 | 10011001 | 11111111 | 10110 | 101000 | 0 | 0 | 100001010 | 1100100 | 1010000 |
Color Harmonies of #C699FF
Complementary color
Monochromatic Colors of #C699FF
Black with #C699FF
Text Example
Text Example
White with #C699FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699FF; }
p { color: rgb(198,153,255); }
H1.HeaderClassName
{
color: #C699FF;
}
.AnyTagClassName
{
color: #C699FF;
}
</style>
background-color css
<style>
a { background-color: #C699FF; }
a { background-color: rgb(198,153,255); }
div.DivClassName
{
background-color: #C699FF;
}
.BgClassName
{
background-color: #C699FF;
}
</style>
border-color css
<style>
span { border-color: #C699FF; }
span { border-color: rgb(198,153,255); }
td.TdClassName
{
border-color: #C699FF;
}
.TagClassName
{
border-color: #C699FF;
}
</style>