Shades of Maverick #D7AAC3
Tints of Maverick #D7AAC3
RGB
CMYK
RGB Variations
Color information
#D7AAC3 (or 0xD7AAC3) is known color: Maverick. HEX triplet: D7, AA and C3. RGB value is (215,170,195). Sum of RGB (Red+Green+Blue) = 215+170+195=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAC3 is #28553C. Grayscale: #BABABA. Windows color (decimal): -2643261 or 12823255. OLE color: 12823255.
HSL color Cylindrical-coordinate representation of color #D7AAC3: hue angle of 326.67º 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 #D7AAC3 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 195 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.16 |
| HSL | 326.67º | 0.36% | 0.75% | - |
| HSV(B) | 326.67º | 0.21% | 0.84% | - |
| XYZ | 52.25 | 47.14 | 57.97 | - |
| YUV | 186.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 195 | 0 | 0.21 | 0.09 | 0.16 | 326.67 | 0.36 | 0.75 |
| Hex | D7 | AA | C3 | 0 | 15 | 9 | 10 | 147 | 24 | 4B |
| Octal | 327 | 252 | 303 | 0 | 25 | 11 | 20 | 507 | 44 | 113 |
| Binary | 11010111 | 10101010 | 11000011 | 0 | 10101 | 1001 | 10000 | 101000111 | 100100 | 1001011 |
Color Harmonies of #D7AAC3
Complementary color
Monochromatic Colors of #D7AAC3
Black with #D7AAC3
Text Example
Text Example
White with #D7AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AAC3; }
p { color: rgb(215,170,195); }
H1.HeaderClassName
{
color: #D7AAC3;
}
.AnyTagClassName
{
color: #D7AAC3;
}
</style>
background-color css
<style>
a { background-color: #D7AAC3; }
a { background-color: rgb(215,170,195); }
div.DivClassName
{
background-color: #D7AAC3;
}
.BgClassName
{
background-color: #D7AAC3;
}
</style>
border-color css
<style>
span { border-color: #D7AAC3; }
span { border-color: rgb(215,170,195); }
td.TdClassName
{
border-color: #D7AAC3;
}
.TagClassName
{
border-color: #D7AAC3;
}
</style>