Shades of Maverick #D7ABC0
Tints of Maverick #D7ABC0
RGB
CMYK
RGB Variations
Color information
#D7ABC0 (or 0xD7ABC0) is known color: Maverick. HEX triplet: D7, AB and C0. RGB value is (215,171,192). Sum of RGB (Red+Green+Blue) = 215+171+192=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABC0 is #28543F. Grayscale: #BABABA. Windows color (decimal): -2643008 or 12626903. OLE color: 12626903.
HSL color Cylindrical-coordinate representation of color #D7ABC0: hue angle of 331.36º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ABC0 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 171 | 192 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.16 |
| HSL | 331.36º | 0.35% | 0.76% | - |
| HSV(B) | 331.36º | 0.2% | 0.84% | - |
| XYZ | 52.1 | 47.38 | 56.27 | - |
| YUV | 186.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 192 | 0 | 0.20 | 0.11 | 0.16 | 331.36 | 0.35 | 0.76 |
| Hex | D7 | AB | C0 | 0 | 14 | B | 10 | 14B | 23 | 4C |
| Octal | 327 | 253 | 300 | 0 | 24 | 13 | 20 | 513 | 43 | 114 |
| Binary | 11010111 | 10101011 | 11000000 | 0 | 10100 | 1011 | 10000 | 101001011 | 100011 | 1001100 |
Color Harmonies of #D7ABC0
Complementary color
Monochromatic Colors of #D7ABC0
Black with #D7ABC0
Text Example
Text Example
White with #D7ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ABC0; }
p { color: rgb(215,171,192); }
H1.HeaderClassName
{
color: #D7ABC0;
}
.AnyTagClassName
{
color: #D7ABC0;
}
</style>
background-color css
<style>
a { background-color: #D7ABC0; }
a { background-color: rgb(215,171,192); }
div.DivClassName
{
background-color: #D7ABC0;
}
.BgClassName
{
background-color: #D7ABC0;
}
</style>
border-color css
<style>
span { border-color: #D7ABC0; }
span { border-color: rgb(215,171,192); }
td.TdClassName
{
border-color: #D7ABC0;
}
.TagClassName
{
border-color: #D7ABC0;
}
</style>