Shades of Maverick #C6AABA
Tints of Maverick #C6AABA
RGB
CMYK
RGB Variations
Color information
#C6AABA (or 0xC6AABA) is known color: Maverick. HEX triplet: C6, AA and BA. RGB value is (198,170,186). Sum of RGB (Red+Green+Blue) = 198+170+186=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AABA is #395545. Grayscale: #B4B4B4. Windows color (decimal): -3757382 or 12233414. OLE color: 12233414.
HSL color Cylindrical-coordinate representation of color #C6AABA: hue angle of 325.71º 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 #C6AABA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 186 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.22 |
| HSL | 325.71º | 0.2% | 0.72% | - |
| HSV(B) | 325.71º | 0.14% | 0.78% | - |
| XYZ | 46.53 | 44.3 | 52.55 | - |
| YUV | 180.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 186 | 0 | 0.14 | 0.06 | 0.22 | 325.71 | 0.2 | 0.72 |
| Hex | C6 | AA | BA | 0 | E | 6 | 16 | 146 | 14 | 48 |
| Octal | 306 | 252 | 272 | 0 | 16 | 6 | 26 | 506 | 24 | 110 |
| Binary | 11000110 | 10101010 | 10111010 | 0 | 1110 | 110 | 10110 | 101000110 | 10100 | 1001000 |
Color Harmonies of #C6AABA
Complementary color
Monochromatic Colors of #C6AABA
Black with #C6AABA
Text Example
Text Example
White with #C6AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AABA; }
p { color: rgb(198,170,186); }
H1.HeaderClassName
{
color: #C6AABA;
}
.AnyTagClassName
{
color: #C6AABA;
}
</style>
background-color css
<style>
a { background-color: #C6AABA; }
a { background-color: rgb(198,170,186); }
div.DivClassName
{
background-color: #C6AABA;
}
.BgClassName
{
background-color: #C6AABA;
}
</style>
border-color css
<style>
span { border-color: #C6AABA; }
span { border-color: rgb(198,170,186); }
td.TdClassName
{
border-color: #C6AABA;
}
.TagClassName
{
border-color: #C6AABA;
}
</style>