Shades of Maverick #C9B9BF
Tints of Maverick #C9B9BF
RGB
CMYK
RGB Variations
Color information
#C9B9BF (or 0xC9B9BF) is known color: Maverick. HEX triplet: C9, B9 and BF. RGB value is (201,185,191). Sum of RGB (Red+Green+Blue) = 201+185+191=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9BF is #364640. Grayscale: #BEBEBE. Windows color (decimal): -3556929 or 12564937. OLE color: 12564937.
HSL color Cylindrical-coordinate representation of color #C9B9BF: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9B9BF is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 191 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.21 |
| HSL | 337.5º | 0.13% | 0.76% | - |
| HSV(B) | 337.5º | 0.08% | 0.79% | - |
| XYZ | 50.84 | 50.88 | 56.43 | - |
| YUV | 190.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 191 | 0 | 0.08 | 0.05 | 0.21 | 337.5 | 0.13 | 0.76 |
| Hex | C9 | B9 | BF | 0 | 8 | 5 | 15 | 152 | D | 4C |
| Octal | 311 | 271 | 277 | 0 | 10 | 5 | 25 | 522 | 15 | 114 |
| Binary | 11001001 | 10111001 | 10111111 | 0 | 1000 | 101 | 10101 | 101010010 | 1101 | 1001100 |
Color Harmonies of #C9B9BF
Complementary color
Monochromatic Colors of #C9B9BF
Black with #C9B9BF
Text Example
Text Example
White with #C9B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B9BF; }
p { color: rgb(201,185,191); }
H1.HeaderClassName
{
color: #C9B9BF;
}
.AnyTagClassName
{
color: #C9B9BF;
}
</style>
background-color css
<style>
a { background-color: #C9B9BF; }
a { background-color: rgb(201,185,191); }
div.DivClassName
{
background-color: #C9B9BF;
}
.BgClassName
{
background-color: #C9B9BF;
}
</style>
border-color css
<style>
span { border-color: #C9B9BF; }
span { border-color: rgb(201,185,191); }
td.TdClassName
{
border-color: #C9B9BF;
}
.TagClassName
{
border-color: #C9B9BF;
}
</style>