Shades of Maverick #D4A9C2
Tints of Maverick #D4A9C2
RGB
CMYK
RGB Variations
Color information
#D4A9C2 (or 0xD4A9C2) is known color: Maverick. HEX triplet: D4, A9 and C2. RGB value is (212,169,194). Sum of RGB (Red+Green+Blue) = 212+169+194=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A9C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A9C2 is #2B563D. Grayscale: #B8B8B8. Windows color (decimal): -2840126 or 12757460. OLE color: 12757460.
HSL color Cylindrical-coordinate representation of color #D4A9C2: hue angle of 325.12º 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 #D4A9C2 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 194 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.17 |
| HSL | 325.12º | 0.33% | 0.75% | - |
| HSV(B) | 325.12º | 0.2% | 0.83% | - |
| XYZ | 51.08 | 46.27 | 57.28 | - |
| YUV | 184.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 194 | 0 | 0.20 | 0.08 | 0.17 | 325.12 | 0.33 | 0.75 |
| Hex | D4 | A9 | C2 | 0 | 14 | 8 | 11 | 145 | 21 | 4B |
| Octal | 324 | 251 | 302 | 0 | 24 | 10 | 21 | 505 | 41 | 113 |
| Binary | 11010100 | 10101001 | 11000010 | 0 | 10100 | 1000 | 10001 | 101000101 | 100001 | 1001011 |
Color Harmonies of #D4A9C2
Complementary color
Monochromatic Colors of #D4A9C2
Black with #D4A9C2
Text Example
Text Example
White with #D4A9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A9C2; }
p { color: rgb(212,169,194); }
H1.HeaderClassName
{
color: #D4A9C2;
}
.AnyTagClassName
{
color: #D4A9C2;
}
</style>
background-color css
<style>
a { background-color: #D4A9C2; }
a { background-color: rgb(212,169,194); }
div.DivClassName
{
background-color: #D4A9C2;
}
.BgClassName
{
background-color: #D4A9C2;
}
</style>
border-color css
<style>
span { border-color: #D4A9C2; }
span { border-color: rgb(212,169,194); }
td.TdClassName
{
border-color: #D4A9C2;
}
.TagClassName
{
border-color: #D4A9C2;
}
</style>