Shades of Maverick #C6A6BD
Tints of Maverick #C6A6BD
RGB
CMYK
RGB Variations
Color information
#C6A6BD (or 0xC6A6BD) is known color: Maverick. HEX triplet: C6, A6 and BD. RGB value is (198,166,189). Sum of RGB (Red+Green+Blue) = 198+166+189=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A6BD is #395942. Grayscale: #B2B2B2. Windows color (decimal): -3758403 or 12428998. OLE color: 12428998.
HSL color Cylindrical-coordinate representation of color #C6A6BD: hue angle of 316.88º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6A6BD is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 189 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.22 |
| HSL | 316.88º | 0.22% | 0.71% | - |
| HSV(B) | 316.88º | 0.16% | 0.78% | - |
| XYZ | 46.11 | 42.95 | 54 | - |
| YUV | 178.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 189 | 0 | 0.16 | 0.05 | 0.22 | 316.88 | 0.22 | 0.71 |
| Hex | C6 | A6 | BD | 0 | 10 | 5 | 16 | 13D | 16 | 47 |
| Octal | 306 | 246 | 275 | 0 | 20 | 5 | 26 | 475 | 26 | 107 |
| Binary | 11000110 | 10100110 | 10111101 | 0 | 10000 | 101 | 10110 | 100111101 | 10110 | 1000111 |
Color Harmonies of #C6A6BD
Complementary color
Monochromatic Colors of #C6A6BD
Black with #C6A6BD
Text Example
Text Example
White with #C6A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A6BD; }
p { color: rgb(198,166,189); }
H1.HeaderClassName
{
color: #C6A6BD;
}
.AnyTagClassName
{
color: #C6A6BD;
}
</style>
background-color css
<style>
a { background-color: #C6A6BD; }
a { background-color: rgb(198,166,189); }
div.DivClassName
{
background-color: #C6A6BD;
}
.BgClassName
{
background-color: #C6A6BD;
}
</style>
border-color css
<style>
span { border-color: #C6A6BD; }
span { border-color: rgb(198,166,189); }
td.TdClassName
{
border-color: #C6A6BD;
}
.TagClassName
{
border-color: #C6A6BD;
}
</style>