Shades of Maverick #D0A8BD
Tints of Maverick #D0A8BD
RGB
CMYK
RGB Variations
Color information
#D0A8BD (or 0xD0A8BD) is known color: Maverick. HEX triplet: D0, A8 and BD. RGB value is (208,168,189). Sum of RGB (Red+Green+Blue) = 208+168+189=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8BD is #2F5742. Grayscale: #B6B6B6. Windows color (decimal): -3102531 or 12429520. OLE color: 12429520.
HSL color Cylindrical-coordinate representation of color #D0A8BD: hue angle of 328.5º 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 #D0A8BD is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 189 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.18 |
| HSL | 328.5º | 0.3% | 0.74% | - |
| HSV(B) | 328.5º | 0.19% | 0.82% | - |
| XYZ | 49.2 | 45.09 | 54.25 | - |
| YUV | 182.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 189 | 0 | 0.19 | 0.09 | 0.18 | 328.5 | 0.3 | 0.74 |
| Hex | D0 | A8 | BD | 0 | 13 | 9 | 12 | 148 | 1E | 4A |
| Octal | 320 | 250 | 275 | 0 | 23 | 11 | 22 | 510 | 36 | 112 |
| Binary | 11010000 | 10101000 | 10111101 | 0 | 10011 | 1001 | 10010 | 101001000 | 11110 | 1001010 |
Color Harmonies of #D0A8BD
Complementary color
Monochromatic Colors of #D0A8BD
Black with #D0A8BD
Text Example
Text Example
White with #D0A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A8BD; }
p { color: rgb(208,168,189); }
H1.HeaderClassName
{
color: #D0A8BD;
}
.AnyTagClassName
{
color: #D0A8BD;
}
</style>
background-color css
<style>
a { background-color: #D0A8BD; }
a { background-color: rgb(208,168,189); }
div.DivClassName
{
background-color: #D0A8BD;
}
.BgClassName
{
background-color: #D0A8BD;
}
</style>
border-color css
<style>
span { border-color: #D0A8BD; }
span { border-color: rgb(208,168,189); }
td.TdClassName
{
border-color: #D0A8BD;
}
.TagClassName
{
border-color: #D0A8BD;
}
</style>