Shades of Maverick #C7B1BE
Tints of Maverick #C7B1BE
RGB
CMYK
RGB Variations
Color information
#C7B1BE (or 0xC7B1BE) is known color: Maverick. HEX triplet: C7, B1 and BE. RGB value is (199,177,190). Sum of RGB (Red+Green+Blue) = 199+177+190=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1BE is #384E41. Grayscale: #B9B9B9. Windows color (decimal): -3690050 or 12497351. OLE color: 12497351.
HSL color Cylindrical-coordinate representation of color #C7B1BE: hue angle of 324.55º 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 #C7B1BE is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 190 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.22 |
| HSL | 324.55º | 0.16% | 0.74% | - |
| HSV(B) | 324.55º | 0.11% | 0.78% | - |
| XYZ | 48.57 | 47.3 | 55.29 | - |
| YUV | 185.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 190 | 0 | 0.11 | 0.05 | 0.22 | 324.55 | 0.16 | 0.74 |
| Hex | C7 | B1 | BE | 0 | B | 5 | 16 | 145 | 10 | 4A |
| Octal | 307 | 261 | 276 | 0 | 13 | 5 | 26 | 505 | 20 | 112 |
| Binary | 11000111 | 10110001 | 10111110 | 0 | 1011 | 101 | 10110 | 101000101 | 10000 | 1001010 |
Color Harmonies of #C7B1BE
Complementary color
Monochromatic Colors of #C7B1BE
Black with #C7B1BE
Text Example
Text Example
White with #C7B1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B1BE; }
p { color: rgb(199,177,190); }
H1.HeaderClassName
{
color: #C7B1BE;
}
.AnyTagClassName
{
color: #C7B1BE;
}
</style>
background-color css
<style>
a { background-color: #C7B1BE; }
a { background-color: rgb(199,177,190); }
div.DivClassName
{
background-color: #C7B1BE;
}
.BgClassName
{
background-color: #C7B1BE;
}
</style>
border-color css
<style>
span { border-color: #C7B1BE; }
span { border-color: rgb(199,177,190); }
td.TdClassName
{
border-color: #C7B1BE;
}
.TagClassName
{
border-color: #C7B1BE;
}
</style>