Shades of Maverick #C4B7BF
Tints of Maverick #C4B7BF
RGB
CMYK
RGB Variations
Color information
#C4B7BF (or 0xC4B7BF) is known color: Maverick. HEX triplet: C4, B7 and BF. RGB value is (196,183,191). Sum of RGB (Red+Green+Blue) = 196+183+191=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7BF is #3B4840. Grayscale: #BBBBBB. Windows color (decimal): -3885121 or 12564420. OLE color: 12564420.
HSL color Cylindrical-coordinate representation of color #C4B7BF: hue angle of 323.08º 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 #C4B7BF is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 191 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.23 |
| HSL | 323.08º | 0.1% | 0.74% | - |
| HSV(B) | 323.08º | 0.07% | 0.77% | - |
| XYZ | 49.1 | 49.36 | 56.23 | - |
| YUV | 187.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 191 | 0 | 0.07 | 0.03 | 0.23 | 323.08 | 0.1 | 0.74 |
| Hex | C4 | B7 | BF | 0 | 7 | 3 | 17 | 143 | A | 4A |
| Octal | 304 | 267 | 277 | 0 | 7 | 3 | 27 | 503 | 12 | 112 |
| Binary | 11000100 | 10110111 | 10111111 | 0 | 111 | 11 | 10111 | 101000011 | 1010 | 1001010 |
Color Harmonies of #C4B7BF
Complementary color
Monochromatic Colors of #C4B7BF
Black with #C4B7BF
Text Example
Text Example
White with #C4B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B7BF; }
p { color: rgb(196,183,191); }
H1.HeaderClassName
{
color: #C4B7BF;
}
.AnyTagClassName
{
color: #C4B7BF;
}
</style>
background-color css
<style>
a { background-color: #C4B7BF; }
a { background-color: rgb(196,183,191); }
div.DivClassName
{
background-color: #C4B7BF;
}
.BgClassName
{
background-color: #C4B7BF;
}
</style>
border-color css
<style>
span { border-color: #C4B7BF; }
span { border-color: rgb(196,183,191); }
td.TdClassName
{
border-color: #C4B7BF;
}
.TagClassName
{
border-color: #C4B7BF;
}
</style>