Shades of Maverick #C4ABBC
Tints of Maverick #C4ABBC
RGB
CMYK
RGB Variations
Color information
#C4ABBC (or 0xC4ABBC) is known color: Maverick. HEX triplet: C4, AB and BC. RGB value is (196,171,188). Sum of RGB (Red+Green+Blue) = 196+171+188=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABBC is #3B5443. Grayscale: #B4B4B4. Windows color (decimal): -3888196 or 12364740. OLE color: 12364740.
HSL color Cylindrical-coordinate representation of color #C4ABBC: hue angle of 319.2º 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 #C4ABBC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 188 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.23 |
| HSL | 319.2º | 0.17% | 0.72% | - |
| HSV(B) | 319.2º | 0.13% | 0.77% | - |
| XYZ | 46.4 | 44.49 | 53.72 | - |
| YUV | 180.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 188 | 0 | 0.13 | 0.04 | 0.23 | 319.2 | 0.17 | 0.72 |
| Hex | C4 | AB | BC | 0 | D | 4 | 17 | 13F | 11 | 48 |
| Octal | 304 | 253 | 274 | 0 | 15 | 4 | 27 | 477 | 21 | 110 |
| Binary | 11000100 | 10101011 | 10111100 | 0 | 1101 | 100 | 10111 | 100111111 | 10001 | 1001000 |
Color Harmonies of #C4ABBC
Complementary color
Monochromatic Colors of #C4ABBC
Black with #C4ABBC
Text Example
Text Example
White with #C4ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABBC; }
p { color: rgb(196,171,188); }
H1.HeaderClassName
{
color: #C4ABBC;
}
.AnyTagClassName
{
color: #C4ABBC;
}
</style>
background-color css
<style>
a { background-color: #C4ABBC; }
a { background-color: rgb(196,171,188); }
div.DivClassName
{
background-color: #C4ABBC;
}
.BgClassName
{
background-color: #C4ABBC;
}
</style>
border-color css
<style>
span { border-color: #C4ABBC; }
span { border-color: rgb(196,171,188); }
td.TdClassName
{
border-color: #C4ABBC;
}
.TagClassName
{
border-color: #C4ABBC;
}
</style>