Shades of Maverick #D4AAC2
Tints of Maverick #D4AAC2
RGB
CMYK
RGB Variations
Color information
#D4AAC2 (or 0xD4AAC2) is known color: Maverick. HEX triplet: D4, AA and C2. RGB value is (212,170,194). Sum of RGB (Red+Green+Blue) = 212+170+194=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AAC2 is #2B553D. Grayscale: #B9B9B9. Windows color (decimal): -2839870 or 12757716. OLE color: 12757716.
HSL color Cylindrical-coordinate representation of color #D4AAC2: hue angle of 325.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AAC2 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 194 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.17 |
| HSL | 325.71º | 0.33% | 0.75% | - |
| HSV(B) | 325.71º | 0.2% | 0.83% | - |
| XYZ | 51.26 | 46.64 | 57.34 | - |
| YUV | 185.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 194 | 0 | 0.20 | 0.08 | 0.17 | 325.71 | 0.33 | 0.75 |
| Hex | D4 | AA | C2 | 0 | 14 | 8 | 11 | 146 | 21 | 4B |
| Octal | 324 | 252 | 302 | 0 | 24 | 10 | 21 | 506 | 41 | 113 |
| Binary | 11010100 | 10101010 | 11000010 | 0 | 10100 | 1000 | 10001 | 101000110 | 100001 | 1001011 |
Color Harmonies of #D4AAC2
Complementary color
Monochromatic Colors of #D4AAC2
Black with #D4AAC2
Text Example
Text Example
White with #D4AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAC2; }
p { color: rgb(212,170,194); }
H1.HeaderClassName
{
color: #D4AAC2;
}
.AnyTagClassName
{
color: #D4AAC2;
}
</style>
background-color css
<style>
a { background-color: #D4AAC2; }
a { background-color: rgb(212,170,194); }
div.DivClassName
{
background-color: #D4AAC2;
}
.BgClassName
{
background-color: #D4AAC2;
}
</style>
border-color css
<style>
span { border-color: #D4AAC2; }
span { border-color: rgb(212,170,194); }
td.TdClassName
{
border-color: #D4AAC2;
}
.TagClassName
{
border-color: #D4AAC2;
}
</style>