Shades of Maverick #D6ABC1
Tints of Maverick #D6ABC1
RGB
CMYK
RGB Variations
Color information
#D6ABC1 (or 0xD6ABC1) is known color: Maverick. HEX triplet: D6, AB and C1. RGB value is (214,171,193). Sum of RGB (Red+Green+Blue) = 214+171+193=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABC1 is #29543E. Grayscale: #BABABA. Windows color (decimal): -2708543 or 12692438. OLE color: 12692438.
HSL color Cylindrical-coordinate representation of color #D6ABC1: hue angle of 329.3º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ABC1 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 193 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.16 |
| HSL | 329.3º | 0.34% | 0.75% | - |
| HSV(B) | 329.3º | 0.2% | 0.84% | - |
| XYZ | 51.92 | 47.27 | 56.84 | - |
| YUV | 186.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 193 | 0 | 0.20 | 0.10 | 0.16 | 329.3 | 0.34 | 0.75 |
| Hex | D6 | AB | C1 | 0 | 14 | A | 10 | 149 | 22 | 4B |
| Octal | 326 | 253 | 301 | 0 | 24 | 12 | 20 | 511 | 42 | 113 |
| Binary | 11010110 | 10101011 | 11000001 | 0 | 10100 | 1010 | 10000 | 101001001 | 100010 | 1001011 |
Color Harmonies of #D6ABC1
Complementary color
Monochromatic Colors of #D6ABC1
Black with #D6ABC1
Text Example
Text Example
White with #D6ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABC1; }
p { color: rgb(214,171,193); }
H1.HeaderClassName
{
color: #D6ABC1;
}
.AnyTagClassName
{
color: #D6ABC1;
}
</style>
background-color css
<style>
a { background-color: #D6ABC1; }
a { background-color: rgb(214,171,193); }
div.DivClassName
{
background-color: #D6ABC1;
}
.BgClassName
{
background-color: #D6ABC1;
}
</style>
border-color css
<style>
span { border-color: #D6ABC1; }
span { border-color: rgb(214,171,193); }
td.TdClassName
{
border-color: #D6ABC1;
}
.TagClassName
{
border-color: #D6ABC1;
}
</style>