Shades of Maverick #D0A5BF
Tints of Maverick #D0A5BF
RGB
CMYK
RGB Variations
Color information
#D0A5BF (or 0xD0A5BF) is known color: Maverick. HEX triplet: D0, A5 and BF. RGB value is (208,165,191). Sum of RGB (Red+Green+Blue) = 208+165+191=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5BF is #2F5A40. Grayscale: #B4B4B4. Windows color (decimal): -3103297 or 12559824. OLE color: 12559824.
HSL color Cylindrical-coordinate representation of color #D0A5BF: hue angle of 323.72º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A5BF is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 191 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.18 |
| HSL | 323.72º | 0.31% | 0.73% | - |
| HSV(B) | 323.72º | 0.21% | 0.82% | - |
| XYZ | 48.87 | 44.08 | 55.22 | - |
| YUV | 180.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 191 | 0 | 0.21 | 0.08 | 0.18 | 323.72 | 0.31 | 0.73 |
| Hex | D0 | A5 | BF | 0 | 15 | 8 | 12 | 144 | 1F | 49 |
| Octal | 320 | 245 | 277 | 0 | 25 | 10 | 22 | 504 | 37 | 111 |
| Binary | 11010000 | 10100101 | 10111111 | 0 | 10101 | 1000 | 10010 | 101000100 | 11111 | 1001001 |
Color Harmonies of #D0A5BF
Complementary color
Monochromatic Colors of #D0A5BF
Black with #D0A5BF
Text Example
Text Example
White with #D0A5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A5BF; }
p { color: rgb(208,165,191); }
H1.HeaderClassName
{
color: #D0A5BF;
}
.AnyTagClassName
{
color: #D0A5BF;
}
</style>
background-color css
<style>
a { background-color: #D0A5BF; }
a { background-color: rgb(208,165,191); }
div.DivClassName
{
background-color: #D0A5BF;
}
.BgClassName
{
background-color: #D0A5BF;
}
</style>
border-color css
<style>
span { border-color: #D0A5BF; }
span { border-color: rgb(208,165,191); }
td.TdClassName
{
border-color: #D0A5BF;
}
.TagClassName
{
border-color: #D0A5BF;
}
</style>