Shades of Maverick #D0A2BF
Tints of Maverick #D0A2BF
RGB
CMYK
RGB Variations
Color information
#D0A2BF (or 0xD0A2BF) is known color: Maverick. HEX triplet: D0, A2 and BF. RGB value is (208,162,191). Sum of RGB (Red+Green+Blue) = 208+162+191=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2BF is #2F5D40. Grayscale: #B2B2B2. Windows color (decimal): -3104065 or 12559056. OLE color: 12559056.
HSL color Cylindrical-coordinate representation of color #D0A2BF: hue angle of 322.17º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A2BF is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 191 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.18 |
| HSL | 322.17º | 0.33% | 0.73% | - |
| HSV(B) | 322.17º | 0.22% | 0.82% | - |
| XYZ | 48.34 | 43.01 | 55.04 | - |
| YUV | 179.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 191 | 0 | 0.22 | 0.08 | 0.18 | 322.17 | 0.33 | 0.73 |
| Hex | D0 | A2 | BF | 0 | 16 | 8 | 12 | 142 | 21 | 49 |
| Octal | 320 | 242 | 277 | 0 | 26 | 10 | 22 | 502 | 41 | 111 |
| Binary | 11010000 | 10100010 | 10111111 | 0 | 10110 | 1000 | 10010 | 101000010 | 100001 | 1001001 |
Color Harmonies of #D0A2BF
Complementary color
Monochromatic Colors of #D0A2BF
Black with #D0A2BF
Text Example
Text Example
White with #D0A2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2BF; }
p { color: rgb(208,162,191); }
H1.HeaderClassName
{
color: #D0A2BF;
}
.AnyTagClassName
{
color: #D0A2BF;
}
</style>
background-color css
<style>
a { background-color: #D0A2BF; }
a { background-color: rgb(208,162,191); }
div.DivClassName
{
background-color: #D0A2BF;
}
.BgClassName
{
background-color: #D0A2BF;
}
</style>
border-color css
<style>
span { border-color: #D0A2BF; }
span { border-color: rgb(208,162,191); }
td.TdClassName
{
border-color: #D0A2BF;
}
.TagClassName
{
border-color: #D0A2BF;
}
</style>