Shades of Maverick #C4ABC0
Tints of Maverick #C4ABC0
RGB
CMYK
RGB Variations
Color information
#C4ABC0 (or 0xC4ABC0) is known color: Maverick. HEX triplet: C4, AB and C0. RGB value is (196,171,192). Sum of RGB (Red+Green+Blue) = 196+171+192=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABC0 is #3B543F. Grayscale: #B4B4B4. Windows color (decimal): -3888192 or 12626884. OLE color: 12626884.
HSL color Cylindrical-coordinate representation of color #C4ABC0: hue angle of 309.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4ABC0 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 192 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.23 |
| HSL | 309.6º | 0.17% | 0.72% | - |
| HSV(B) | 309.6º | 0.13% | 0.77% | - |
| XYZ | 46.84 | 44.67 | 56.02 | - |
| YUV | 180.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 192 | 0 | 0.13 | 0.02 | 0.23 | 309.6 | 0.17 | 0.72 |
| Hex | C4 | AB | C0 | 0 | D | 2 | 17 | 136 | 11 | 48 |
| Octal | 304 | 253 | 300 | 0 | 15 | 2 | 27 | 466 | 21 | 110 |
| Binary | 11000100 | 10101011 | 11000000 | 0 | 1101 | 10 | 10111 | 100110110 | 10001 | 1001000 |
Color Harmonies of #C4ABC0
Complementary color
Monochromatic Colors of #C4ABC0
Black with #C4ABC0
Text Example
Text Example
White with #C4ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABC0; }
p { color: rgb(196,171,192); }
H1.HeaderClassName
{
color: #C4ABC0;
}
.AnyTagClassName
{
color: #C4ABC0;
}
</style>
background-color css
<style>
a { background-color: #C4ABC0; }
a { background-color: rgb(196,171,192); }
div.DivClassName
{
background-color: #C4ABC0;
}
.BgClassName
{
background-color: #C4ABC0;
}
</style>
border-color css
<style>
span { border-color: #C4ABC0; }
span { border-color: rgb(196,171,192); }
td.TdClassName
{
border-color: #C4ABC0;
}
.TagClassName
{
border-color: #C4ABC0;
}
</style>