Shades of Maverick #C6ABBE
Tints of Maverick #C6ABBE
RGB
CMYK
RGB Variations
Color information
#C6ABBE (or 0xC6ABBE) is known color: Maverick. HEX triplet: C6, AB and BE. RGB value is (198,171,190). Sum of RGB (Red+Green+Blue) = 198+171+190=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABBE is #395441. Grayscale: #B5B5B5. Windows color (decimal): -3757122 or 12495814. OLE color: 12495814.
HSL color Cylindrical-coordinate representation of color #C6ABBE: hue angle of 317.78º 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 #C6ABBE is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 190 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.22 |
| HSL | 317.78º | 0.19% | 0.72% | - |
| HSV(B) | 317.78º | 0.14% | 0.78% | - |
| XYZ | 47.15 | 44.85 | 54.89 | - |
| YUV | 181.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 190 | 0 | 0.14 | 0.04 | 0.22 | 317.78 | 0.19 | 0.72 |
| Hex | C6 | AB | BE | 0 | E | 4 | 16 | 13E | 13 | 48 |
| Octal | 306 | 253 | 276 | 0 | 16 | 4 | 26 | 476 | 23 | 110 |
| Binary | 11000110 | 10101011 | 10111110 | 0 | 1110 | 100 | 10110 | 100111110 | 10011 | 1001000 |
Color Harmonies of #C6ABBE
Complementary color
Monochromatic Colors of #C6ABBE
Black with #C6ABBE
Text Example
Text Example
White with #C6ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABBE; }
p { color: rgb(198,171,190); }
H1.HeaderClassName
{
color: #C6ABBE;
}
.AnyTagClassName
{
color: #C6ABBE;
}
</style>
background-color css
<style>
a { background-color: #C6ABBE; }
a { background-color: rgb(198,171,190); }
div.DivClassName
{
background-color: #C6ABBE;
}
.BgClassName
{
background-color: #C6ABBE;
}
</style>
border-color css
<style>
span { border-color: #C6ABBE; }
span { border-color: rgb(198,171,190); }
td.TdClassName
{
border-color: #C6ABBE;
}
.TagClassName
{
border-color: #C6ABBE;
}
</style>