Shades of Maverick #C6ABC1
Tints of Maverick #C6ABC1
RGB
CMYK
RGB Variations
Color information
#C6ABC1 (or 0xC6ABC1) is known color: Maverick. HEX triplet: C6, AB and C1. RGB value is (198,171,193). Sum of RGB (Red+Green+Blue) = 198+171+193=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABC1 is #39543E. Grayscale: #B5B5B5. Windows color (decimal): -3757119 or 12692422. OLE color: 12692422.
HSL color Cylindrical-coordinate representation of color #C6ABC1: hue angle of 311.11º 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 #C6ABC1 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 193 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.22 |
| HSL | 311.11º | 0.19% | 0.72% | - |
| HSV(B) | 311.11º | 0.14% | 0.78% | - |
| XYZ | 47.48 | 44.98 | 56.63 | - |
| YUV | 181.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 193 | 0 | 0.14 | 0.03 | 0.22 | 311.11 | 0.19 | 0.72 |
| Hex | C6 | AB | C1 | 0 | E | 3 | 16 | 137 | 13 | 48 |
| Octal | 306 | 253 | 301 | 0 | 16 | 3 | 26 | 467 | 23 | 110 |
| Binary | 11000110 | 10101011 | 11000001 | 0 | 1110 | 11 | 10110 | 100110111 | 10011 | 1001000 |
Color Harmonies of #C6ABC1
Complementary color
Monochromatic Colors of #C6ABC1
Black with #C6ABC1
Text Example
Text Example
White with #C6ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABC1; }
p { color: rgb(198,171,193); }
H1.HeaderClassName
{
color: #C6ABC1;
}
.AnyTagClassName
{
color: #C6ABC1;
}
</style>
background-color css
<style>
a { background-color: #C6ABC1; }
a { background-color: rgb(198,171,193); }
div.DivClassName
{
background-color: #C6ABC1;
}
.BgClassName
{
background-color: #C6ABC1;
}
</style>
border-color css
<style>
span { border-color: #C6ABC1; }
span { border-color: rgb(198,171,193); }
td.TdClassName
{
border-color: #C6ABC1;
}
.TagClassName
{
border-color: #C6ABC1;
}
</style>