Shades of Maverick #D6A6BE
Tints of Maverick #D6A6BE
RGB
CMYK
RGB Variations
Color information
#D6A6BE (or 0xD6A6BE) is known color: Maverick. HEX triplet: D6, A6 and BE. RGB value is (214,166,190). Sum of RGB (Red+Green+Blue) = 214+166+190=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6BE is #295941. Grayscale: #B7B7B7. Windows color (decimal): -2709826 or 12494550. OLE color: 12494550.
HSL color Cylindrical-coordinate representation of color #D6A6BE: hue angle of 330º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6A6BE is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 190 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.16 |
| HSL | 330º | 0.37% | 0.75% | - |
| HSV(B) | 330º | 0.22% | 0.84% | - |
| XYZ | 50.66 | 45.29 | 54.79 | - |
| YUV | 183.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 190 | 0 | 0.22 | 0.11 | 0.16 | 330 | 0.37 | 0.75 |
| Hex | D6 | A6 | BE | 0 | 16 | B | 10 | 14A | 25 | 4B |
| Octal | 326 | 246 | 276 | 0 | 26 | 13 | 20 | 512 | 45 | 113 |
| Binary | 11010110 | 10100110 | 10111110 | 0 | 10110 | 1011 | 10000 | 101001010 | 100101 | 1001011 |
Color Harmonies of #D6A6BE
Complementary color
Monochromatic Colors of #D6A6BE
Black with #D6A6BE
Text Example
Text Example
White with #D6A6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A6BE; }
p { color: rgb(214,166,190); }
H1.HeaderClassName
{
color: #D6A6BE;
}
.AnyTagClassName
{
color: #D6A6BE;
}
</style>
background-color css
<style>
a { background-color: #D6A6BE; }
a { background-color: rgb(214,166,190); }
div.DivClassName
{
background-color: #D6A6BE;
}
.BgClassName
{
background-color: #D6A6BE;
}
</style>
border-color css
<style>
span { border-color: #D6A6BE; }
span { border-color: rgb(214,166,190); }
td.TdClassName
{
border-color: #D6A6BE;
}
.TagClassName
{
border-color: #D6A6BE;
}
</style>