Shades of Maverick #C3B1BC
Tints of Maverick #C3B1BC
RGB
CMYK
RGB Variations
Color information
#C3B1BC (or 0xC3B1BC) is known color: Maverick. HEX triplet: C3, B1 and BC. RGB value is (195,177,188). Sum of RGB (Red+Green+Blue) = 195+177+188=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1BC is #3C4E43. Grayscale: #B7B7B7. Windows color (decimal): -3952196 or 12366275. OLE color: 12366275.
HSL color Cylindrical-coordinate representation of color #C3B1BC: hue angle of 323.33º degrees, saturation: 0.13, 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 #C3B1BC is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 177 | 188 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.24 |
| HSL | 323.33º | 0.13% | 0.73% | - |
| HSV(B) | 323.33º | 0.09% | 0.76% | - |
| XYZ | 47.3 | 46.68 | 54.09 | - |
| YUV | 183.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 177 | 188 | 0 | 0.09 | 0.04 | 0.24 | 323.33 | 0.13 | 0.73 |
| Hex | C3 | B1 | BC | 0 | 9 | 4 | 18 | 143 | D | 49 |
| Octal | 303 | 261 | 274 | 0 | 11 | 4 | 30 | 503 | 15 | 111 |
| Binary | 11000011 | 10110001 | 10111100 | 0 | 1001 | 100 | 11000 | 101000011 | 1101 | 1001001 |
Color Harmonies of #C3B1BC
Complementary color
Monochromatic Colors of #C3B1BC
Black with #C3B1BC
Text Example
Text Example
White with #C3B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B1BC; }
p { color: rgb(195,177,188); }
H1.HeaderClassName
{
color: #C3B1BC;
}
.AnyTagClassName
{
color: #C3B1BC;
}
</style>
background-color css
<style>
a { background-color: #C3B1BC; }
a { background-color: rgb(195,177,188); }
div.DivClassName
{
background-color: #C3B1BC;
}
.BgClassName
{
background-color: #C3B1BC;
}
</style>
border-color css
<style>
span { border-color: #C3B1BC; }
span { border-color: rgb(195,177,188); }
td.TdClassName
{
border-color: #C3B1BC;
}
.TagClassName
{
border-color: #C3B1BC;
}
</style>