Shades of Maverick #D2A0C0
Tints of Maverick #D2A0C0
RGB
CMYK
RGB Variations
Color information
#D2A0C0 (or 0xD2A0C0) is known color: Maverick. HEX triplet: D2, A0 and C0. RGB value is (210,160,192). Sum of RGB (Red+Green+Blue) = 210+160+192=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0C0 is #2D5F3F. Grayscale: #B2B2B2. Windows color (decimal): -2973504 or 12624082. OLE color: 12624082.
HSL color Cylindrical-coordinate representation of color #D2A0C0: hue angle of 321.6º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A0C0 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 192 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.18 |
| HSL | 321.6º | 0.36% | 0.73% | - |
| HSV(B) | 321.6º | 0.24% | 0.82% | - |
| XYZ | 48.66 | 42.65 | 55.54 | - |
| YUV | 178.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 192 | 0 | 0.24 | 0.09 | 0.18 | 321.6 | 0.36 | 0.73 |
| Hex | D2 | A0 | C0 | 0 | 18 | 9 | 12 | 142 | 24 | 49 |
| Octal | 322 | 240 | 300 | 0 | 30 | 11 | 22 | 502 | 44 | 111 |
| Binary | 11010010 | 10100000 | 11000000 | 0 | 11000 | 1001 | 10010 | 101000010 | 100100 | 1001001 |
Color Harmonies of #D2A0C0
Complementary color
Monochromatic Colors of #D2A0C0
Black with #D2A0C0
Text Example
Text Example
White with #D2A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A0C0; }
p { color: rgb(210,160,192); }
H1.HeaderClassName
{
color: #D2A0C0;
}
.AnyTagClassName
{
color: #D2A0C0;
}
</style>
background-color css
<style>
a { background-color: #D2A0C0; }
a { background-color: rgb(210,160,192); }
div.DivClassName
{
background-color: #D2A0C0;
}
.BgClassName
{
background-color: #D2A0C0;
}
</style>
border-color css
<style>
span { border-color: #D2A0C0; }
span { border-color: rgb(210,160,192); }
td.TdClassName
{
border-color: #D2A0C0;
}
.TagClassName
{
border-color: #D2A0C0;
}
</style>