Shades of Maverick #C9A3BF
Tints of Maverick #C9A3BF
RGB
CMYK
RGB Variations
Color information
#C9A3BF (or 0xC9A3BF) is known color: Maverick. HEX triplet: C9, A3 and BF. RGB value is (201,163,191). Sum of RGB (Red+Green+Blue) = 201+163+191=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A3BF is #365C40. Grayscale: #B1B1B1. Windows color (decimal): -3562561 or 12559305. OLE color: 12559305.
HSL color Cylindrical-coordinate representation of color #C9A3BF: hue angle of 315.79º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A3BF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 191 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.21 |
| HSL | 315.79º | 0.26% | 0.71% | - |
| HSV(B) | 315.79º | 0.19% | 0.79% | - |
| XYZ | 46.59 | 42.37 | 55.01 | - |
| YUV | 177.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 191 | 0 | 0.19 | 0.05 | 0.21 | 315.79 | 0.26 | 0.71 |
| Hex | C9 | A3 | BF | 0 | 13 | 5 | 15 | 13C | 1A | 47 |
| Octal | 311 | 243 | 277 | 0 | 23 | 5 | 25 | 474 | 32 | 107 |
| Binary | 11001001 | 10100011 | 10111111 | 0 | 10011 | 101 | 10101 | 100111100 | 11010 | 1000111 |
Color Harmonies of #C9A3BF
Complementary color
Monochromatic Colors of #C9A3BF
Black with #C9A3BF
Text Example
Text Example
White with #C9A3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A3BF; }
p { color: rgb(201,163,191); }
H1.HeaderClassName
{
color: #C9A3BF;
}
.AnyTagClassName
{
color: #C9A3BF;
}
</style>
background-color css
<style>
a { background-color: #C9A3BF; }
a { background-color: rgb(201,163,191); }
div.DivClassName
{
background-color: #C9A3BF;
}
.BgClassName
{
background-color: #C9A3BF;
}
</style>
border-color css
<style>
span { border-color: #C9A3BF; }
span { border-color: rgb(201,163,191); }
td.TdClassName
{
border-color: #C9A3BF;
}
.TagClassName
{
border-color: #C9A3BF;
}
</style>