Shades of Mauve #CBACFF
Tints of Mauve #CBACFF
RGB
CMYK
RGB Variations
Color information
#CBACFF (or 0xCBACFF) is known color: Mauve. HEX triplet: CB, AC and FF. RGB value is (203,172,255). Sum of RGB (Red+Green+Blue) = 203+172+255=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACFF is #345300. Grayscale: #BEBEBE. Windows color (decimal): -3429121 or 16755915. OLE color: 16755915.
HSL color Cylindrical-coordinate representation of color #CBACFF: hue angle of 262.41º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBACFF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 172 | 255 | - |
| CMYK | 0.20 | 0.33 | 0 | 0 |
| HSL | 262.41º | 1% | 0.84% | - |
| HSV(B) | 262.41º | 0.33% | 1% | - |
| XYZ | 57.43 | 49.42 | 101.12 | - |
| YUV | 190.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 255 | 0.20 | 0.33 | 0 | 0 | 262.41 | 1 | 0.84 |
| Hex | CB | AC | FF | 14 | 21 | 0 | 0 | 106 | 64 | 54 |
| Octal | 313 | 254 | 377 | 24 | 41 | 0 | 0 | 406 | 144 | 124 |
| Binary | 11001011 | 10101100 | 11111111 | 10100 | 100001 | 0 | 0 | 100000110 | 1100100 | 1010100 |
Color Harmonies of #CBACFF
Complementary color
Monochromatic Colors of #CBACFF
Black with #CBACFF
Text Example
Text Example
White with #CBACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACFF; }
p { color: rgb(203,172,255); }
H1.HeaderClassName
{
color: #CBACFF;
}
.AnyTagClassName
{
color: #CBACFF;
}
</style>
background-color css
<style>
a { background-color: #CBACFF; }
a { background-color: rgb(203,172,255); }
div.DivClassName
{
background-color: #CBACFF;
}
.BgClassName
{
background-color: #CBACFF;
}
</style>
border-color css
<style>
span { border-color: #CBACFF; }
span { border-color: rgb(203,172,255); }
td.TdClassName
{
border-color: #CBACFF;
}
.TagClassName
{
border-color: #CBACFF;
}
</style>