Shades of Maverick #C3BABD
Tints of Maverick #C3BABD
RGB
CMYK
RGB Variations
Color information
#C3BABD (or 0xC3BABD) is known color: Maverick. HEX triplet: C3, BA and BD. RGB value is (195,186,189). Sum of RGB (Red+Green+Blue) = 195+186+189=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BABD is #3C4542. Grayscale: #BDBDBD. Windows color (decimal): -3949891 or 12434115. OLE color: 12434115.
HSL color Cylindrical-coordinate representation of color #C3BABD: hue angle of 340º 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 #C3BABD is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 189 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.24 |
| HSL | 340º | 0.07% | 0.75% | - |
| HSV(B) | 340º | 0.05% | 0.76% | - |
| XYZ | 49.25 | 50.39 | 55.28 | - |
| YUV | 189.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 189 | 0 | 0.05 | 0.03 | 0.24 | 340 | 0.07 | 0.75 |
| Hex | C3 | BA | BD | 0 | 5 | 3 | 18 | 154 | 7 | 4B |
| Octal | 303 | 272 | 275 | 0 | 5 | 3 | 30 | 524 | 7 | 113 |
| Binary | 11000011 | 10111010 | 10111101 | 0 | 101 | 11 | 11000 | 101010100 | 111 | 1001011 |
Color Harmonies of #C3BABD
Complementary color
Monochromatic Colors of #C3BABD
Black with #C3BABD
Text Example
Text Example
White with #C3BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BABD; }
p { color: rgb(195,186,189); }
H1.HeaderClassName
{
color: #C3BABD;
}
.AnyTagClassName
{
color: #C3BABD;
}
</style>
background-color css
<style>
a { background-color: #C3BABD; }
a { background-color: rgb(195,186,189); }
div.DivClassName
{
background-color: #C3BABD;
}
.BgClassName
{
background-color: #C3BABD;
}
</style>
border-color css
<style>
span { border-color: #C3BABD; }
span { border-color: rgb(195,186,189); }
td.TdClassName
{
border-color: #C3BABD;
}
.TagClassName
{
border-color: #C3BABD;
}
</style>