Shades of Maverick #D0AABB
Tints of Maverick #D0AABB
RGB
CMYK
RGB Variations
Color information
#D0AABB (or 0xD0AABB) is known color: Maverick. HEX triplet: D0, AA and BB. RGB value is (208,170,187). Sum of RGB (Red+Green+Blue) = 208+170+187=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AABB is #2F5544. Grayscale: #B7B7B7. Windows color (decimal): -3102021 or 12298960. OLE color: 12298960.
HSL color Cylindrical-coordinate representation of color #D0AABB: hue angle of 333.16º 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 #D0AABB is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 187 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.18 |
| HSL | 333.16º | 0.29% | 0.74% | - |
| HSV(B) | 333.16º | 0.18% | 0.82% | - |
| XYZ | 49.36 | 45.75 | 53.24 | - |
| YUV | 183.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 187 | 0 | 0.18 | 0.10 | 0.18 | 333.16 | 0.29 | 0.74 |
| Hex | D0 | AA | BB | 0 | 12 | A | 12 | 14D | 1D | 4A |
| Octal | 320 | 252 | 273 | 0 | 22 | 12 | 22 | 515 | 35 | 112 |
| Binary | 11010000 | 10101010 | 10111011 | 0 | 10010 | 1010 | 10010 | 101001101 | 11101 | 1001010 |
Color Harmonies of #D0AABB
Complementary color
Monochromatic Colors of #D0AABB
Black with #D0AABB
Text Example
Text Example
White with #D0AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AABB; }
p { color: rgb(208,170,187); }
H1.HeaderClassName
{
color: #D0AABB;
}
.AnyTagClassName
{
color: #D0AABB;
}
</style>
background-color css
<style>
a { background-color: #D0AABB; }
a { background-color: rgb(208,170,187); }
div.DivClassName
{
background-color: #D0AABB;
}
.BgClassName
{
background-color: #D0AABB;
}
</style>
border-color css
<style>
span { border-color: #D0AABB; }
span { border-color: rgb(208,170,187); }
td.TdClassName
{
border-color: #D0AABB;
}
.TagClassName
{
border-color: #D0AABB;
}
</style>