Shades of Maverick #C4B3BC
Tints of Maverick #C4B3BC
RGB
CMYK
RGB Variations
Color information
#C4B3BC (or 0xC4B3BC) is known color: Maverick. HEX triplet: C4, B3 and BC. RGB value is (196,179,188). Sum of RGB (Red+Green+Blue) = 196+179+188=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3BC is #3B4C43. Grayscale: #B9B9B9. Windows color (decimal): -3886148 or 12366788. OLE color: 12366788.
HSL color Cylindrical-coordinate representation of color #C4B3BC: hue angle of 328.24º 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 #C4B3BC is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 188 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.23 |
| HSL | 328.24º | 0.13% | 0.74% | - |
| HSV(B) | 328.24º | 0.09% | 0.77% | - |
| XYZ | 47.96 | 47.61 | 54.24 | - |
| YUV | 185.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 188 | 0 | 0.09 | 0.04 | 0.23 | 328.24 | 0.13 | 0.74 |
| Hex | C4 | B3 | BC | 0 | 9 | 4 | 17 | 148 | D | 4A |
| Octal | 304 | 263 | 274 | 0 | 11 | 4 | 27 | 510 | 15 | 112 |
| Binary | 11000100 | 10110011 | 10111100 | 0 | 1001 | 100 | 10111 | 101001000 | 1101 | 1001010 |
Color Harmonies of #C4B3BC
Complementary color
Monochromatic Colors of #C4B3BC
Black with #C4B3BC
Text Example
Text Example
White with #C4B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B3BC; }
p { color: rgb(196,179,188); }
H1.HeaderClassName
{
color: #C4B3BC;
}
.AnyTagClassName
{
color: #C4B3BC;
}
</style>
background-color css
<style>
a { background-color: #C4B3BC; }
a { background-color: rgb(196,179,188); }
div.DivClassName
{
background-color: #C4B3BC;
}
.BgClassName
{
background-color: #C4B3BC;
}
</style>
border-color css
<style>
span { border-color: #C4B3BC; }
span { border-color: rgb(196,179,188); }
td.TdClassName
{
border-color: #C4B3BC;
}
.TagClassName
{
border-color: #C4B3BC;
}
</style>