Shades of Maverick #C4B3BB
Tints of Maverick #C4B3BB
RGB
CMYK
RGB Variations
Color information
#C4B3BB (or 0xC4B3BB) is known color: Maverick. HEX triplet: C4, B3 and BB. RGB value is (196,179,187). Sum of RGB (Red+Green+Blue) = 196+179+187=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3BB is #3B4C44. Grayscale: #B8B8B8. Windows color (decimal): -3886149 or 12301252. OLE color: 12301252.
HSL color Cylindrical-coordinate representation of color #C4B3BB: hue angle of 331.76º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4B3BB is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 187 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.23 |
| HSL | 331.76º | 0.13% | 0.74% | - |
| HSV(B) | 331.76º | 0.09% | 0.77% | - |
| XYZ | 47.85 | 47.56 | 53.67 | - |
| YUV | 185 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 187 | 0 | 0.09 | 0.05 | 0.23 | 331.76 | 0.13 | 0.74 |
| Hex | C4 | B3 | BB | 0 | 9 | 5 | 17 | 14C | D | 4A |
| Octal | 304 | 263 | 273 | 0 | 11 | 5 | 27 | 514 | 15 | 112 |
| Binary | 11000100 | 10110011 | 10111011 | 0 | 1001 | 101 | 10111 | 101001100 | 1101 | 1001010 |
Color Harmonies of #C4B3BB
Complementary color
Monochromatic Colors of #C4B3BB
Black with #C4B3BB
Text Example
Text Example
White with #C4B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B3BB; }
p { color: rgb(196,179,187); }
H1.HeaderClassName
{
color: #C4B3BB;
}
.AnyTagClassName
{
color: #C4B3BB;
}
</style>
background-color css
<style>
a { background-color: #C4B3BB; }
a { background-color: rgb(196,179,187); }
div.DivClassName
{
background-color: #C4B3BB;
}
.BgClassName
{
background-color: #C4B3BB;
}
</style>
border-color css
<style>
span { border-color: #C4B3BB; }
span { border-color: rgb(196,179,187); }
td.TdClassName
{
border-color: #C4B3BB;
}
.TagClassName
{
border-color: #C4B3BB;
}
</style>