Shades of Maverick #D0A5BC
Tints of Maverick #D0A5BC
RGB
CMYK
RGB Variations
Color information
#D0A5BC (or 0xD0A5BC) is known color: Maverick. HEX triplet: D0, A5 and BC. RGB value is (208,165,188). Sum of RGB (Red+Green+Blue) = 208+165+188=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5BC is #2F5A43. Grayscale: #B4B4B4. Windows color (decimal): -3103300 or 12363216. OLE color: 12363216.
HSL color Cylindrical-coordinate representation of color #D0A5BC: hue angle of 327.91º 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 #D0A5BC is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 188 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.18 |
| HSL | 327.91º | 0.31% | 0.73% | - |
| HSV(B) | 327.91º | 0.21% | 0.82% | - |
| XYZ | 48.54 | 43.95 | 53.5 | - |
| YUV | 180.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 188 | 0 | 0.21 | 0.10 | 0.18 | 327.91 | 0.31 | 0.73 |
| Hex | D0 | A5 | BC | 0 | 15 | A | 12 | 148 | 1F | 49 |
| Octal | 320 | 245 | 274 | 0 | 25 | 12 | 22 | 510 | 37 | 111 |
| Binary | 11010000 | 10100101 | 10111100 | 0 | 10101 | 1010 | 10010 | 101001000 | 11111 | 1001001 |
Color Harmonies of #D0A5BC
Complementary color
Monochromatic Colors of #D0A5BC
Black with #D0A5BC
Text Example
Text Example
White with #D0A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A5BC; }
p { color: rgb(208,165,188); }
H1.HeaderClassName
{
color: #D0A5BC;
}
.AnyTagClassName
{
color: #D0A5BC;
}
</style>
background-color css
<style>
a { background-color: #D0A5BC; }
a { background-color: rgb(208,165,188); }
div.DivClassName
{
background-color: #D0A5BC;
}
.BgClassName
{
background-color: #D0A5BC;
}
</style>
border-color css
<style>
span { border-color: #D0A5BC; }
span { border-color: rgb(208,165,188); }
td.TdClassName
{
border-color: #D0A5BC;
}
.TagClassName
{
border-color: #D0A5BC;
}
</style>