Shades of Maverick #C6AABD
Tints of Maverick #C6AABD
RGB
CMYK
RGB Variations
Color information
#C6AABD (or 0xC6AABD) is known color: Maverick. HEX triplet: C6, AA and BD. RGB value is (198,170,189). Sum of RGB (Red+Green+Blue) = 198+170+189=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AABD is #395542. Grayscale: #B4B4B4. Windows color (decimal): -3757379 or 12430022. OLE color: 12430022.
HSL color Cylindrical-coordinate representation of color #C6AABD: hue angle of 319.29º degrees, saturation: 0.2, 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 #C6AABD is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 189 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.22 |
| HSL | 319.29º | 0.2% | 0.72% | - |
| HSV(B) | 319.29º | 0.14% | 0.78% | - |
| XYZ | 46.85 | 44.43 | 54.25 | - |
| YUV | 180.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 189 | 0 | 0.14 | 0.05 | 0.22 | 319.29 | 0.2 | 0.72 |
| Hex | C6 | AA | BD | 0 | E | 5 | 16 | 13F | 14 | 48 |
| Octal | 306 | 252 | 275 | 0 | 16 | 5 | 26 | 477 | 24 | 110 |
| Binary | 11000110 | 10101010 | 10111101 | 0 | 1110 | 101 | 10110 | 100111111 | 10100 | 1001000 |
Color Harmonies of #C6AABD
Complementary color
Monochromatic Colors of #C6AABD
Black with #C6AABD
Text Example
Text Example
White with #C6AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AABD; }
p { color: rgb(198,170,189); }
H1.HeaderClassName
{
color: #C6AABD;
}
.AnyTagClassName
{
color: #C6AABD;
}
</style>
background-color css
<style>
a { background-color: #C6AABD; }
a { background-color: rgb(198,170,189); }
div.DivClassName
{
background-color: #C6AABD;
}
.BgClassName
{
background-color: #C6AABD;
}
</style>
border-color css
<style>
span { border-color: #C6AABD; }
span { border-color: rgb(198,170,189); }
td.TdClassName
{
border-color: #C6AABD;
}
.TagClassName
{
border-color: #C6AABD;
}
</style>