Shades of Maverick #C4ABBB
Tints of Maverick #C4ABBB
RGB
CMYK
RGB Variations
Color information
#C4ABBB (or 0xC4ABBB) is known color: Maverick. HEX triplet: C4, AB and BB. RGB value is (196,171,187). Sum of RGB (Red+Green+Blue) = 196+171+187=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABBB is #3B5444. Grayscale: #B4B4B4. Windows color (decimal): -3888197 or 12299204. OLE color: 12299204.
HSL color Cylindrical-coordinate representation of color #C4ABBB: hue angle of 321.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 #C4ABBB is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 187 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.23 |
| HSL | 321.6º | 0.17% | 0.72% | - |
| HSV(B) | 321.6º | 0.13% | 0.77% | - |
| XYZ | 46.3 | 44.45 | 53.15 | - |
| YUV | 180.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 187 | 0 | 0.13 | 0.05 | 0.23 | 321.6 | 0.17 | 0.72 |
| Hex | C4 | AB | BB | 0 | D | 5 | 17 | 142 | 11 | 48 |
| Octal | 304 | 253 | 273 | 0 | 15 | 5 | 27 | 502 | 21 | 110 |
| Binary | 11000100 | 10101011 | 10111011 | 0 | 1101 | 101 | 10111 | 101000010 | 10001 | 1001000 |
Color Harmonies of #C4ABBB
Complementary color
Monochromatic Colors of #C4ABBB
Black with #C4ABBB
Text Example
Text Example
White with #C4ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABBB; }
p { color: rgb(196,171,187); }
H1.HeaderClassName
{
color: #C4ABBB;
}
.AnyTagClassName
{
color: #C4ABBB;
}
</style>
background-color css
<style>
a { background-color: #C4ABBB; }
a { background-color: rgb(196,171,187); }
div.DivClassName
{
background-color: #C4ABBB;
}
.BgClassName
{
background-color: #C4ABBB;
}
</style>
border-color css
<style>
span { border-color: #C4ABBB; }
span { border-color: rgb(196,171,187); }
td.TdClassName
{
border-color: #C4ABBB;
}
.TagClassName
{
border-color: #C4ABBB;
}
</style>