Shades of Maverick #D0A6BE
Tints of Maverick #D0A6BE
RGB
CMYK
RGB Variations
Color information
#D0A6BE (or 0xD0A6BE) is known color: Maverick. HEX triplet: D0, A6 and BE. RGB value is (208,166,190). Sum of RGB (Red+Green+Blue) = 208+166+190=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6BE is #2F5941. Grayscale: #B5B5B5. Windows color (decimal): -3103042 or 12494544. OLE color: 12494544.
HSL color Cylindrical-coordinate representation of color #D0A6BE: hue angle of 325.71º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6BE is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 190 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.18 |
| HSL | 325.71º | 0.31% | 0.73% | - |
| HSV(B) | 325.71º | 0.2% | 0.82% | - |
| XYZ | 48.94 | 44.4 | 54.71 | - |
| YUV | 181.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 190 | 0 | 0.20 | 0.09 | 0.18 | 325.71 | 0.31 | 0.73 |
| Hex | D0 | A6 | BE | 0 | 14 | 9 | 12 | 146 | 1F | 49 |
| Octal | 320 | 246 | 276 | 0 | 24 | 11 | 22 | 506 | 37 | 111 |
| Binary | 11010000 | 10100110 | 10111110 | 0 | 10100 | 1001 | 10010 | 101000110 | 11111 | 1001001 |
Color Harmonies of #D0A6BE
Complementary color
Monochromatic Colors of #D0A6BE
Black with #D0A6BE
Text Example
Text Example
White with #D0A6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6BE; }
p { color: rgb(208,166,190); }
H1.HeaderClassName
{
color: #D0A6BE;
}
.AnyTagClassName
{
color: #D0A6BE;
}
</style>
background-color css
<style>
a { background-color: #D0A6BE; }
a { background-color: rgb(208,166,190); }
div.DivClassName
{
background-color: #D0A6BE;
}
.BgClassName
{
background-color: #D0A6BE;
}
</style>
border-color css
<style>
span { border-color: #D0A6BE; }
span { border-color: rgb(208,166,190); }
td.TdClassName
{
border-color: #D0A6BE;
}
.TagClassName
{
border-color: #D0A6BE;
}
</style>