Shades of Maverick #C4BBBF
Tints of Maverick #C4BBBF
RGB
CMYK
RGB Variations
Color information
#C4BBBF (or 0xC4BBBF) is known color: Maverick. HEX triplet: C4, BB and BF. RGB value is (196,187,191). Sum of RGB (Red+Green+Blue) = 196+187+191=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBBF is #3B4440. Grayscale: #BEBEBE. Windows color (decimal): -3884097 or 12565444. OLE color: 12565444.
HSL color Cylindrical-coordinate representation of color #C4BBBF: hue angle of 333.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BBBF is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 191 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.23 |
| HSL | 333.33º | 0.07% | 0.75% | - |
| HSV(B) | 333.33º | 0.05% | 0.77% | - |
| XYZ | 49.94 | 51.04 | 56.51 | - |
| YUV | 190.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 191 | 0 | 0.05 | 0.03 | 0.23 | 333.33 | 0.07 | 0.75 |
| Hex | C4 | BB | BF | 0 | 5 | 3 | 17 | 14D | 7 | 4B |
| Octal | 304 | 273 | 277 | 0 | 5 | 3 | 27 | 515 | 7 | 113 |
| Binary | 11000100 | 10111011 | 10111111 | 0 | 101 | 11 | 10111 | 101001101 | 111 | 1001011 |
Color Harmonies of #C4BBBF
Complementary color
Monochromatic Colors of #C4BBBF
Black with #C4BBBF
Text Example
Text Example
White with #C4BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBBF; }
p { color: rgb(196,187,191); }
H1.HeaderClassName
{
color: #C4BBBF;
}
.AnyTagClassName
{
color: #C4BBBF;
}
</style>
background-color css
<style>
a { background-color: #C4BBBF; }
a { background-color: rgb(196,187,191); }
div.DivClassName
{
background-color: #C4BBBF;
}
.BgClassName
{
background-color: #C4BBBF;
}
</style>
border-color css
<style>
span { border-color: #C4BBBF; }
span { border-color: rgb(196,187,191); }
td.TdClassName
{
border-color: #C4BBBF;
}
.TagClassName
{
border-color: #C4BBBF;
}
</style>