Shades of Maverick #C4B4BC
Tints of Maverick #C4B4BC
RGB
CMYK
RGB Variations
Color information
#C4B4BC (or 0xC4B4BC) is known color: Maverick. HEX triplet: C4, B4 and BC. RGB value is (196,180,188). Sum of RGB (Red+Green+Blue) = 196+180+188=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4BC is #3B4B43. Grayscale: #B9B9B9. Windows color (decimal): -3885892 or 12367044. OLE color: 12367044.
HSL color Cylindrical-coordinate representation of color #C4B4BC: hue angle of 330º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4B4BC is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 188 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.23 |
| HSL | 330º | 0.12% | 0.74% | - |
| HSV(B) | 330º | 0.08% | 0.77% | - |
| XYZ | 48.16 | 48.01 | 54.31 | - |
| YUV | 185.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 188 | 0 | 0.08 | 0.04 | 0.23 | 330 | 0.12 | 0.74 |
| Hex | C4 | B4 | BC | 0 | 8 | 4 | 17 | 14A | C | 4A |
| Octal | 304 | 264 | 274 | 0 | 10 | 4 | 27 | 512 | 14 | 112 |
| Binary | 11000100 | 10110100 | 10111100 | 0 | 1000 | 100 | 10111 | 101001010 | 1100 | 1001010 |
Color Harmonies of #C4B4BC
Complementary color
Monochromatic Colors of #C4B4BC
Black with #C4B4BC
Text Example
Text Example
White with #C4B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B4BC; }
p { color: rgb(196,180,188); }
H1.HeaderClassName
{
color: #C4B4BC;
}
.AnyTagClassName
{
color: #C4B4BC;
}
</style>
background-color css
<style>
a { background-color: #C4B4BC; }
a { background-color: rgb(196,180,188); }
div.DivClassName
{
background-color: #C4B4BC;
}
.BgClassName
{
background-color: #C4B4BC;
}
</style>
border-color css
<style>
span { border-color: #C4B4BC; }
span { border-color: rgb(196,180,188); }
td.TdClassName
{
border-color: #C4B4BC;
}
.TagClassName
{
border-color: #C4B4BC;
}
</style>