Shades of Maverick #C7B9BF
Tints of Maverick #C7B9BF
RGB
CMYK
RGB Variations
Color information
#C7B9BF (or 0xC7B9BF) is known color: Maverick. HEX triplet: C7, B9 and BF. RGB value is (199,185,191). Sum of RGB (Red+Green+Blue) = 199+185+191=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B9BF is #384640. Grayscale: #BDBDBD. Windows color (decimal): -3688001 or 12564935. OLE color: 12564935.
HSL color Cylindrical-coordinate representation of color #C7B9BF: hue angle of 334.29º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7B9BF is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 191 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.22 |
| HSL | 334.29º | 0.11% | 0.75% | - |
| HSV(B) | 334.29º | 0.07% | 0.78% | - |
| XYZ | 50.31 | 50.6 | 56.41 | - |
| YUV | 189.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 191 | 0 | 0.07 | 0.04 | 0.22 | 334.29 | 0.11 | 0.75 |
| Hex | C7 | B9 | BF | 0 | 7 | 4 | 16 | 14E | B | 4B |
| Octal | 307 | 271 | 277 | 0 | 7 | 4 | 26 | 516 | 13 | 113 |
| Binary | 11000111 | 10111001 | 10111111 | 0 | 111 | 100 | 10110 | 101001110 | 1011 | 1001011 |
Color Harmonies of #C7B9BF
Complementary color
Monochromatic Colors of #C7B9BF
Black with #C7B9BF
Text Example
Text Example
White with #C7B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B9BF; }
p { color: rgb(199,185,191); }
H1.HeaderClassName
{
color: #C7B9BF;
}
.AnyTagClassName
{
color: #C7B9BF;
}
</style>
background-color css
<style>
a { background-color: #C7B9BF; }
a { background-color: rgb(199,185,191); }
div.DivClassName
{
background-color: #C7B9BF;
}
.BgClassName
{
background-color: #C7B9BF;
}
</style>
border-color css
<style>
span { border-color: #C7B9BF; }
span { border-color: rgb(199,185,191); }
td.TdClassName
{
border-color: #C7B9BF;
}
.TagClassName
{
border-color: #C7B9BF;
}
</style>