Shades of Maverick #C9A8BA
Tints of Maverick #C9A8BA
RGB
CMYK
RGB Variations
Color information
#C9A8BA (or 0xC9A8BA) is known color: Maverick. HEX triplet: C9, A8 and BA. RGB value is (201,168,186). Sum of RGB (Red+Green+Blue) = 201+168+186=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8BA is #365745. Grayscale: #B3B3B3. Windows color (decimal): -3561286 or 12232905. OLE color: 12232905.
HSL color Cylindrical-coordinate representation of color #C9A8BA: hue angle of 327.27º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A8BA is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 186 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.21 |
| HSL | 327.27º | 0.23% | 0.72% | - |
| HSV(B) | 327.27º | 0.16% | 0.79% | - |
| XYZ | 46.95 | 43.97 | 52.47 | - |
| YUV | 179.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 186 | 0 | 0.16 | 0.07 | 0.21 | 327.27 | 0.23 | 0.72 |
| Hex | C9 | A8 | BA | 0 | 10 | 7 | 15 | 147 | 17 | 48 |
| Octal | 311 | 250 | 272 | 0 | 20 | 7 | 25 | 507 | 27 | 110 |
| Binary | 11001001 | 10101000 | 10111010 | 0 | 10000 | 111 | 10101 | 101000111 | 10111 | 1001000 |
Color Harmonies of #C9A8BA
Complementary color
Monochromatic Colors of #C9A8BA
Black with #C9A8BA
Text Example
Text Example
White with #C9A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A8BA; }
p { color: rgb(201,168,186); }
H1.HeaderClassName
{
color: #C9A8BA;
}
.AnyTagClassName
{
color: #C9A8BA;
}
</style>
background-color css
<style>
a { background-color: #C9A8BA; }
a { background-color: rgb(201,168,186); }
div.DivClassName
{
background-color: #C9A8BA;
}
.BgClassName
{
background-color: #C9A8BA;
}
</style>
border-color css
<style>
span { border-color: #C9A8BA; }
span { border-color: rgb(201,168,186); }
td.TdClassName
{
border-color: #C9A8BA;
}
.TagClassName
{
border-color: #C9A8BA;
}
</style>