Shades of Maverick #D5A6BF
Tints of Maverick #D5A6BF
RGB
CMYK
RGB Variations
Color information
#D5A6BF (or 0xD5A6BF) is known color: Maverick. HEX triplet: D5, A6 and BF. RGB value is (213,166,191). Sum of RGB (Red+Green+Blue) = 213+166+191=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6BF is #2A5940. Grayscale: #B6B6B6. Windows color (decimal): -2775361 or 12560085. OLE color: 12560085.
HSL color Cylindrical-coordinate representation of color #D5A6BF: hue angle of 328.09º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A6BF is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 191 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.16 |
| HSL | 328.09º | 0.36% | 0.74% | - |
| HSV(B) | 328.09º | 0.22% | 0.84% | - |
| XYZ | 50.48 | 45.18 | 55.35 | - |
| YUV | 182.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 191 | 0 | 0.22 | 0.10 | 0.16 | 328.09 | 0.36 | 0.74 |
| Hex | D5 | A6 | BF | 0 | 16 | A | 10 | 148 | 24 | 4A |
| Octal | 325 | 246 | 277 | 0 | 26 | 12 | 20 | 510 | 44 | 112 |
| Binary | 11010101 | 10100110 | 10111111 | 0 | 10110 | 1010 | 10000 | 101001000 | 100100 | 1001010 |
Color Harmonies of #D5A6BF
Complementary color
Monochromatic Colors of #D5A6BF
Black with #D5A6BF
Text Example
Text Example
White with #D5A6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A6BF; }
p { color: rgb(213,166,191); }
H1.HeaderClassName
{
color: #D5A6BF;
}
.AnyTagClassName
{
color: #D5A6BF;
}
</style>
background-color css
<style>
a { background-color: #D5A6BF; }
a { background-color: rgb(213,166,191); }
div.DivClassName
{
background-color: #D5A6BF;
}
.BgClassName
{
background-color: #D5A6BF;
}
</style>
border-color css
<style>
span { border-color: #D5A6BF; }
span { border-color: rgb(213,166,191); }
td.TdClassName
{
border-color: #D5A6BF;
}
.TagClassName
{
border-color: #D5A6BF;
}
</style>