Shades of Maverick #D6A3BF
Tints of Maverick #D6A3BF
RGB
CMYK
RGB Variations
Color information
#D6A3BF (or 0xD6A3BF) is known color: Maverick. HEX triplet: D6, A3 and BF. RGB value is (214,163,191). Sum of RGB (Red+Green+Blue) = 214+163+191=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A3BF is #295C40. Grayscale: #B5B5B5. Windows color (decimal): -2710593 or 12559318. OLE color: 12559318.
HSL color Cylindrical-coordinate representation of color #D6A3BF: hue angle of 327.06º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A3BF is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 191 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.16 |
| HSL | 327.06º | 0.38% | 0.74% | - |
| HSV(B) | 327.06º | 0.24% | 0.84% | - |
| XYZ | 50.23 | 44.25 | 55.18 | - |
| YUV | 181.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 191 | 0 | 0.24 | 0.11 | 0.16 | 327.06 | 0.38 | 0.74 |
| Hex | D6 | A3 | BF | 0 | 18 | B | 10 | 147 | 26 | 4A |
| Octal | 326 | 243 | 277 | 0 | 30 | 13 | 20 | 507 | 46 | 112 |
| Binary | 11010110 | 10100011 | 10111111 | 0 | 11000 | 1011 | 10000 | 101000111 | 100110 | 1001010 |
Color Harmonies of #D6A3BF
Complementary color
Monochromatic Colors of #D6A3BF
Black with #D6A3BF
Text Example
Text Example
White with #D6A3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A3BF; }
p { color: rgb(214,163,191); }
H1.HeaderClassName
{
color: #D6A3BF;
}
.AnyTagClassName
{
color: #D6A3BF;
}
</style>
background-color css
<style>
a { background-color: #D6A3BF; }
a { background-color: rgb(214,163,191); }
div.DivClassName
{
background-color: #D6A3BF;
}
.BgClassName
{
background-color: #D6A3BF;
}
</style>
border-color css
<style>
span { border-color: #D6A3BF; }
span { border-color: rgb(214,163,191); }
td.TdClassName
{
border-color: #D6A3BF;
}
.TagClassName
{
border-color: #D6A3BF;
}
</style>