Shades of Maverick #D7ACC9
Tints of Maverick #D7ACC9
RGB
CMYK
RGB Variations
Color information
#D7ACC9 (or 0xD7ACC9) is known color: Maverick. HEX triplet: D7, AC and C9. RGB value is (215,172,201). Sum of RGB (Red+Green+Blue) = 215+172+201=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACC9 is #285336. Grayscale: #BCBCBC. Windows color (decimal): -2642743 or 13216983. OLE color: 13216983.
HSL color Cylindrical-coordinate representation of color #D7ACC9: hue angle of 319.53º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACC9 is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 201 | - |
| CMYK | 0 | 0.2 | 0.07 | 0.16 |
| HSL | 319.53º | 0.35% | 0.76% | - |
| HSV(B) | 319.53º | 0.2% | 0.84% | - |
| XYZ | 53.32 | 48.17 | 61.75 | - |
| YUV | 188.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 201 | 0 | 0.2 | 0.07 | 0.16 | 319.53 | 0.35 | 0.76 |
| Hex | D7 | AC | C9 | 0 | 14 | 7 | 10 | 140 | 23 | 4C |
| Octal | 327 | 254 | 311 | 0 | 24 | 7 | 20 | 500 | 43 | 114 |
| Binary | 11010111 | 10101100 | 11001001 | 0 | 10100 | 111 | 10000 | 101000000 | 100011 | 1001100 |
Color Harmonies of #D7ACC9
Complementary color
Monochromatic Colors of #D7ACC9
Black with #D7ACC9
Text Example
Text Example
White with #D7ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ACC9; }
p { color: rgb(215,172,201); }
H1.HeaderClassName
{
color: #D7ACC9;
}
.AnyTagClassName
{
color: #D7ACC9;
}
</style>
background-color css
<style>
a { background-color: #D7ACC9; }
a { background-color: rgb(215,172,201); }
div.DivClassName
{
background-color: #D7ACC9;
}
.BgClassName
{
background-color: #D7ACC9;
}
</style>
border-color css
<style>
span { border-color: #D7ACC9; }
span { border-color: rgb(215,172,201); }
td.TdClassName
{
border-color: #D7ACC9;
}
.TagClassName
{
border-color: #D7ACC9;
}
</style>