Shades of Maverick #D1A9BB
Tints of Maverick #D1A9BB
RGB
CMYK
RGB Variations
Color information
#D1A9BB (or 0xD1A9BB) is known color: Maverick. HEX triplet: D1, A9 and BB. RGB value is (209,169,187). Sum of RGB (Red+Green+Blue) = 209+169+187=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A9BB is #2E5644. Grayscale: #B6B6B6. Windows color (decimal): -3036741 or 12298705. OLE color: 12298705.
HSL color Cylindrical-coordinate representation of color #D1A9BB: hue angle of 333º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1A9BB is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 169 | 187 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.18 |
| HSL | 333º | 0.3% | 0.74% | - |
| HSV(B) | 333º | 0.19% | 0.82% | - |
| XYZ | 49.45 | 45.52 | 53.19 | - |
| YUV | 183.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 169 | 187 | 0 | 0.19 | 0.11 | 0.18 | 333 | 0.3 | 0.74 |
| Hex | D1 | A9 | BB | 0 | 13 | B | 12 | 14D | 1E | 4A |
| Octal | 321 | 251 | 273 | 0 | 23 | 13 | 22 | 515 | 36 | 112 |
| Binary | 11010001 | 10101001 | 10111011 | 0 | 10011 | 1011 | 10010 | 101001101 | 11110 | 1001010 |
Color Harmonies of #D1A9BB
Complementary color
Monochromatic Colors of #D1A9BB
Black with #D1A9BB
Text Example
Text Example
White with #D1A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A9BB; }
p { color: rgb(209,169,187); }
H1.HeaderClassName
{
color: #D1A9BB;
}
.AnyTagClassName
{
color: #D1A9BB;
}
</style>
background-color css
<style>
a { background-color: #D1A9BB; }
a { background-color: rgb(209,169,187); }
div.DivClassName
{
background-color: #D1A9BB;
}
.BgClassName
{
background-color: #D1A9BB;
}
</style>
border-color css
<style>
span { border-color: #D1A9BB; }
span { border-color: rgb(209,169,187); }
td.TdClassName
{
border-color: #D1A9BB;
}
.TagClassName
{
border-color: #D1A9BB;
}
</style>