Shades of Maverick #C7B1BA
Tints of Maverick #C7B1BA
RGB
CMYK
RGB Variations
Color information
#C7B1BA (or 0xC7B1BA) is known color: Maverick. HEX triplet: C7, B1 and BA. RGB value is (199,177,186). Sum of RGB (Red+Green+Blue) = 199+177+186=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1BA is #384E45. Grayscale: #B8B8B8. Windows color (decimal): -3690054 or 12235207. OLE color: 12235207.
HSL color Cylindrical-coordinate representation of color #C7B1BA: hue angle of 335.45º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7B1BA is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 186 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.22 |
| HSL | 335.45º | 0.16% | 0.74% | - |
| HSV(B) | 335.45º | 0.11% | 0.78% | - |
| XYZ | 48.14 | 47.13 | 53.01 | - |
| YUV | 184.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 186 | 0 | 0.11 | 0.07 | 0.22 | 335.45 | 0.16 | 0.74 |
| Hex | C7 | B1 | BA | 0 | B | 7 | 16 | 14F | 10 | 4A |
| Octal | 307 | 261 | 272 | 0 | 13 | 7 | 26 | 517 | 20 | 112 |
| Binary | 11000111 | 10110001 | 10111010 | 0 | 1011 | 111 | 10110 | 101001111 | 10000 | 1001010 |
Color Harmonies of #C7B1BA
Complementary color
Monochromatic Colors of #C7B1BA
Black with #C7B1BA
Text Example
Text Example
White with #C7B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B1BA; }
p { color: rgb(199,177,186); }
H1.HeaderClassName
{
color: #C7B1BA;
}
.AnyTagClassName
{
color: #C7B1BA;
}
</style>
background-color css
<style>
a { background-color: #C7B1BA; }
a { background-color: rgb(199,177,186); }
div.DivClassName
{
background-color: #C7B1BA;
}
.BgClassName
{
background-color: #C7B1BA;
}
</style>
border-color css
<style>
span { border-color: #C7B1BA; }
span { border-color: rgb(199,177,186); }
td.TdClassName
{
border-color: #C7B1BA;
}
.TagClassName
{
border-color: #C7B1BA;
}
</style>