Shades of Maverick #D5ABC7
Tints of Maverick #D5ABC7
RGB
CMYK
RGB Variations
Color information
#D5ABC7 (or 0xD5ABC7) is known color: Maverick. HEX triplet: D5, AB and C7. RGB value is (213,171,199). Sum of RGB (Red+Green+Blue) = 213+171+199=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABC7 is #2A5438. Grayscale: #BABABA. Windows color (decimal): -2774073 or 13085653. OLE color: 13085653.
HSL color Cylindrical-coordinate representation of color #D5ABC7: hue angle of 320º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABC7 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 199 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.16 |
| HSL | 320º | 0.33% | 0.75% | - |
| HSV(B) | 320º | 0.2% | 0.84% | - |
| XYZ | 52.31 | 47.4 | 60.42 | - |
| YUV | 186.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 199 | 0 | 0.20 | 0.07 | 0.16 | 320 | 0.33 | 0.75 |
| Hex | D5 | AB | C7 | 0 | 14 | 7 | 10 | 140 | 21 | 4B |
| Octal | 325 | 253 | 307 | 0 | 24 | 7 | 20 | 500 | 41 | 113 |
| Binary | 11010101 | 10101011 | 11000111 | 0 | 10100 | 111 | 10000 | 101000000 | 100001 | 1001011 |
Color Harmonies of #D5ABC7
Complementary color
Monochromatic Colors of #D5ABC7
Black with #D5ABC7
Text Example
Text Example
White with #D5ABC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABC7; }
p { color: rgb(213,171,199); }
H1.HeaderClassName
{
color: #D5ABC7;
}
.AnyTagClassName
{
color: #D5ABC7;
}
</style>
background-color css
<style>
a { background-color: #D5ABC7; }
a { background-color: rgb(213,171,199); }
div.DivClassName
{
background-color: #D5ABC7;
}
.BgClassName
{
background-color: #D5ABC7;
}
</style>
border-color css
<style>
span { border-color: #D5ABC7; }
span { border-color: rgb(213,171,199); }
td.TdClassName
{
border-color: #D5ABC7;
}
.TagClassName
{
border-color: #D5ABC7;
}
</style>