Shades of Maverick #D6ACC0
Tints of Maverick #D6ACC0
RGB
CMYK
RGB Variations
Color information
#D6ACC0 (or 0xD6ACC0) is known color: Maverick. HEX triplet: D6, AC and C0. RGB value is (214,172,192). Sum of RGB (Red+Green+Blue) = 214+172+192=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACC0 is #29533F. Grayscale: #BABABA. Windows color (decimal): -2708288 or 12627158. OLE color: 12627158.
HSL color Cylindrical-coordinate representation of color #D6ACC0: hue angle of 331.43º degrees, saturation: 0.34, 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 #D6ACC0 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 192 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.16 |
| HSL | 331.43º | 0.34% | 0.76% | - |
| HSV(B) | 331.43º | 0.2% | 0.84% | - |
| XYZ | 52 | 47.61 | 56.32 | - |
| YUV | 186.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 192 | 0 | 0.20 | 0.10 | 0.16 | 331.43 | 0.34 | 0.76 |
| Hex | D6 | AC | C0 | 0 | 14 | A | 10 | 14B | 22 | 4C |
| Octal | 326 | 254 | 300 | 0 | 24 | 12 | 20 | 513 | 42 | 114 |
| Binary | 11010110 | 10101100 | 11000000 | 0 | 10100 | 1010 | 10000 | 101001011 | 100010 | 1001100 |
Color Harmonies of #D6ACC0
Complementary color
Monochromatic Colors of #D6ACC0
Black with #D6ACC0
Text Example
Text Example
White with #D6ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ACC0; }
p { color: rgb(214,172,192); }
H1.HeaderClassName
{
color: #D6ACC0;
}
.AnyTagClassName
{
color: #D6ACC0;
}
</style>
background-color css
<style>
a { background-color: #D6ACC0; }
a { background-color: rgb(214,172,192); }
div.DivClassName
{
background-color: #D6ACC0;
}
.BgClassName
{
background-color: #D6ACC0;
}
</style>
border-color css
<style>
span { border-color: #D6ACC0; }
span { border-color: rgb(214,172,192); }
td.TdClassName
{
border-color: #D6ACC0;
}
.TagClassName
{
border-color: #D6ACC0;
}
</style>