Shades of Maverick #C2BABD
Tints of Maverick #C2BABD
RGB
CMYK
RGB Variations
Color information
#C2BABD (or 0xC2BABD) is known color: Maverick. HEX triplet: C2, BA and BD. RGB value is (194,186,189). Sum of RGB (Red+Green+Blue) = 194+186+189=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BABD is #3D4542. Grayscale: #BCBCBC. Windows color (decimal): -4015427 or 12434114. OLE color: 12434114.
HSL color Cylindrical-coordinate representation of color #C2BABD: hue angle of 337.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2BABD is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 189 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.24 |
| HSL | 337.5º | 0.06% | 0.75% | - |
| HSV(B) | 337.5º | 0.04% | 0.76% | - |
| XYZ | 48.99 | 50.26 | 55.26 | - |
| YUV | 188.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 189 | 0 | 0.04 | 0.03 | 0.24 | 337.5 | 0.06 | 0.75 |
| Hex | C2 | BA | BD | 0 | 4 | 3 | 18 | 152 | 6 | 4B |
| Octal | 302 | 272 | 275 | 0 | 4 | 3 | 30 | 522 | 6 | 113 |
| Binary | 11000010 | 10111010 | 10111101 | 0 | 100 | 11 | 11000 | 101010010 | 110 | 1001011 |
Color Harmonies of #C2BABD
Complementary color
Monochromatic Colors of #C2BABD
Black with #C2BABD
Text Example
Text Example
White with #C2BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BABD; }
p { color: rgb(194,186,189); }
H1.HeaderClassName
{
color: #C2BABD;
}
.AnyTagClassName
{
color: #C2BABD;
}
</style>
background-color css
<style>
a { background-color: #C2BABD; }
a { background-color: rgb(194,186,189); }
div.DivClassName
{
background-color: #C2BABD;
}
.BgClassName
{
background-color: #C2BABD;
}
</style>
border-color css
<style>
span { border-color: #C2BABD; }
span { border-color: rgb(194,186,189); }
td.TdClassName
{
border-color: #C2BABD;
}
.TagClassName
{
border-color: #C2BABD;
}
</style>