Shades of Maverick #D0A1BE
Tints of Maverick #D0A1BE
RGB
CMYK
RGB Variations
Color information
#D0A1BE (or 0xD0A1BE) is known color: Maverick. HEX triplet: D0, A1 and BE. RGB value is (208,161,190). Sum of RGB (Red+Green+Blue) = 208+161+190=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1BE is #2F5E41. Grayscale: #B2B2B2. Windows color (decimal): -3104322 or 12493264. OLE color: 12493264.
HSL color Cylindrical-coordinate representation of color #D0A1BE: hue angle of 322.98º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A1BE is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 190 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.18 |
| HSL | 322.98º | 0.33% | 0.72% | - |
| HSV(B) | 322.98º | 0.23% | 0.82% | - |
| XYZ | 48.05 | 42.62 | 54.41 | - |
| YUV | 178.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 190 | 0 | 0.23 | 0.09 | 0.18 | 322.98 | 0.33 | 0.72 |
| Hex | D0 | A1 | BE | 0 | 17 | 9 | 12 | 143 | 21 | 48 |
| Octal | 320 | 241 | 276 | 0 | 27 | 11 | 22 | 503 | 41 | 110 |
| Binary | 11010000 | 10100001 | 10111110 | 0 | 10111 | 1001 | 10010 | 101000011 | 100001 | 1001000 |
Color Harmonies of #D0A1BE
Complementary color
Monochromatic Colors of #D0A1BE
Black with #D0A1BE
Text Example
Text Example
White with #D0A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1BE; }
p { color: rgb(208,161,190); }
H1.HeaderClassName
{
color: #D0A1BE;
}
.AnyTagClassName
{
color: #D0A1BE;
}
</style>
background-color css
<style>
a { background-color: #D0A1BE; }
a { background-color: rgb(208,161,190); }
div.DivClassName
{
background-color: #D0A1BE;
}
.BgClassName
{
background-color: #D0A1BE;
}
</style>
border-color css
<style>
span { border-color: #D0A1BE; }
span { border-color: rgb(208,161,190); }
td.TdClassName
{
border-color: #D0A1BE;
}
.TagClassName
{
border-color: #D0A1BE;
}
</style>