Shades of Maverick #C6ABBB
Tints of Maverick #C6ABBB
RGB
CMYK
RGB Variations
Color information
#C6ABBB (or 0xC6ABBB) is known color: Maverick. HEX triplet: C6, AB and BB. RGB value is (198,171,187). Sum of RGB (Red+Green+Blue) = 198+171+187=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABBB is #395444. Grayscale: #B4B4B4. Windows color (decimal): -3757125 or 12299206. OLE color: 12299206.
HSL color Cylindrical-coordinate representation of color #C6ABBB: hue angle of 324.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6ABBB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 187 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.22 |
| HSL | 324.44º | 0.19% | 0.72% | - |
| HSV(B) | 324.44º | 0.14% | 0.78% | - |
| XYZ | 46.82 | 44.72 | 53.18 | - |
| YUV | 180.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 187 | 0 | 0.14 | 0.06 | 0.22 | 324.44 | 0.19 | 0.72 |
| Hex | C6 | AB | BB | 0 | E | 6 | 16 | 144 | 13 | 48 |
| Octal | 306 | 253 | 273 | 0 | 16 | 6 | 26 | 504 | 23 | 110 |
| Binary | 11000110 | 10101011 | 10111011 | 0 | 1110 | 110 | 10110 | 101000100 | 10011 | 1001000 |
Color Harmonies of #C6ABBB
Complementary color
Monochromatic Colors of #C6ABBB
Black with #C6ABBB
Text Example
Text Example
White with #C6ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABBB; }
p { color: rgb(198,171,187); }
H1.HeaderClassName
{
color: #C6ABBB;
}
.AnyTagClassName
{
color: #C6ABBB;
}
</style>
background-color css
<style>
a { background-color: #C6ABBB; }
a { background-color: rgb(198,171,187); }
div.DivClassName
{
background-color: #C6ABBB;
}
.BgClassName
{
background-color: #C6ABBB;
}
</style>
border-color css
<style>
span { border-color: #C6ABBB; }
span { border-color: rgb(198,171,187); }
td.TdClassName
{
border-color: #C6ABBB;
}
.TagClassName
{
border-color: #C6ABBB;
}
</style>