Shades of Maverick #D5A2BF
Tints of Maverick #D5A2BF
RGB
CMYK
RGB Variations
Color information
#D5A2BF (or 0xD5A2BF) is known color: Maverick. HEX triplet: D5, A2 and BF. RGB value is (213,162,191). Sum of RGB (Red+Green+Blue) = 213+162+191=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2BF is #2A5D40. Grayscale: #B4B4B4. Windows color (decimal): -2776385 or 12559061. OLE color: 12559061.
HSL color Cylindrical-coordinate representation of color #D5A2BF: hue angle of 325.88º 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 #D5A2BF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 191 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.16 |
| HSL | 325.88º | 0.38% | 0.74% | - |
| HSV(B) | 325.88º | 0.24% | 0.84% | - |
| XYZ | 49.76 | 43.75 | 55.11 | - |
| YUV | 180.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 191 | 0 | 0.24 | 0.10 | 0.16 | 325.88 | 0.38 | 0.74 |
| Hex | D5 | A2 | BF | 0 | 18 | A | 10 | 146 | 26 | 4A |
| Octal | 325 | 242 | 277 | 0 | 30 | 12 | 20 | 506 | 46 | 112 |
| Binary | 11010101 | 10100010 | 10111111 | 0 | 11000 | 1010 | 10000 | 101000110 | 100110 | 1001010 |
Color Harmonies of #D5A2BF
Complementary color
Monochromatic Colors of #D5A2BF
Black with #D5A2BF
Text Example
Text Example
White with #D5A2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2BF; }
p { color: rgb(213,162,191); }
H1.HeaderClassName
{
color: #D5A2BF;
}
.AnyTagClassName
{
color: #D5A2BF;
}
</style>
background-color css
<style>
a { background-color: #D5A2BF; }
a { background-color: rgb(213,162,191); }
div.DivClassName
{
background-color: #D5A2BF;
}
.BgClassName
{
background-color: #D5A2BF;
}
</style>
border-color css
<style>
span { border-color: #D5A2BF; }
span { border-color: rgb(213,162,191); }
td.TdClassName
{
border-color: #D5A2BF;
}
.TagClassName
{
border-color: #D5A2BF;
}
</style>