Shades of Mauve #C899FB
Tints of Mauve #C899FB
RGB
CMYK
RGB Variations
Color information
#C899FB (or 0xC899FB) is known color: Mauve. HEX triplet: C8, 99 and FB. RGB value is (200,153,251). Sum of RGB (Red+Green+Blue) = 200+153+251=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #C899FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C899FB is #376604. Grayscale: #B1B1B1. Windows color (decimal): -3630597 or 16488904. OLE color: 16488904.
HSL color Cylindrical-coordinate representation of color #C899FB: hue angle of 268.78º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C899FB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 153 | 251 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.02 |
| HSL | 268.78º | 0.92% | 0.79% | - |
| HSV(B) | 268.78º | 0.39% | 0.98% | - |
| XYZ | 52.62 | 42.03 | 96.61 | - |
| YUV | 178.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 251 | 0.20 | 0.39 | 0 | 0.02 | 268.78 | 0.92 | 0.79 |
| Hex | C8 | 99 | FB | 14 | 27 | 0 | 2 | 10D | 5C | 4F |
| Octal | 310 | 231 | 373 | 24 | 47 | 0 | 2 | 415 | 134 | 117 |
| Binary | 11001000 | 10011001 | 11111011 | 10100 | 100111 | 0 | 10 | 100001101 | 1011100 | 1001111 |
Color Harmonies of #C899FB
Complementary color
Monochromatic Colors of #C899FB
Black with #C899FB
Text Example
Text Example
White with #C899FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899FB; }
p { color: rgb(200,153,251); }
H1.HeaderClassName
{
color: #C899FB;
}
.AnyTagClassName
{
color: #C899FB;
}
</style>
background-color css
<style>
a { background-color: #C899FB; }
a { background-color: rgb(200,153,251); }
div.DivClassName
{
background-color: #C899FB;
}
.BgClassName
{
background-color: #C899FB;
}
</style>
border-color css
<style>
span { border-color: #C899FB; }
span { border-color: rgb(200,153,251); }
td.TdClassName
{
border-color: #C899FB;
}
.TagClassName
{
border-color: #C899FB;
}
</style>