Shades of Maverick #D0A8C6
Tints of Maverick #D0A8C6
RGB
CMYK
RGB Variations
Color information
#D0A8C6 (or 0xD0A8C6) is known color: Maverick. HEX triplet: D0, A8 and C6. RGB value is (208,168,198). Sum of RGB (Red+Green+Blue) = 208+168+198=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8C6 is #2F5739. Grayscale: #B7B7B7. Windows color (decimal): -3102522 or 13019344. OLE color: 13019344.
HSL color Cylindrical-coordinate representation of color #D0A8C6: hue angle of 315º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0A8C6 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 198 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.18 |
| HSL | 315º | 0.3% | 0.74% | - |
| HSV(B) | 315º | 0.19% | 0.82% | - |
| XYZ | 50.21 | 45.49 | 59.56 | - |
| YUV | 183.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 198 | 0 | 0.19 | 0.05 | 0.18 | 315 | 0.3 | 0.74 |
| Hex | D0 | A8 | C6 | 0 | 13 | 5 | 12 | 13B | 1E | 4A |
| Octal | 320 | 250 | 306 | 0 | 23 | 5 | 22 | 473 | 36 | 112 |
| Binary | 11010000 | 10101000 | 11000110 | 0 | 10011 | 101 | 10010 | 100111011 | 11110 | 1001010 |
Color Harmonies of #D0A8C6
Complementary color
Monochromatic Colors of #D0A8C6
Black with #D0A8C6
Text Example
Text Example
White with #D0A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A8C6; }
p { color: rgb(208,168,198); }
H1.HeaderClassName
{
color: #D0A8C6;
}
.AnyTagClassName
{
color: #D0A8C6;
}
</style>
background-color css
<style>
a { background-color: #D0A8C6; }
a { background-color: rgb(208,168,198); }
div.DivClassName
{
background-color: #D0A8C6;
}
.BgClassName
{
background-color: #D0A8C6;
}
</style>
border-color css
<style>
span { border-color: #D0A8C6; }
span { border-color: rgb(208,168,198); }
td.TdClassName
{
border-color: #D0A8C6;
}
.TagClassName
{
border-color: #D0A8C6;
}
</style>