Shades of Maverick #C1BABF
Tints of Maverick #C1BABF
RGB
CMYK
RGB Variations
Color information
#C1BABF (or 0xC1BABF) is known color: Maverick. HEX triplet: C1, BA and BF. RGB value is (193,186,191). Sum of RGB (Red+Green+Blue) = 193+186+191=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BABF is #3E4540. Grayscale: #BCBCBC. Windows color (decimal): -4080961 or 12565185. OLE color: 12565185.
HSL color Cylindrical-coordinate representation of color #C1BABF: hue angle of 317.14º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1BABF is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 191 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.24 |
| HSL | 317.14º | 0.05% | 0.74% | - |
| HSV(B) | 317.14º | 0.04% | 0.76% | - |
| XYZ | 48.96 | 50.22 | 56.4 | - |
| YUV | 188.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 191 | 0 | 0.04 | 0.01 | 0.24 | 317.14 | 0.05 | 0.74 |
| Hex | C1 | BA | BF | 0 | 4 | 1 | 18 | 13D | 5 | 4A |
| Octal | 301 | 272 | 277 | 0 | 4 | 1 | 30 | 475 | 5 | 112 |
| Binary | 11000001 | 10111010 | 10111111 | 0 | 100 | 1 | 11000 | 100111101 | 101 | 1001010 |
Color Harmonies of #C1BABF
Complementary color
Monochromatic Colors of #C1BABF
Black with #C1BABF
Text Example
Text Example
White with #C1BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BABF; }
p { color: rgb(193,186,191); }
H1.HeaderClassName
{
color: #C1BABF;
}
.AnyTagClassName
{
color: #C1BABF;
}
</style>
background-color css
<style>
a { background-color: #C1BABF; }
a { background-color: rgb(193,186,191); }
div.DivClassName
{
background-color: #C1BABF;
}
.BgClassName
{
background-color: #C1BABF;
}
</style>
border-color css
<style>
span { border-color: #C1BABF; }
span { border-color: rgb(193,186,191); }
td.TdClassName
{
border-color: #C1BABF;
}
.TagClassName
{
border-color: #C1BABF;
}
</style>