Shades of Maverick #C7B1BC
Tints of Maverick #C7B1BC
RGB
CMYK
RGB Variations
Color information
#C7B1BC (or 0xC7B1BC) is known color: Maverick. HEX triplet: C7, B1 and BC. RGB value is (199,177,188). Sum of RGB (Red+Green+Blue) = 199+177+188=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1BC is #384E43. Grayscale: #B8B8B8. Windows color (decimal): -3690052 or 12366279. OLE color: 12366279.
HSL color Cylindrical-coordinate representation of color #C7B1BC: hue angle of 330º 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 #C7B1BC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 188 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.22 |
| HSL | 330º | 0.16% | 0.74% | - |
| HSV(B) | 330º | 0.11% | 0.78% | - |
| XYZ | 48.35 | 47.22 | 54.14 | - |
| YUV | 184.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 188 | 0 | 0.11 | 0.06 | 0.22 | 330 | 0.16 | 0.74 |
| Hex | C7 | B1 | BC | 0 | B | 6 | 16 | 14A | 10 | 4A |
| Octal | 307 | 261 | 274 | 0 | 13 | 6 | 26 | 512 | 20 | 112 |
| Binary | 11000111 | 10110001 | 10111100 | 0 | 1011 | 110 | 10110 | 101001010 | 10000 | 1001010 |
Color Harmonies of #C7B1BC
Complementary color
Monochromatic Colors of #C7B1BC
Black with #C7B1BC
Text Example
Text Example
White with #C7B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B1BC; }
p { color: rgb(199,177,188); }
H1.HeaderClassName
{
color: #C7B1BC;
}
.AnyTagClassName
{
color: #C7B1BC;
}
</style>
background-color css
<style>
a { background-color: #C7B1BC; }
a { background-color: rgb(199,177,188); }
div.DivClassName
{
background-color: #C7B1BC;
}
.BgClassName
{
background-color: #C7B1BC;
}
</style>
border-color css
<style>
span { border-color: #C7B1BC; }
span { border-color: rgb(199,177,188); }
td.TdClassName
{
border-color: #C7B1BC;
}
.TagClassName
{
border-color: #C7B1BC;
}
</style>