Shades of Maverick #D0AABC
Tints of Maverick #D0AABC
RGB
CMYK
RGB Variations
Color information
#D0AABC (or 0xD0AABC) is known color: Maverick. HEX triplet: D0, AA and BC. RGB value is (208,170,188). Sum of RGB (Red+Green+Blue) = 208+170+188=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AABC is #2F5543. Grayscale: #B7B7B7. Windows color (decimal): -3102020 or 12364496. OLE color: 12364496.
HSL color Cylindrical-coordinate representation of color #D0AABC: hue angle of 331.58º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AABC is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 188 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.18 |
| HSL | 331.58º | 0.29% | 0.74% | - |
| HSV(B) | 331.58º | 0.18% | 0.82% | - |
| XYZ | 49.46 | 45.79 | 53.81 | - |
| YUV | 183.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 188 | 0 | 0.18 | 0.10 | 0.18 | 331.58 | 0.29 | 0.74 |
| Hex | D0 | AA | BC | 0 | 12 | A | 12 | 14C | 1D | 4A |
| Octal | 320 | 252 | 274 | 0 | 22 | 12 | 22 | 514 | 35 | 112 |
| Binary | 11010000 | 10101010 | 10111100 | 0 | 10010 | 1010 | 10010 | 101001100 | 11101 | 1001010 |
Color Harmonies of #D0AABC
Complementary color
Monochromatic Colors of #D0AABC
Black with #D0AABC
Text Example
Text Example
White with #D0AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AABC; }
p { color: rgb(208,170,188); }
H1.HeaderClassName
{
color: #D0AABC;
}
.AnyTagClassName
{
color: #D0AABC;
}
</style>
background-color css
<style>
a { background-color: #D0AABC; }
a { background-color: rgb(208,170,188); }
div.DivClassName
{
background-color: #D0AABC;
}
.BgClassName
{
background-color: #D0AABC;
}
</style>
border-color css
<style>
span { border-color: #D0AABC; }
span { border-color: rgb(208,170,188); }
td.TdClassName
{
border-color: #D0AABC;
}
.TagClassName
{
border-color: #D0AABC;
}
</style>