Shades of Maverick #D2A6BF
Tints of Maverick #D2A6BF
RGB
CMYK
RGB Variations
Color information
#D2A6BF (or 0xD2A6BF) is known color: Maverick. HEX triplet: D2, A6 and BF. RGB value is (210,166,191). Sum of RGB (Red+Green+Blue) = 210+166+191=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6BF is #2D5940. Grayscale: #B5B5B5. Windows color (decimal): -2971969 or 12560082. OLE color: 12560082.
HSL color Cylindrical-coordinate representation of color #D2A6BF: hue angle of 325.91º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A6BF is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 191 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.18 |
| HSL | 325.91º | 0.33% | 0.74% | - |
| HSV(B) | 325.91º | 0.21% | 0.82% | - |
| XYZ | 49.62 | 44.74 | 55.31 | - |
| YUV | 182.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 191 | 0 | 0.21 | 0.09 | 0.18 | 325.91 | 0.33 | 0.74 |
| Hex | D2 | A6 | BF | 0 | 15 | 9 | 12 | 146 | 21 | 4A |
| Octal | 322 | 246 | 277 | 0 | 25 | 11 | 22 | 506 | 41 | 112 |
| Binary | 11010010 | 10100110 | 10111111 | 0 | 10101 | 1001 | 10010 | 101000110 | 100001 | 1001010 |
Color Harmonies of #D2A6BF
Complementary color
Monochromatic Colors of #D2A6BF
Black with #D2A6BF
Text Example
Text Example
White with #D2A6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A6BF; }
p { color: rgb(210,166,191); }
H1.HeaderClassName
{
color: #D2A6BF;
}
.AnyTagClassName
{
color: #D2A6BF;
}
</style>
background-color css
<style>
a { background-color: #D2A6BF; }
a { background-color: rgb(210,166,191); }
div.DivClassName
{
background-color: #D2A6BF;
}
.BgClassName
{
background-color: #D2A6BF;
}
</style>
border-color css
<style>
span { border-color: #D2A6BF; }
span { border-color: rgb(210,166,191); }
td.TdClassName
{
border-color: #D2A6BF;
}
.TagClassName
{
border-color: #D2A6BF;
}
</style>