Shades of Maverick #C3BABF
Tints of Maverick #C3BABF
RGB
CMYK
RGB Variations
Color information
#C3BABF (or 0xC3BABF) is known color: Maverick. HEX triplet: C3, BA and BF. RGB value is (195,186,191). Sum of RGB (Red+Green+Blue) = 195+186+191=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BABF is #3C4540. Grayscale: #BDBDBD. Windows color (decimal): -3949889 or 12565187. OLE color: 12565187.
HSL color Cylindrical-coordinate representation of color #C3BABF: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3BABF is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 191 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.24 |
| HSL | 326.67º | 0.07% | 0.75% | - |
| HSV(B) | 326.67º | 0.05% | 0.76% | - |
| XYZ | 49.47 | 50.48 | 56.43 | - |
| YUV | 189.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 191 | 0 | 0.05 | 0.02 | 0.24 | 326.67 | 0.07 | 0.75 |
| Hex | C3 | BA | BF | 0 | 5 | 2 | 18 | 147 | 7 | 4B |
| Octal | 303 | 272 | 277 | 0 | 5 | 2 | 30 | 507 | 7 | 113 |
| Binary | 11000011 | 10111010 | 10111111 | 0 | 101 | 10 | 11000 | 101000111 | 111 | 1001011 |
Color Harmonies of #C3BABF
Complementary color
Monochromatic Colors of #C3BABF
Black with #C3BABF
Text Example
Text Example
White with #C3BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BABF; }
p { color: rgb(195,186,191); }
H1.HeaderClassName
{
color: #C3BABF;
}
.AnyTagClassName
{
color: #C3BABF;
}
</style>
background-color css
<style>
a { background-color: #C3BABF; }
a { background-color: rgb(195,186,191); }
div.DivClassName
{
background-color: #C3BABF;
}
.BgClassName
{
background-color: #C3BABF;
}
</style>
border-color css
<style>
span { border-color: #C3BABF; }
span { border-color: rgb(195,186,191); }
td.TdClassName
{
border-color: #C3BABF;
}
.TagClassName
{
border-color: #C3BABF;
}
</style>