Shades of Maverick #C2B1BC
Tints of Maverick #C2B1BC
RGB
CMYK
RGB Variations
Color information
#C2B1BC (or 0xC2B1BC) is known color: Maverick. HEX triplet: C2, B1 and BC. RGB value is (194,177,188). Sum of RGB (Red+Green+Blue) = 194+177+188=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1BC is #3D4E43. Grayscale: #B7B7B7. Windows color (decimal): -4017732 or 12366274. OLE color: 12366274.
HSL color Cylindrical-coordinate representation of color #C2B1BC: hue angle of 321.18º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2B1BC is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 188 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.24 |
| HSL | 321.18º | 0.12% | 0.73% | - |
| HSV(B) | 321.18º | 0.09% | 0.76% | - |
| XYZ | 47.05 | 46.54 | 54.08 | - |
| YUV | 183.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 188 | 0 | 0.09 | 0.03 | 0.24 | 321.18 | 0.12 | 0.73 |
| Hex | C2 | B1 | BC | 0 | 9 | 3 | 18 | 141 | C | 49 |
| Octal | 302 | 261 | 274 | 0 | 11 | 3 | 30 | 501 | 14 | 111 |
| Binary | 11000010 | 10110001 | 10111100 | 0 | 1001 | 11 | 11000 | 101000001 | 1100 | 1001001 |
Color Harmonies of #C2B1BC
Complementary color
Monochromatic Colors of #C2B1BC
Black with #C2B1BC
Text Example
Text Example
White with #C2B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B1BC; }
p { color: rgb(194,177,188); }
H1.HeaderClassName
{
color: #C2B1BC;
}
.AnyTagClassName
{
color: #C2B1BC;
}
</style>
background-color css
<style>
a { background-color: #C2B1BC; }
a { background-color: rgb(194,177,188); }
div.DivClassName
{
background-color: #C2B1BC;
}
.BgClassName
{
background-color: #C2B1BC;
}
</style>
border-color css
<style>
span { border-color: #C2B1BC; }
span { border-color: rgb(194,177,188); }
td.TdClassName
{
border-color: #C2B1BC;
}
.TagClassName
{
border-color: #C2B1BC;
}
</style>