Shades of Maverick #D0A8BE
Tints of Maverick #D0A8BE
RGB
CMYK
RGB Variations
Color information
#D0A8BE (or 0xD0A8BE) is known color: Maverick. HEX triplet: D0, A8 and BE. RGB value is (208,168,190). Sum of RGB (Red+Green+Blue) = 208+168+190=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8BE is #2F5741. Grayscale: #B6B6B6. Windows color (decimal): -3102530 or 12495056. OLE color: 12495056.
HSL color Cylindrical-coordinate representation of color #D0A8BE: hue angle of 327º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0A8BE is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 190 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.18 |
| HSL | 327º | 0.3% | 0.74% | - |
| HSV(B) | 327º | 0.19% | 0.82% | - |
| XYZ | 49.31 | 45.13 | 54.83 | - |
| YUV | 182.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 190 | 0 | 0.19 | 0.09 | 0.18 | 327 | 0.3 | 0.74 |
| Hex | D0 | A8 | BE | 0 | 13 | 9 | 12 | 147 | 1E | 4A |
| Octal | 320 | 250 | 276 | 0 | 23 | 11 | 22 | 507 | 36 | 112 |
| Binary | 11010000 | 10101000 | 10111110 | 0 | 10011 | 1001 | 10010 | 101000111 | 11110 | 1001010 |
Color Harmonies of #D0A8BE
Complementary color
Monochromatic Colors of #D0A8BE
Black with #D0A8BE
Text Example
Text Example
White with #D0A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A8BE; }
p { color: rgb(208,168,190); }
H1.HeaderClassName
{
color: #D0A8BE;
}
.AnyTagClassName
{
color: #D0A8BE;
}
</style>
background-color css
<style>
a { background-color: #D0A8BE; }
a { background-color: rgb(208,168,190); }
div.DivClassName
{
background-color: #D0A8BE;
}
.BgClassName
{
background-color: #D0A8BE;
}
</style>
border-color css
<style>
span { border-color: #D0A8BE; }
span { border-color: rgb(208,168,190); }
td.TdClassName
{
border-color: #D0A8BE;
}
.TagClassName
{
border-color: #D0A8BE;
}
</style>