Shades of Maverick #D4ABC3
Tints of Maverick #D4ABC3
RGB
CMYK
RGB Variations
Color information
#D4ABC3 (or 0xD4ABC3) is known color: Maverick. HEX triplet: D4, AB and C3. RGB value is (212,171,195). Sum of RGB (Red+Green+Blue) = 212+171+195=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABC3 is #2B543C. Grayscale: #B9B9B9. Windows color (decimal): -2839613 or 12823508. OLE color: 12823508.
HSL color Cylindrical-coordinate representation of color #D4ABC3: hue angle of 324.88º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ABC3 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 195 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.17 |
| HSL | 324.88º | 0.32% | 0.75% | - |
| HSV(B) | 324.88º | 0.19% | 0.83% | - |
| XYZ | 51.56 | 47.06 | 58 | - |
| YUV | 186 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 195 | 0 | 0.19 | 0.08 | 0.17 | 324.88 | 0.32 | 0.75 |
| Hex | D4 | AB | C3 | 0 | 13 | 8 | 11 | 145 | 20 | 4B |
| Octal | 324 | 253 | 303 | 0 | 23 | 10 | 21 | 505 | 40 | 113 |
| Binary | 11010100 | 10101011 | 11000011 | 0 | 10011 | 1000 | 10001 | 101000101 | 100000 | 1001011 |
Color Harmonies of #D4ABC3
Complementary color
Monochromatic Colors of #D4ABC3
Black with #D4ABC3
Text Example
Text Example
White with #D4ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ABC3; }
p { color: rgb(212,171,195); }
H1.HeaderClassName
{
color: #D4ABC3;
}
.AnyTagClassName
{
color: #D4ABC3;
}
</style>
background-color css
<style>
a { background-color: #D4ABC3; }
a { background-color: rgb(212,171,195); }
div.DivClassName
{
background-color: #D4ABC3;
}
.BgClassName
{
background-color: #D4ABC3;
}
</style>
border-color css
<style>
span { border-color: #D4ABC3; }
span { border-color: rgb(212,171,195); }
td.TdClassName
{
border-color: #D4ABC3;
}
.TagClassName
{
border-color: #D4ABC3;
}
</style>