Shades of Maverick #D4A3BE
Tints of Maverick #D4A3BE
RGB
CMYK
RGB Variations
Color information
#D4A3BE (or 0xD4A3BE) is known color: Maverick. HEX triplet: D4, A3 and BE. RGB value is (212,163,190). Sum of RGB (Red+Green+Blue) = 212+163+190=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3BE is #2B5C41. Grayscale: #B4B4B4. Windows color (decimal): -2841666 or 12493780. OLE color: 12493780.
HSL color Cylindrical-coordinate representation of color #D4A3BE: hue angle of 326.94º 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 #D4A3BE is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 190 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.17 |
| HSL | 326.94º | 0.36% | 0.74% | - |
| HSV(B) | 326.94º | 0.23% | 0.83% | - |
| XYZ | 49.54 | 43.91 | 54.58 | - |
| YUV | 180.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 190 | 0 | 0.23 | 0.10 | 0.17 | 326.94 | 0.36 | 0.74 |
| Hex | D4 | A3 | BE | 0 | 17 | A | 11 | 147 | 24 | 4A |
| Octal | 324 | 243 | 276 | 0 | 27 | 12 | 21 | 507 | 44 | 112 |
| Binary | 11010100 | 10100011 | 10111110 | 0 | 10111 | 1010 | 10001 | 101000111 | 100100 | 1001010 |
Color Harmonies of #D4A3BE
Complementary color
Monochromatic Colors of #D4A3BE
Black with #D4A3BE
Text Example
Text Example
White with #D4A3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A3BE; }
p { color: rgb(212,163,190); }
H1.HeaderClassName
{
color: #D4A3BE;
}
.AnyTagClassName
{
color: #D4A3BE;
}
</style>
background-color css
<style>
a { background-color: #D4A3BE; }
a { background-color: rgb(212,163,190); }
div.DivClassName
{
background-color: #D4A3BE;
}
.BgClassName
{
background-color: #D4A3BE;
}
</style>
border-color css
<style>
span { border-color: #D4A3BE; }
span { border-color: rgb(212,163,190); }
td.TdClassName
{
border-color: #D4A3BE;
}
.TagClassName
{
border-color: #D4A3BE;
}
</style>