Shades of Maverick #D5ABC1
Tints of Maverick #D5ABC1
RGB
CMYK
RGB Variations
Color information
#D5ABC1 (or 0xD5ABC1) is known color: Maverick. HEX triplet: D5, AB and C1. RGB value is (213,171,193). Sum of RGB (Red+Green+Blue) = 213+171+193=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABC1 is #2A543E. Grayscale: #BABABA. Windows color (decimal): -2774079 or 12692437. OLE color: 12692437.
HSL color Cylindrical-coordinate representation of color #D5ABC1: hue angle of 328.57º 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 #D5ABC1 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 193 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.16 |
| HSL | 328.57º | 0.33% | 0.75% | - |
| HSV(B) | 328.57º | 0.2% | 0.84% | - |
| XYZ | 51.63 | 47.12 | 56.83 | - |
| YUV | 186.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 193 | 0 | 0.20 | 0.09 | 0.16 | 328.57 | 0.33 | 0.75 |
| Hex | D5 | AB | C1 | 0 | 14 | 9 | 10 | 149 | 21 | 4B |
| Octal | 325 | 253 | 301 | 0 | 24 | 11 | 20 | 511 | 41 | 113 |
| Binary | 11010101 | 10101011 | 11000001 | 0 | 10100 | 1001 | 10000 | 101001001 | 100001 | 1001011 |
Color Harmonies of #D5ABC1
Complementary color
Monochromatic Colors of #D5ABC1
Black with #D5ABC1
Text Example
Text Example
White with #D5ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABC1; }
p { color: rgb(213,171,193); }
H1.HeaderClassName
{
color: #D5ABC1;
}
.AnyTagClassName
{
color: #D5ABC1;
}
</style>
background-color css
<style>
a { background-color: #D5ABC1; }
a { background-color: rgb(213,171,193); }
div.DivClassName
{
background-color: #D5ABC1;
}
.BgClassName
{
background-color: #D5ABC1;
}
</style>
border-color css
<style>
span { border-color: #D5ABC1; }
span { border-color: rgb(213,171,193); }
td.TdClassName
{
border-color: #D5ABC1;
}
.TagClassName
{
border-color: #D5ABC1;
}
</style>