Shades of Maverick #D1BACB
Tints of Maverick #D1BACB
RGB
CMYK
RGB Variations
Color information
#D1BACB (or 0xD1BACB) is known color: Maverick. HEX triplet: D1, BA and CB. RGB value is (209,186,203). Sum of RGB (Red+Green+Blue) = 209+186+203=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BACB is #2E4534. Grayscale: #C2C2C2. Windows color (decimal): -3032373 or 13351633. OLE color: 13351633.
HSL color Cylindrical-coordinate representation of color #D1BACB: hue angle of 315.65º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BACB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 203 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.18 |
| HSL | 315.65º | 0.2% | 0.77% | - |
| HSV(B) | 315.65º | 0.11% | 0.82% | - |
| XYZ | 54.63 | 52.98 | 63.85 | - |
| YUV | 194.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 203 | 0 | 0.11 | 0.03 | 0.18 | 315.65 | 0.2 | 0.77 |
| Hex | D1 | BA | CB | 0 | B | 3 | 12 | 13C | 14 | 4D |
| Octal | 321 | 272 | 313 | 0 | 13 | 3 | 22 | 474 | 24 | 115 |
| Binary | 11010001 | 10111010 | 11001011 | 0 | 1011 | 11 | 10010 | 100111100 | 10100 | 1001101 |
Color Harmonies of #D1BACB
Complementary color
Monochromatic Colors of #D1BACB
Black with #D1BACB
Text Example
Text Example
White with #D1BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BACB; }
p { color: rgb(209,186,203); }
H1.HeaderClassName
{
color: #D1BACB;
}
.AnyTagClassName
{
color: #D1BACB;
}
</style>
background-color css
<style>
a { background-color: #D1BACB; }
a { background-color: rgb(209,186,203); }
div.DivClassName
{
background-color: #D1BACB;
}
.BgClassName
{
background-color: #D1BACB;
}
</style>
border-color css
<style>
span { border-color: #D1BACB; }
span { border-color: rgb(209,186,203); }
td.TdClassName
{
border-color: #D1BACB;
}
.TagClassName
{
border-color: #D1BACB;
}
</style>