Shades of Maverick #D1AAC0
Tints of Maverick #D1AAC0
RGB
CMYK
RGB Variations
Color information
#D1AAC0 (or 0xD1AAC0) is known color: Maverick. HEX triplet: D1, AA and C0. RGB value is (209,170,192). Sum of RGB (Red+Green+Blue) = 209+170+192=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AAC0 is #2E553F. Grayscale: #B8B8B8. Windows color (decimal): -3036480 or 12626641. OLE color: 12626641.
HSL color Cylindrical-coordinate representation of color #D1AAC0: hue angle of 326.15º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AAC0 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 192 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.18 |
| HSL | 326.15º | 0.3% | 0.74% | - |
| HSV(B) | 326.15º | 0.19% | 0.82% | - |
| XYZ | 50.18 | 46.11 | 56.12 | - |
| YUV | 184.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 192 | 0 | 0.19 | 0.08 | 0.18 | 326.15 | 0.3 | 0.74 |
| Hex | D1 | AA | C0 | 0 | 13 | 8 | 12 | 146 | 1E | 4A |
| Octal | 321 | 252 | 300 | 0 | 23 | 10 | 22 | 506 | 36 | 112 |
| Binary | 11010001 | 10101010 | 11000000 | 0 | 10011 | 1000 | 10010 | 101000110 | 11110 | 1001010 |
Color Harmonies of #D1AAC0
Complementary color
Monochromatic Colors of #D1AAC0
Black with #D1AAC0
Text Example
Text Example
White with #D1AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AAC0; }
p { color: rgb(209,170,192); }
H1.HeaderClassName
{
color: #D1AAC0;
}
.AnyTagClassName
{
color: #D1AAC0;
}
</style>
background-color css
<style>
a { background-color: #D1AAC0; }
a { background-color: rgb(209,170,192); }
div.DivClassName
{
background-color: #D1AAC0;
}
.BgClassName
{
background-color: #D1AAC0;
}
</style>
border-color css
<style>
span { border-color: #D1AAC0; }
span { border-color: rgb(209,170,192); }
td.TdClassName
{
border-color: #D1AAC0;
}
.TagClassName
{
border-color: #D1AAC0;
}
</style>