Shades of Maverick #C8AABA
Tints of Maverick #C8AABA
RGB
CMYK
RGB Variations
Color information
#C8AABA (or 0xC8AABA) is known color: Maverick. HEX triplet: C8, AA and BA. RGB value is (200,170,186). Sum of RGB (Red+Green+Blue) = 200+170+186=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AABA is #375545. Grayscale: #B4B4B4. Windows color (decimal): -3626310 or 12233416. OLE color: 12233416.
HSL color Cylindrical-coordinate representation of color #C8AABA: hue angle of 328º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AABA is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 186 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.22 |
| HSL | 328º | 0.21% | 0.73% | - |
| HSV(B) | 328º | 0.15% | 0.78% | - |
| XYZ | 47.06 | 44.57 | 52.58 | - |
| YUV | 180.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 186 | 0 | 0.15 | 0.07 | 0.22 | 328 | 0.21 | 0.73 |
| Hex | C8 | AA | BA | 0 | F | 7 | 16 | 148 | 15 | 49 |
| Octal | 310 | 252 | 272 | 0 | 17 | 7 | 26 | 510 | 25 | 111 |
| Binary | 11001000 | 10101010 | 10111010 | 0 | 1111 | 111 | 10110 | 101001000 | 10101 | 1001001 |
Color Harmonies of #C8AABA
Complementary color
Monochromatic Colors of #C8AABA
Black with #C8AABA
Text Example
Text Example
White with #C8AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AABA; }
p { color: rgb(200,170,186); }
H1.HeaderClassName
{
color: #C8AABA;
}
.AnyTagClassName
{
color: #C8AABA;
}
</style>
background-color css
<style>
a { background-color: #C8AABA; }
a { background-color: rgb(200,170,186); }
div.DivClassName
{
background-color: #C8AABA;
}
.BgClassName
{
background-color: #C8AABA;
}
</style>
border-color css
<style>
span { border-color: #C8AABA; }
span { border-color: rgb(200,170,186); }
td.TdClassName
{
border-color: #C8AABA;
}
.TagClassName
{
border-color: #C8AABA;
}
</style>