Shades of Maverick #D5ABC5
Tints of Maverick #D5ABC5
RGB
CMYK
RGB Variations
Color information
#D5ABC5 (or 0xD5ABC5) is known color: Maverick. HEX triplet: D5, AB and C5. RGB value is (213,171,197). Sum of RGB (Red+Green+Blue) = 213+171+197=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABC5 is #2A543A. Grayscale: #BABABA. Windows color (decimal): -2774075 or 12954581. OLE color: 12954581.
HSL color Cylindrical-coordinate representation of color #D5ABC5: hue angle of 322.86º 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 #D5ABC5 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 197 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.16 |
| HSL | 322.86º | 0.33% | 0.75% | - |
| HSV(B) | 322.86º | 0.2% | 0.84% | - |
| XYZ | 52.08 | 47.3 | 59.21 | - |
| YUV | 186.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 197 | 0 | 0.20 | 0.08 | 0.16 | 322.86 | 0.33 | 0.75 |
| Hex | D5 | AB | C5 | 0 | 14 | 8 | 10 | 143 | 21 | 4B |
| Octal | 325 | 253 | 305 | 0 | 24 | 10 | 20 | 503 | 41 | 113 |
| Binary | 11010101 | 10101011 | 11000101 | 0 | 10100 | 1000 | 10000 | 101000011 | 100001 | 1001011 |
Color Harmonies of #D5ABC5
Complementary color
Monochromatic Colors of #D5ABC5
Black with #D5ABC5
Text Example
Text Example
White with #D5ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABC5; }
p { color: rgb(213,171,197); }
H1.HeaderClassName
{
color: #D5ABC5;
}
.AnyTagClassName
{
color: #D5ABC5;
}
</style>
background-color css
<style>
a { background-color: #D5ABC5; }
a { background-color: rgb(213,171,197); }
div.DivClassName
{
background-color: #D5ABC5;
}
.BgClassName
{
background-color: #D5ABC5;
}
</style>
border-color css
<style>
span { border-color: #D5ABC5; }
span { border-color: rgb(213,171,197); }
td.TdClassName
{
border-color: #D5ABC5;
}
.TagClassName
{
border-color: #D5ABC5;
}
</style>