Shades of Maverick #C3BAC0
Tints of Maverick #C3BAC0
RGB
CMYK
RGB Variations
Color information
#C3BAC0 (or 0xC3BAC0) is known color: Maverick. HEX triplet: C3, BA and C0. RGB value is (195,186,192). Sum of RGB (Red+Green+Blue) = 195+186+192=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAC0 is #3C453F. Grayscale: #BDBDBD. Windows color (decimal): -3949888 or 12630723. OLE color: 12630723.
HSL color Cylindrical-coordinate representation of color #C3BAC0: hue angle of 320º 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 #C3BAC0 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 192 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.24 |
| HSL | 320º | 0.07% | 0.75% | - |
| HSV(B) | 320º | 0.05% | 0.76% | - |
| XYZ | 49.58 | 50.53 | 57.01 | - |
| YUV | 189.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 192 | 0 | 0.05 | 0.02 | 0.24 | 320 | 0.07 | 0.75 |
| Hex | C3 | BA | C0 | 0 | 5 | 2 | 18 | 140 | 7 | 4B |
| Octal | 303 | 272 | 300 | 0 | 5 | 2 | 30 | 500 | 7 | 113 |
| Binary | 11000011 | 10111010 | 11000000 | 0 | 101 | 10 | 11000 | 101000000 | 111 | 1001011 |
Color Harmonies of #C3BAC0
Complementary color
Monochromatic Colors of #C3BAC0
Black with #C3BAC0
Text Example
Text Example
White with #C3BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAC0; }
p { color: rgb(195,186,192); }
H1.HeaderClassName
{
color: #C3BAC0;
}
.AnyTagClassName
{
color: #C3BAC0;
}
</style>
background-color css
<style>
a { background-color: #C3BAC0; }
a { background-color: rgb(195,186,192); }
div.DivClassName
{
background-color: #C3BAC0;
}
.BgClassName
{
background-color: #C3BAC0;
}
</style>
border-color css
<style>
span { border-color: #C3BAC0; }
span { border-color: rgb(195,186,192); }
td.TdClassName
{
border-color: #C3BAC0;
}
.TagClassName
{
border-color: #C3BAC0;
}
</style>