Shades of Maverick #D0AABA
Tints of Maverick #D0AABA
RGB
CMYK
RGB Variations
Color information
#D0AABA (or 0xD0AABA) is known color: Maverick. HEX triplet: D0, AA and BA. RGB value is (208,170,186). Sum of RGB (Red+Green+Blue) = 208+170+186=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AABA is #2F5545. Grayscale: #B7B7B7. Windows color (decimal): -3102022 or 12233424. OLE color: 12233424.
HSL color Cylindrical-coordinate representation of color #D0AABA: hue angle of 334.74º 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 #D0AABA is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 186 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.18 |
| HSL | 334.74º | 0.29% | 0.74% | - |
| HSV(B) | 334.74º | 0.18% | 0.82% | - |
| XYZ | 49.25 | 45.7 | 52.68 | - |
| YUV | 183.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 186 | 0 | 0.18 | 0.11 | 0.18 | 334.74 | 0.29 | 0.74 |
| Hex | D0 | AA | BA | 0 | 12 | B | 12 | 14F | 1D | 4A |
| Octal | 320 | 252 | 272 | 0 | 22 | 13 | 22 | 517 | 35 | 112 |
| Binary | 11010000 | 10101010 | 10111010 | 0 | 10010 | 1011 | 10010 | 101001111 | 11101 | 1001010 |
Color Harmonies of #D0AABA
Complementary color
Monochromatic Colors of #D0AABA
Black with #D0AABA
Text Example
Text Example
White with #D0AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AABA; }
p { color: rgb(208,170,186); }
H1.HeaderClassName
{
color: #D0AABA;
}
.AnyTagClassName
{
color: #D0AABA;
}
</style>
background-color css
<style>
a { background-color: #D0AABA; }
a { background-color: rgb(208,170,186); }
div.DivClassName
{
background-color: #D0AABA;
}
.BgClassName
{
background-color: #D0AABA;
}
</style>
border-color css
<style>
span { border-color: #D0AABA; }
span { border-color: rgb(208,170,186); }
td.TdClassName
{
border-color: #D0AABA;
}
.TagClassName
{
border-color: #D0AABA;
}
</style>