Shades of Mauve #C9B0FE
Tints of Mauve #C9B0FE
RGB
CMYK
RGB Variations
Color information
#C9B0FE (or 0xC9B0FE) is known color: Mauve. HEX triplet: C9, B0 and FE. RGB value is (201,176,254). Sum of RGB (Red+Green+Blue) = 201+176+254=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B0FE is #364F01. Grayscale: #C0C0C0. Windows color (decimal): -3559170 or 16691401. OLE color: 16691401.
HSL color Cylindrical-coordinate representation of color #C9B0FE: hue angle of 259.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9B0FE is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 176 | 254 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.00 |
| HSL | 259.23º | 0.98% | 0.84% | - |
| HSV(B) | 259.23º | 0.31% | 1% | - |
| XYZ | 57.5 | 50.62 | 100.51 | - |
| YUV | 192.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 254 | 0.21 | 0.31 | 0 | 0.00 | 259.23 | 0.98 | 0.84 |
| Hex | C9 | B0 | FE | 15 | 1F | 0 | 0 | 103 | 62 | 54 |
| Octal | 311 | 260 | 376 | 25 | 37 | 0 | 0 | 403 | 142 | 124 |
| Binary | 11001001 | 10110000 | 11111110 | 10101 | 11111 | 0 | 0 | 100000011 | 1100010 | 1010100 |
Color Harmonies of #C9B0FE
Complementary color
Monochromatic Colors of #C9B0FE
Black with #C9B0FE
Text Example
Text Example
White with #C9B0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B0FE; }
p { color: rgb(201,176,254); }
H1.HeaderClassName
{
color: #C9B0FE;
}
.AnyTagClassName
{
color: #C9B0FE;
}
</style>
background-color css
<style>
a { background-color: #C9B0FE; }
a { background-color: rgb(201,176,254); }
div.DivClassName
{
background-color: #C9B0FE;
}
.BgClassName
{
background-color: #C9B0FE;
}
</style>
border-color css
<style>
span { border-color: #C9B0FE; }
span { border-color: rgb(201,176,254); }
td.TdClassName
{
border-color: #C9B0FE;
}
.TagClassName
{
border-color: #C9B0FE;
}
</style>