Shades of Maverick #C9A6BF
Tints of Maverick #C9A6BF
RGB
CMYK
RGB Variations
Color information
#C9A6BF (or 0xC9A6BF) is known color: Maverick. HEX triplet: C9, A6 and BF. RGB value is (201,166,191). Sum of RGB (Red+Green+Blue) = 201+166+191=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A6BF is #365940. Grayscale: #B3B3B3. Windows color (decimal): -3561793 or 12560073. OLE color: 12560073.
HSL color Cylindrical-coordinate representation of color #C9A6BF: hue angle of 317.14º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9A6BF is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 191 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.21 |
| HSL | 317.14º | 0.24% | 0.72% | - |
| HSV(B) | 317.14º | 0.17% | 0.79% | - |
| XYZ | 47.13 | 43.45 | 55.19 | - |
| YUV | 179.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 191 | 0 | 0.17 | 0.05 | 0.21 | 317.14 | 0.24 | 0.72 |
| Hex | C9 | A6 | BF | 0 | 11 | 5 | 15 | 13D | 18 | 48 |
| Octal | 311 | 246 | 277 | 0 | 21 | 5 | 25 | 475 | 30 | 110 |
| Binary | 11001001 | 10100110 | 10111111 | 0 | 10001 | 101 | 10101 | 100111101 | 11000 | 1001000 |
Color Harmonies of #C9A6BF
Complementary color
Monochromatic Colors of #C9A6BF
Black with #C9A6BF
Text Example
Text Example
White with #C9A6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A6BF; }
p { color: rgb(201,166,191); }
H1.HeaderClassName
{
color: #C9A6BF;
}
.AnyTagClassName
{
color: #C9A6BF;
}
</style>
background-color css
<style>
a { background-color: #C9A6BF; }
a { background-color: rgb(201,166,191); }
div.DivClassName
{
background-color: #C9A6BF;
}
.BgClassName
{
background-color: #C9A6BF;
}
</style>
border-color css
<style>
span { border-color: #C9A6BF; }
span { border-color: rgb(201,166,191); }
td.TdClassName
{
border-color: #C9A6BF;
}
.TagClassName
{
border-color: #C9A6BF;
}
</style>