Shades of Maverick #C4B0BA
Tints of Maverick #C4B0BA
RGB
CMYK
RGB Variations
Color information
#C4B0BA (or 0xC4B0BA) is known color: Maverick. HEX triplet: C4, B0 and BA. RGB value is (196,176,186). Sum of RGB (Red+Green+Blue) = 196+176+186=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B0BA is #3B4F45. Grayscale: #B7B7B7. Windows color (decimal): -3886918 or 12234948. OLE color: 12234948.
HSL color Cylindrical-coordinate representation of color #C4B0BA: hue angle of 330º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4B0BA is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 186 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.23 |
| HSL | 330º | 0.14% | 0.73% | - |
| HSV(B) | 330º | 0.1% | 0.77% | - |
| XYZ | 47.15 | 46.33 | 52.91 | - |
| YUV | 183.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 186 | 0 | 0.10 | 0.05 | 0.23 | 330 | 0.14 | 0.73 |
| Hex | C4 | B0 | BA | 0 | A | 5 | 17 | 14A | E | 49 |
| Octal | 304 | 260 | 272 | 0 | 12 | 5 | 27 | 512 | 16 | 111 |
| Binary | 11000100 | 10110000 | 10111010 | 0 | 1010 | 101 | 10111 | 101001010 | 1110 | 1001001 |
Color Harmonies of #C4B0BA
Complementary color
Monochromatic Colors of #C4B0BA
Black with #C4B0BA
Text Example
Text Example
White with #C4B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B0BA; }
p { color: rgb(196,176,186); }
H1.HeaderClassName
{
color: #C4B0BA;
}
.AnyTagClassName
{
color: #C4B0BA;
}
</style>
background-color css
<style>
a { background-color: #C4B0BA; }
a { background-color: rgb(196,176,186); }
div.DivClassName
{
background-color: #C4B0BA;
}
.BgClassName
{
background-color: #C4B0BA;
}
</style>
border-color css
<style>
span { border-color: #C4B0BA; }
span { border-color: rgb(196,176,186); }
td.TdClassName
{
border-color: #C4B0BA;
}
.TagClassName
{
border-color: #C4B0BA;
}
</style>