Shades of Mauve #CBACFA
Tints of Mauve #CBACFA
RGB
CMYK
RGB Variations
Color information
#CBACFA (or 0xCBACFA) is known color: Mauve. HEX triplet: CB, AC and FA. RGB value is (203,172,250). Sum of RGB (Red+Green+Blue) = 203+172+250=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACFA is #345305. Grayscale: #BDBDBD. Windows color (decimal): -3429126 or 16428235. OLE color: 16428235.
HSL color Cylindrical-coordinate representation of color #CBACFA: hue angle of 263.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBACFA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 172 | 250 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.02 |
| HSL | 263.85º | 0.89% | 0.83% | - |
| HSV(B) | 263.85º | 0.31% | 0.98% | - |
| XYZ | 56.64 | 49.1 | 96.94 | - |
| YUV | 190.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 250 | 0.19 | 0.31 | 0 | 0.02 | 263.85 | 0.89 | 0.83 |
| Hex | CB | AC | FA | 13 | 1F | 0 | 2 | 108 | 59 | 53 |
| Octal | 313 | 254 | 372 | 23 | 37 | 0 | 2 | 410 | 131 | 123 |
| Binary | 11001011 | 10101100 | 11111010 | 10011 | 11111 | 0 | 10 | 100001000 | 1011001 | 1010011 |
Color Harmonies of #CBACFA
Complementary color
Monochromatic Colors of #CBACFA
Black with #CBACFA
Text Example
Text Example
White with #CBACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACFA; }
p { color: rgb(203,172,250); }
H1.HeaderClassName
{
color: #CBACFA;
}
.AnyTagClassName
{
color: #CBACFA;
}
</style>
background-color css
<style>
a { background-color: #CBACFA; }
a { background-color: rgb(203,172,250); }
div.DivClassName
{
background-color: #CBACFA;
}
.BgClassName
{
background-color: #CBACFA;
}
</style>
border-color css
<style>
span { border-color: #CBACFA; }
span { border-color: rgb(203,172,250); }
td.TdClassName
{
border-color: #CBACFA;
}
.TagClassName
{
border-color: #CBACFA;
}
</style>