Shades of Maverick #D7AAC2
Tints of Maverick #D7AAC2
RGB
CMYK
RGB Variations
Color information
#D7AAC2 (or 0xD7AAC2) is known color: Maverick. HEX triplet: D7, AA and C2. RGB value is (215,170,194). Sum of RGB (Red+Green+Blue) = 215+170+194=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAC2 is #28553D. Grayscale: #BABABA. Windows color (decimal): -2643262 or 12757719. OLE color: 12757719.
HSL color Cylindrical-coordinate representation of color #D7AAC2: hue angle of 328º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AAC2 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 194 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.16 |
| HSL | 328º | 0.36% | 0.75% | - |
| HSV(B) | 328º | 0.21% | 0.84% | - |
| XYZ | 52.14 | 47.09 | 57.38 | - |
| YUV | 186.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 194 | 0 | 0.21 | 0.10 | 0.16 | 328 | 0.36 | 0.75 |
| Hex | D7 | AA | C2 | 0 | 15 | A | 10 | 148 | 24 | 4B |
| Octal | 327 | 252 | 302 | 0 | 25 | 12 | 20 | 510 | 44 | 113 |
| Binary | 11010111 | 10101010 | 11000010 | 0 | 10101 | 1010 | 10000 | 101001000 | 100100 | 1001011 |
Color Harmonies of #D7AAC2
Complementary color
Monochromatic Colors of #D7AAC2
Black with #D7AAC2
Text Example
Text Example
White with #D7AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AAC2; }
p { color: rgb(215,170,194); }
H1.HeaderClassName
{
color: #D7AAC2;
}
.AnyTagClassName
{
color: #D7AAC2;
}
</style>
background-color css
<style>
a { background-color: #D7AAC2; }
a { background-color: rgb(215,170,194); }
div.DivClassName
{
background-color: #D7AAC2;
}
.BgClassName
{
background-color: #D7AAC2;
}
</style>
border-color css
<style>
span { border-color: #D7AAC2; }
span { border-color: rgb(215,170,194); }
td.TdClassName
{
border-color: #D7AAC2;
}
.TagClassName
{
border-color: #D7AAC2;
}
</style>