Shades of Maverick #D1B1C0
Tints of Maverick #D1B1C0
RGB
CMYK
RGB Variations
Color information
#D1B1C0 (or 0xD1B1C0) is known color: Maverick. HEX triplet: D1, B1 and C0. RGB value is (209,177,192). Sum of RGB (Red+Green+Blue) = 209+177+192=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B1C0 is #2E4E3F. Grayscale: #BCBCBC. Windows color (decimal): -3034688 or 12628433. OLE color: 12628433.
HSL color Cylindrical-coordinate representation of color #D1B1C0: hue angle of 331.88º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1B1C0 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 192 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.18 |
| HSL | 331.88º | 0.26% | 0.76% | - |
| HSV(B) | 331.88º | 0.15% | 0.82% | - |
| XYZ | 51.53 | 48.81 | 56.57 | - |
| YUV | 188.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 192 | 0 | 0.15 | 0.08 | 0.18 | 331.88 | 0.26 | 0.76 |
| Hex | D1 | B1 | C0 | 0 | F | 8 | 12 | 14C | 1A | 4C |
| Octal | 321 | 261 | 300 | 0 | 17 | 10 | 22 | 514 | 32 | 114 |
| Binary | 11010001 | 10110001 | 11000000 | 0 | 1111 | 1000 | 10010 | 101001100 | 11010 | 1001100 |
Color Harmonies of #D1B1C0
Complementary color
Monochromatic Colors of #D1B1C0
Black with #D1B1C0
Text Example
Text Example
White with #D1B1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B1C0; }
p { color: rgb(209,177,192); }
H1.HeaderClassName
{
color: #D1B1C0;
}
.AnyTagClassName
{
color: #D1B1C0;
}
</style>
background-color css
<style>
a { background-color: #D1B1C0; }
a { background-color: rgb(209,177,192); }
div.DivClassName
{
background-color: #D1B1C0;
}
.BgClassName
{
background-color: #D1B1C0;
}
</style>
border-color css
<style>
span { border-color: #D1B1C0; }
span { border-color: rgb(209,177,192); }
td.TdClassName
{
border-color: #D1B1C0;
}
.TagClassName
{
border-color: #D1B1C0;
}
</style>