Shades of Maverick #D0BAC9
Tints of Maverick #D0BAC9
RGB
CMYK
RGB Variations
Color information
#D0BAC9 (or 0xD0BAC9) is known color: Maverick. HEX triplet: D0, BA and C9. RGB value is (208,186,201). Sum of RGB (Red+Green+Blue) = 208+186+201=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAC9 is #2F4536. Grayscale: #C2C2C2. Windows color (decimal): -3097911 or 13220560. OLE color: 13220560.
HSL color Cylindrical-coordinate representation of color #D0BAC9: hue angle of 319.09º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0BAC9 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 201 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.18 |
| HSL | 319.09º | 0.19% | 0.77% | - |
| HSV(B) | 319.09º | 0.11% | 0.82% | - |
| XYZ | 54.11 | 52.74 | 62.59 | - |
| YUV | 194.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 201 | 0 | 0.11 | 0.03 | 0.18 | 319.09 | 0.19 | 0.77 |
| Hex | D0 | BA | C9 | 0 | B | 3 | 12 | 13F | 13 | 4D |
| Octal | 320 | 272 | 311 | 0 | 13 | 3 | 22 | 477 | 23 | 115 |
| Binary | 11010000 | 10111010 | 11001001 | 0 | 1011 | 11 | 10010 | 100111111 | 10011 | 1001101 |
Color Harmonies of #D0BAC9
Complementary color
Monochromatic Colors of #D0BAC9
Black with #D0BAC9
Text Example
Text Example
White with #D0BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAC9; }
p { color: rgb(208,186,201); }
H1.HeaderClassName
{
color: #D0BAC9;
}
.AnyTagClassName
{
color: #D0BAC9;
}
</style>
background-color css
<style>
a { background-color: #D0BAC9; }
a { background-color: rgb(208,186,201); }
div.DivClassName
{
background-color: #D0BAC9;
}
.BgClassName
{
background-color: #D0BAC9;
}
</style>
border-color css
<style>
span { border-color: #D0BAC9; }
span { border-color: rgb(208,186,201); }
td.TdClassName
{
border-color: #D0BAC9;
}
.TagClassName
{
border-color: #D0BAC9;
}
</style>