Shades of Mauve #C9B0FF
Tints of Mauve #C9B0FF
RGB
CMYK
RGB Variations
Color information
#C9B0FF (or 0xC9B0FF) is known color: Mauve. HEX triplet: C9, B0 and FF. RGB value is (201,176,255). Sum of RGB (Red+Green+Blue) = 201+176+255=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B0FF is #364F00. Grayscale: #C0C0C0. Windows color (decimal): -3559169 or 16756937. OLE color: 16756937.
HSL color Cylindrical-coordinate representation of color #C9B0FF: hue angle of 258.99º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9B0FF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 176 | 255 | - |
| CMYK | 0.21 | 0.31 | 0 | 0 |
| HSL | 258.99º | 1% | 0.85% | - |
| HSV(B) | 258.99º | 0.31% | 1% | - |
| XYZ | 57.66 | 50.69 | 101.35 | - |
| YUV | 192.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 255 | 0.21 | 0.31 | 0 | 0 | 258.99 | 1 | 0.85 |
| Hex | C9 | B0 | FF | 15 | 1F | 0 | 0 | 103 | 64 | 55 |
| Octal | 311 | 260 | 377 | 25 | 37 | 0 | 0 | 403 | 144 | 125 |
| Binary | 11001001 | 10110000 | 11111111 | 10101 | 11111 | 0 | 0 | 100000011 | 1100100 | 1010101 |
Color Harmonies of #C9B0FF
Complementary color
Monochromatic Colors of #C9B0FF
Black with #C9B0FF
Text Example
Text Example
White with #C9B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B0FF; }
p { color: rgb(201,176,255); }
H1.HeaderClassName
{
color: #C9B0FF;
}
.AnyTagClassName
{
color: #C9B0FF;
}
</style>
background-color css
<style>
a { background-color: #C9B0FF; }
a { background-color: rgb(201,176,255); }
div.DivClassName
{
background-color: #C9B0FF;
}
.BgClassName
{
background-color: #C9B0FF;
}
</style>
border-color css
<style>
span { border-color: #C9B0FF; }
span { border-color: rgb(201,176,255); }
td.TdClassName
{
border-color: #C9B0FF;
}
.TagClassName
{
border-color: #C9B0FF;
}
</style>