Shades of Maverick #C5B1BB
Tints of Maverick #C5B1BB
RGB
CMYK
RGB Variations
Color information
#C5B1BB (or 0xC5B1BB) is known color: Maverick. HEX triplet: C5, B1 and BB. RGB value is (197,177,187). Sum of RGB (Red+Green+Blue) = 197+177+187=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1BB is #3A4E44. Grayscale: #B8B8B8. Windows color (decimal): -3821125 or 12300741. OLE color: 12300741.
HSL color Cylindrical-coordinate representation of color #C5B1BB: hue angle of 330º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B1BB is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 187 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.23 |
| HSL | 330º | 0.15% | 0.73% | - |
| HSV(B) | 330º | 0.1% | 0.77% | - |
| XYZ | 47.72 | 46.9 | 53.55 | - |
| YUV | 184.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 187 | 0 | 0.10 | 0.05 | 0.23 | 330 | 0.15 | 0.73 |
| Hex | C5 | B1 | BB | 0 | A | 5 | 17 | 14A | F | 49 |
| Octal | 305 | 261 | 273 | 0 | 12 | 5 | 27 | 512 | 17 | 111 |
| Binary | 11000101 | 10110001 | 10111011 | 0 | 1010 | 101 | 10111 | 101001010 | 1111 | 1001001 |
Color Harmonies of #C5B1BB
Complementary color
Monochromatic Colors of #C5B1BB
Black with #C5B1BB
Text Example
Text Example
White with #C5B1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B1BB; }
p { color: rgb(197,177,187); }
H1.HeaderClassName
{
color: #C5B1BB;
}
.AnyTagClassName
{
color: #C5B1BB;
}
</style>
background-color css
<style>
a { background-color: #C5B1BB; }
a { background-color: rgb(197,177,187); }
div.DivClassName
{
background-color: #C5B1BB;
}
.BgClassName
{
background-color: #C5B1BB;
}
</style>
border-color css
<style>
span { border-color: #C5B1BB; }
span { border-color: rgb(197,177,187); }
td.TdClassName
{
border-color: #C5B1BB;
}
.TagClassName
{
border-color: #C5B1BB;
}
</style>