Shades of Maverick #C4BCBF
Tints of Maverick #C4BCBF
RGB
CMYK
RGB Variations
Color information
#C4BCBF (or 0xC4BCBF) is known color: Maverick. HEX triplet: C4, BC and BF. RGB value is (196,188,191). Sum of RGB (Red+Green+Blue) = 196+188+191=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCBF is #3B4340. Grayscale: #BEBEBE. Windows color (decimal): -3883841 or 12565700. OLE color: 12565700.
HSL color Cylindrical-coordinate representation of color #C4BCBF: hue angle of 337.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4BCBF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 191 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.23 |
| HSL | 337.5º | 0.06% | 0.75% | - |
| HSV(B) | 337.5º | 0.04% | 0.77% | - |
| XYZ | 50.15 | 51.46 | 56.58 | - |
| YUV | 190.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 191 | 0 | 0.04 | 0.03 | 0.23 | 337.5 | 0.06 | 0.75 |
| Hex | C4 | BC | BF | 0 | 4 | 3 | 17 | 152 | 6 | 4B |
| Octal | 304 | 274 | 277 | 0 | 4 | 3 | 27 | 522 | 6 | 113 |
| Binary | 11000100 | 10111100 | 10111111 | 0 | 100 | 11 | 10111 | 101010010 | 110 | 1001011 |
Color Harmonies of #C4BCBF
Complementary color
Monochromatic Colors of #C4BCBF
Black with #C4BCBF
Text Example
Text Example
White with #C4BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCBF; }
p { color: rgb(196,188,191); }
H1.HeaderClassName
{
color: #C4BCBF;
}
.AnyTagClassName
{
color: #C4BCBF;
}
</style>
background-color css
<style>
a { background-color: #C4BCBF; }
a { background-color: rgb(196,188,191); }
div.DivClassName
{
background-color: #C4BCBF;
}
.BgClassName
{
background-color: #C4BCBF;
}
</style>
border-color css
<style>
span { border-color: #C4BCBF; }
span { border-color: rgb(196,188,191); }
td.TdClassName
{
border-color: #C4BCBF;
}
.TagClassName
{
border-color: #C4BCBF;
}
</style>