Shades of Maverick #D0A6BB
Tints of Maverick #D0A6BB
RGB
CMYK
RGB Variations
Color information
#D0A6BB (or 0xD0A6BB) is known color: Maverick. HEX triplet: D0, A6 and BB. RGB value is (208,166,187). Sum of RGB (Red+Green+Blue) = 208+166+187=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6BB is #2F5944. Grayscale: #B4B4B4. Windows color (decimal): -3103045 or 12297936. OLE color: 12297936.
HSL color Cylindrical-coordinate representation of color #D0A6BB: hue angle of 330º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6BB is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 187 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.18 |
| HSL | 330º | 0.31% | 0.73% | - |
| HSV(B) | 330º | 0.2% | 0.82% | - |
| XYZ | 48.62 | 44.27 | 53 | - |
| YUV | 180.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 187 | 0 | 0.20 | 0.10 | 0.18 | 330 | 0.31 | 0.73 |
| Hex | D0 | A6 | BB | 0 | 14 | A | 12 | 14A | 1F | 49 |
| Octal | 320 | 246 | 273 | 0 | 24 | 12 | 22 | 512 | 37 | 111 |
| Binary | 11010000 | 10100110 | 10111011 | 0 | 10100 | 1010 | 10010 | 101001010 | 11111 | 1001001 |
Color Harmonies of #D0A6BB
Complementary color
Monochromatic Colors of #D0A6BB
Black with #D0A6BB
Text Example
Text Example
White with #D0A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6BB; }
p { color: rgb(208,166,187); }
H1.HeaderClassName
{
color: #D0A6BB;
}
.AnyTagClassName
{
color: #D0A6BB;
}
</style>
background-color css
<style>
a { background-color: #D0A6BB; }
a { background-color: rgb(208,166,187); }
div.DivClassName
{
background-color: #D0A6BB;
}
.BgClassName
{
background-color: #D0A6BB;
}
</style>
border-color css
<style>
span { border-color: #D0A6BB; }
span { border-color: rgb(208,166,187); }
td.TdClassName
{
border-color: #D0A6BB;
}
.TagClassName
{
border-color: #D0A6BB;
}
</style>