Shades of Maverick #D0BACB
Tints of Maverick #D0BACB
RGB
CMYK
RGB Variations
Color information
#D0BACB (or 0xD0BACB) is known color: Maverick. HEX triplet: D0, BA and CB. RGB value is (208,186,203). Sum of RGB (Red+Green+Blue) = 208+186+203=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BACB is #2F4534. Grayscale: #C2C2C2. Windows color (decimal): -3097909 or 13351632. OLE color: 13351632.
HSL color Cylindrical-coordinate representation of color #D0BACB: hue angle of 313.64º 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 #D0BACB is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 203 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.18 |
| HSL | 313.64º | 0.19% | 0.77% | - |
| HSV(B) | 313.64º | 0.11% | 0.82% | - |
| XYZ | 54.35 | 52.84 | 63.83 | - |
| YUV | 194.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 203 | 0 | 0.11 | 0.02 | 0.18 | 313.64 | 0.19 | 0.77 |
| Hex | D0 | BA | CB | 0 | B | 2 | 12 | 13A | 13 | 4D |
| Octal | 320 | 272 | 313 | 0 | 13 | 2 | 22 | 472 | 23 | 115 |
| Binary | 11010000 | 10111010 | 11001011 | 0 | 1011 | 10 | 10010 | 100111010 | 10011 | 1001101 |
Color Harmonies of #D0BACB
Complementary color
Monochromatic Colors of #D0BACB
Black with #D0BACB
Text Example
Text Example
White with #D0BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BACB; }
p { color: rgb(208,186,203); }
H1.HeaderClassName
{
color: #D0BACB;
}
.AnyTagClassName
{
color: #D0BACB;
}
</style>
background-color css
<style>
a { background-color: #D0BACB; }
a { background-color: rgb(208,186,203); }
div.DivClassName
{
background-color: #D0BACB;
}
.BgClassName
{
background-color: #D0BACB;
}
</style>
border-color css
<style>
span { border-color: #D0BACB; }
span { border-color: rgb(208,186,203); }
td.TdClassName
{
border-color: #D0BACB;
}
.TagClassName
{
border-color: #D0BACB;
}
</style>