Shades of Maverick #C7B1BF
Tints of Maverick #C7B1BF
RGB
CMYK
RGB Variations
Color information
#C7B1BF (or 0xC7B1BF) is known color: Maverick. HEX triplet: C7, B1 and BF. RGB value is (199,177,191). Sum of RGB (Red+Green+Blue) = 199+177+191=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1BF is #384E40. Grayscale: #B9B9B9. Windows color (decimal): -3690049 or 12562887. OLE color: 12562887.
HSL color Cylindrical-coordinate representation of color #C7B1BF: hue angle of 321.82º 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 #C7B1BF is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 191 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.22 |
| HSL | 321.82º | 0.16% | 0.74% | - |
| HSV(B) | 321.82º | 0.11% | 0.78% | - |
| XYZ | 48.68 | 47.35 | 55.86 | - |
| YUV | 185.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 191 | 0 | 0.11 | 0.04 | 0.22 | 321.82 | 0.16 | 0.74 |
| Hex | C7 | B1 | BF | 0 | B | 4 | 16 | 142 | 10 | 4A |
| Octal | 307 | 261 | 277 | 0 | 13 | 4 | 26 | 502 | 20 | 112 |
| Binary | 11000111 | 10110001 | 10111111 | 0 | 1011 | 100 | 10110 | 101000010 | 10000 | 1001010 |
Color Harmonies of #C7B1BF
Complementary color
Monochromatic Colors of #C7B1BF
Black with #C7B1BF
Text Example
Text Example
White with #C7B1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B1BF; }
p { color: rgb(199,177,191); }
H1.HeaderClassName
{
color: #C7B1BF;
}
.AnyTagClassName
{
color: #C7B1BF;
}
</style>
background-color css
<style>
a { background-color: #C7B1BF; }
a { background-color: rgb(199,177,191); }
div.DivClassName
{
background-color: #C7B1BF;
}
.BgClassName
{
background-color: #C7B1BF;
}
</style>
border-color css
<style>
span { border-color: #C7B1BF; }
span { border-color: rgb(199,177,191); }
td.TdClassName
{
border-color: #C7B1BF;
}
.TagClassName
{
border-color: #C7B1BF;
}
</style>