Shades of Maverick #C4BAC3
Tints of Maverick #C4BAC3
RGB
CMYK
RGB Variations
Color information
#C4BAC3 (or 0xC4BAC3) is known color: Maverick. HEX triplet: C4, BA and C3. RGB value is (196,186,195). Sum of RGB (Red+Green+Blue) = 196+186+195=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAC3 is #3B453C. Grayscale: #BDBDBD. Windows color (decimal): -3884349 or 12827332. OLE color: 12827332.
HSL color Cylindrical-coordinate representation of color #C4BAC3: hue angle of 306º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BAC3 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 195 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.23 |
| HSL | 306º | 0.08% | 0.75% | - |
| HSV(B) | 306º | 0.05% | 0.77% | - |
| XYZ | 50.17 | 50.79 | 58.79 | - |
| YUV | 190.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 195 | 0 | 0.05 | 0.01 | 0.23 | 306 | 0.08 | 0.75 |
| Hex | C4 | BA | C3 | 0 | 5 | 1 | 17 | 132 | 8 | 4B |
| Octal | 304 | 272 | 303 | 0 | 5 | 1 | 27 | 462 | 10 | 113 |
| Binary | 11000100 | 10111010 | 11000011 | 0 | 101 | 1 | 10111 | 100110010 | 1000 | 1001011 |
Color Harmonies of #C4BAC3
Complementary color
Monochromatic Colors of #C4BAC3
Black with #C4BAC3
Text Example
Text Example
White with #C4BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAC3; }
p { color: rgb(196,186,195); }
H1.HeaderClassName
{
color: #C4BAC3;
}
.AnyTagClassName
{
color: #C4BAC3;
}
</style>
background-color css
<style>
a { background-color: #C4BAC3; }
a { background-color: rgb(196,186,195); }
div.DivClassName
{
background-color: #C4BAC3;
}
.BgClassName
{
background-color: #C4BAC3;
}
</style>
border-color css
<style>
span { border-color: #C4BAC3; }
span { border-color: rgb(196,186,195); }
td.TdClassName
{
border-color: #C4BAC3;
}
.TagClassName
{
border-color: #C4BAC3;
}
</style>