Shades of Maverick #C4B7BC
Tints of Maverick #C4B7BC
RGB
CMYK
RGB Variations
Color information
#C4B7BC (or 0xC4B7BC) is known color: Maverick. HEX triplet: C4, B7 and BC. RGB value is (196,183,188). Sum of RGB (Red+Green+Blue) = 196+183+188=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7BC is #3B4843. Grayscale: #BBBBBB. Windows color (decimal): -3885124 or 12367812. OLE color: 12367812.
HSL color Cylindrical-coordinate representation of color #C4B7BC: hue angle of 336.92º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4B7BC is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 188 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.23 |
| HSL | 336.92º | 0.1% | 0.74% | - |
| HSV(B) | 336.92º | 0.07% | 0.77% | - |
| XYZ | 48.78 | 49.23 | 54.51 | - |
| YUV | 187.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 188 | 0 | 0.07 | 0.04 | 0.23 | 336.92 | 0.1 | 0.74 |
| Hex | C4 | B7 | BC | 0 | 7 | 4 | 17 | 151 | A | 4A |
| Octal | 304 | 267 | 274 | 0 | 7 | 4 | 27 | 521 | 12 | 112 |
| Binary | 11000100 | 10110111 | 10111100 | 0 | 111 | 100 | 10111 | 101010001 | 1010 | 1001010 |
Color Harmonies of #C4B7BC
Complementary color
Monochromatic Colors of #C4B7BC
Black with #C4B7BC
Text Example
Text Example
White with #C4B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B7BC; }
p { color: rgb(196,183,188); }
H1.HeaderClassName
{
color: #C4B7BC;
}
.AnyTagClassName
{
color: #C4B7BC;
}
</style>
background-color css
<style>
a { background-color: #C4B7BC; }
a { background-color: rgb(196,183,188); }
div.DivClassName
{
background-color: #C4B7BC;
}
.BgClassName
{
background-color: #C4B7BC;
}
</style>
border-color css
<style>
span { border-color: #C4B7BC; }
span { border-color: rgb(196,183,188); }
td.TdClassName
{
border-color: #C4B7BC;
}
.TagClassName
{
border-color: #C4B7BC;
}
</style>