Shades of Maverick #D4A3C1
Tints of Maverick #D4A3C1
RGB
CMYK
RGB Variations
Color information
#D4A3C1 (or 0xD4A3C1) is known color: Maverick. HEX triplet: D4, A3 and C1. RGB value is (212,163,193). Sum of RGB (Red+Green+Blue) = 212+163+193=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3C1 is #2B5C3E. Grayscale: #B4B4B4. Windows color (decimal): -2841663 or 12690388. OLE color: 12690388.
HSL color Cylindrical-coordinate representation of color #D4A3C1: hue angle of 323.27º 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 #D4A3C1 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 193 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.17 |
| HSL | 323.27º | 0.36% | 0.74% | - |
| HSV(B) | 323.27º | 0.23% | 0.83% | - |
| XYZ | 49.87 | 44.04 | 56.32 | - |
| YUV | 181.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 193 | 0 | 0.23 | 0.09 | 0.17 | 323.27 | 0.36 | 0.74 |
| Hex | D4 | A3 | C1 | 0 | 17 | 9 | 11 | 143 | 24 | 4A |
| Octal | 324 | 243 | 301 | 0 | 27 | 11 | 21 | 503 | 44 | 112 |
| Binary | 11010100 | 10100011 | 11000001 | 0 | 10111 | 1001 | 10001 | 101000011 | 100100 | 1001010 |
Color Harmonies of #D4A3C1
Complementary color
Monochromatic Colors of #D4A3C1
Black with #D4A3C1
Text Example
Text Example
White with #D4A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A3C1; }
p { color: rgb(212,163,193); }
H1.HeaderClassName
{
color: #D4A3C1;
}
.AnyTagClassName
{
color: #D4A3C1;
}
</style>
background-color css
<style>
a { background-color: #D4A3C1; }
a { background-color: rgb(212,163,193); }
div.DivClassName
{
background-color: #D4A3C1;
}
.BgClassName
{
background-color: #D4A3C1;
}
</style>
border-color css
<style>
span { border-color: #D4A3C1; }
span { border-color: rgb(212,163,193); }
td.TdClassName
{
border-color: #D4A3C1;
}
.TagClassName
{
border-color: #D4A3C1;
}
</style>