Shades of Maverick #D7ABC1
Tints of Maverick #D7ABC1
RGB
CMYK
RGB Variations
Color information
#D7ABC1 (or 0xD7ABC1) is known color: Maverick. HEX triplet: D7, AB and C1. RGB value is (215,171,193). Sum of RGB (Red+Green+Blue) = 215+171+193=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABC1 is #28543E. Grayscale: #BABABA. Windows color (decimal): -2643007 or 12692439. OLE color: 12692439.
HSL color Cylindrical-coordinate representation of color #D7ABC1: hue angle of 330º 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 #D7ABC1 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 171 | 193 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.16 |
| HSL | 330º | 0.35% | 0.76% | - |
| HSV(B) | 330º | 0.2% | 0.84% | - |
| XYZ | 52.21 | 47.42 | 56.85 | - |
| YUV | 186.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 193 | 0 | 0.20 | 0.10 | 0.16 | 330 | 0.35 | 0.76 |
| Hex | D7 | AB | C1 | 0 | 14 | A | 10 | 14A | 23 | 4C |
| Octal | 327 | 253 | 301 | 0 | 24 | 12 | 20 | 512 | 43 | 114 |
| Binary | 11010111 | 10101011 | 11000001 | 0 | 10100 | 1010 | 10000 | 101001010 | 100011 | 1001100 |
Color Harmonies of #D7ABC1
Complementary color
Monochromatic Colors of #D7ABC1
Black with #D7ABC1
Text Example
Text Example
White with #D7ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ABC1; }
p { color: rgb(215,171,193); }
H1.HeaderClassName
{
color: #D7ABC1;
}
.AnyTagClassName
{
color: #D7ABC1;
}
</style>
background-color css
<style>
a { background-color: #D7ABC1; }
a { background-color: rgb(215,171,193); }
div.DivClassName
{
background-color: #D7ABC1;
}
.BgClassName
{
background-color: #D7ABC1;
}
</style>
border-color css
<style>
span { border-color: #D7ABC1; }
span { border-color: rgb(215,171,193); }
td.TdClassName
{
border-color: #D7ABC1;
}
.TagClassName
{
border-color: #D7ABC1;
}
</style>