Shades of Maverick #D0A6C0
Tints of Maverick #D0A6C0
RGB
CMYK
RGB Variations
Color information
#D0A6C0 (or 0xD0A6C0) is known color: Maverick. HEX triplet: D0, A6 and C0. RGB value is (208,166,192). Sum of RGB (Red+Green+Blue) = 208+166+192=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6C0 is #2F593F. Grayscale: #B5B5B5. Windows color (decimal): -3103040 or 12625616. OLE color: 12625616.
HSL color Cylindrical-coordinate representation of color #D0A6C0: hue angle of 322.86º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6C0 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 192 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.18 |
| HSL | 322.86º | 0.31% | 0.73% | - |
| HSV(B) | 322.86º | 0.2% | 0.82% | - |
| XYZ | 49.16 | 44.49 | 55.87 | - |
| YUV | 181.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 192 | 0 | 0.20 | 0.08 | 0.18 | 322.86 | 0.31 | 0.73 |
| Hex | D0 | A6 | C0 | 0 | 14 | 8 | 12 | 143 | 1F | 49 |
| Octal | 320 | 246 | 300 | 0 | 24 | 10 | 22 | 503 | 37 | 111 |
| Binary | 11010000 | 10100110 | 11000000 | 0 | 10100 | 1000 | 10010 | 101000011 | 11111 | 1001001 |
Color Harmonies of #D0A6C0
Complementary color
Monochromatic Colors of #D0A6C0
Black with #D0A6C0
Text Example
Text Example
White with #D0A6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6C0; }
p { color: rgb(208,166,192); }
H1.HeaderClassName
{
color: #D0A6C0;
}
.AnyTagClassName
{
color: #D0A6C0;
}
</style>
background-color css
<style>
a { background-color: #D0A6C0; }
a { background-color: rgb(208,166,192); }
div.DivClassName
{
background-color: #D0A6C0;
}
.BgClassName
{
background-color: #D0A6C0;
}
</style>
border-color css
<style>
span { border-color: #D0A6C0; }
span { border-color: rgb(208,166,192); }
td.TdClassName
{
border-color: #D0A6C0;
}
.TagClassName
{
border-color: #D0A6C0;
}
</style>