Shades of Maverick #D4A8BC
Tints of Maverick #D4A8BC
RGB
CMYK
RGB Variations
Color information
#D4A8BC (or 0xD4A8BC) is known color: Maverick. HEX triplet: D4, A8 and BC. RGB value is (212,168,188). Sum of RGB (Red+Green+Blue) = 212+168+188=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8BC is #2B5743. Grayscale: #B7B7B7. Windows color (decimal): -2840388 or 12363988. OLE color: 12363988.
HSL color Cylindrical-coordinate representation of color #D4A8BC: hue angle of 332.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A8BC is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 188 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.17 |
| HSL | 332.73º | 0.34% | 0.75% | - |
| HSV(B) | 332.73º | 0.21% | 0.83% | - |
| XYZ | 50.23 | 45.63 | 53.74 | - |
| YUV | 183.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 188 | 0 | 0.21 | 0.11 | 0.17 | 332.73 | 0.34 | 0.75 |
| Hex | D4 | A8 | BC | 0 | 15 | B | 11 | 14D | 22 | 4B |
| Octal | 324 | 250 | 274 | 0 | 25 | 13 | 21 | 515 | 42 | 113 |
| Binary | 11010100 | 10101000 | 10111100 | 0 | 10101 | 1011 | 10001 | 101001101 | 100010 | 1001011 |
Color Harmonies of #D4A8BC
Complementary color
Monochromatic Colors of #D4A8BC
Black with #D4A8BC
Text Example
Text Example
White with #D4A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8BC; }
p { color: rgb(212,168,188); }
H1.HeaderClassName
{
color: #D4A8BC;
}
.AnyTagClassName
{
color: #D4A8BC;
}
</style>
background-color css
<style>
a { background-color: #D4A8BC; }
a { background-color: rgb(212,168,188); }
div.DivClassName
{
background-color: #D4A8BC;
}
.BgClassName
{
background-color: #D4A8BC;
}
</style>
border-color css
<style>
span { border-color: #D4A8BC; }
span { border-color: rgb(212,168,188); }
td.TdClassName
{
border-color: #D4A8BC;
}
.TagClassName
{
border-color: #D4A8BC;
}
</style>