Shades of Maverick #C6ABBC
Tints of Maverick #C6ABBC
RGB
CMYK
RGB Variations
Color information
#C6ABBC (or 0xC6ABBC) is known color: Maverick. HEX triplet: C6, AB and BC. RGB value is (198,171,188). Sum of RGB (Red+Green+Blue) = 198+171+188=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABBC is #395443. Grayscale: #B4B4B4. Windows color (decimal): -3757124 or 12364742. OLE color: 12364742.
HSL color Cylindrical-coordinate representation of color #C6ABBC: hue angle of 322.22º 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 #C6ABBC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 188 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.22 |
| HSL | 322.22º | 0.19% | 0.72% | - |
| HSV(B) | 322.22º | 0.14% | 0.78% | - |
| XYZ | 46.93 | 44.76 | 53.74 | - |
| YUV | 181.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 188 | 0 | 0.14 | 0.05 | 0.22 | 322.22 | 0.19 | 0.72 |
| Hex | C6 | AB | BC | 0 | E | 5 | 16 | 142 | 13 | 48 |
| Octal | 306 | 253 | 274 | 0 | 16 | 5 | 26 | 502 | 23 | 110 |
| Binary | 11000110 | 10101011 | 10111100 | 0 | 1110 | 101 | 10110 | 101000010 | 10011 | 1001000 |
Color Harmonies of #C6ABBC
Complementary color
Monochromatic Colors of #C6ABBC
Black with #C6ABBC
Text Example
Text Example
White with #C6ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABBC; }
p { color: rgb(198,171,188); }
H1.HeaderClassName
{
color: #C6ABBC;
}
.AnyTagClassName
{
color: #C6ABBC;
}
</style>
background-color css
<style>
a { background-color: #C6ABBC; }
a { background-color: rgb(198,171,188); }
div.DivClassName
{
background-color: #C6ABBC;
}
.BgClassName
{
background-color: #C6ABBC;
}
</style>
border-color css
<style>
span { border-color: #C6ABBC; }
span { border-color: rgb(198,171,188); }
td.TdClassName
{
border-color: #C6ABBC;
}
.TagClassName
{
border-color: #C6ABBC;
}
</style>