Shades of Maverick #C9AABA
Tints of Maverick #C9AABA
RGB
CMYK
RGB Variations
Color information
#C9AABA (or 0xC9AABA) is known color: Maverick. HEX triplet: C9, AA and BA. RGB value is (201,170,186). Sum of RGB (Red+Green+Blue) = 201+170+186=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AABA is #365545. Grayscale: #B5B5B5. Windows color (decimal): -3560774 or 12233417. OLE color: 12233417.
HSL color Cylindrical-coordinate representation of color #C9AABA: hue angle of 329.03º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9AABA is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 186 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.21 |
| HSL | 329.03º | 0.22% | 0.73% | - |
| HSV(B) | 329.03º | 0.15% | 0.79% | - |
| XYZ | 47.33 | 44.71 | 52.59 | - |
| YUV | 181.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 186 | 0 | 0.15 | 0.07 | 0.21 | 329.03 | 0.22 | 0.73 |
| Hex | C9 | AA | BA | 0 | F | 7 | 15 | 149 | 16 | 49 |
| Octal | 311 | 252 | 272 | 0 | 17 | 7 | 25 | 511 | 26 | 111 |
| Binary | 11001001 | 10101010 | 10111010 | 0 | 1111 | 111 | 10101 | 101001001 | 10110 | 1001001 |
Color Harmonies of #C9AABA
Complementary color
Monochromatic Colors of #C9AABA
Black with #C9AABA
Text Example
Text Example
White with #C9AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AABA; }
p { color: rgb(201,170,186); }
H1.HeaderClassName
{
color: #C9AABA;
}
.AnyTagClassName
{
color: #C9AABA;
}
</style>
background-color css
<style>
a { background-color: #C9AABA; }
a { background-color: rgb(201,170,186); }
div.DivClassName
{
background-color: #C9AABA;
}
.BgClassName
{
background-color: #C9AABA;
}
</style>
border-color css
<style>
span { border-color: #C9AABA; }
span { border-color: rgb(201,170,186); }
td.TdClassName
{
border-color: #C9AABA;
}
.TagClassName
{
border-color: #C9AABA;
}
</style>