Shades of Maverick #D4A4C0
Tints of Maverick #D4A4C0
RGB
CMYK
RGB Variations
Color information
#D4A4C0 (or 0xD4A4C0) is known color: Maverick. HEX triplet: D4, A4 and C0. RGB value is (212,164,192). Sum of RGB (Red+Green+Blue) = 212+164+192=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4C0 is #2B5B3F. Grayscale: #B5B5B5. Windows color (decimal): -2841408 or 12625108. OLE color: 12625108.
HSL color Cylindrical-coordinate representation of color #D4A4C0: hue angle of 325º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A4C0 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 192 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.17 |
| HSL | 325º | 0.36% | 0.74% | - |
| HSV(B) | 325º | 0.23% | 0.83% | - |
| XYZ | 49.94 | 44.35 | 55.8 | - |
| YUV | 181.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 192 | 0 | 0.23 | 0.09 | 0.17 | 325 | 0.36 | 0.74 |
| Hex | D4 | A4 | C0 | 0 | 17 | 9 | 11 | 145 | 24 | 4A |
| Octal | 324 | 244 | 300 | 0 | 27 | 11 | 21 | 505 | 44 | 112 |
| Binary | 11010100 | 10100100 | 11000000 | 0 | 10111 | 1001 | 10001 | 101000101 | 100100 | 1001010 |
Color Harmonies of #D4A4C0
Complementary color
Monochromatic Colors of #D4A4C0
Black with #D4A4C0
Text Example
Text Example
White with #D4A4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A4C0; }
p { color: rgb(212,164,192); }
H1.HeaderClassName
{
color: #D4A4C0;
}
.AnyTagClassName
{
color: #D4A4C0;
}
</style>
background-color css
<style>
a { background-color: #D4A4C0; }
a { background-color: rgb(212,164,192); }
div.DivClassName
{
background-color: #D4A4C0;
}
.BgClassName
{
background-color: #D4A4C0;
}
</style>
border-color css
<style>
span { border-color: #D4A4C0; }
span { border-color: rgb(212,164,192); }
td.TdClassName
{
border-color: #D4A4C0;
}
.TagClassName
{
border-color: #D4A4C0;
}
</style>