Shades of Maverick #D5A1C0
Tints of Maverick #D5A1C0
RGB
CMYK
RGB Variations
Color information
#D5A1C0 (or 0xD5A1C0) is known color: Maverick. HEX triplet: D5, A1 and C0. RGB value is (213,161,192). Sum of RGB (Red+Green+Blue) = 213+161+192=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1C0 is #2A5E3F. Grayscale: #B4B4B4. Windows color (decimal): -2776640 or 12624341. OLE color: 12624341.
HSL color Cylindrical-coordinate representation of color #D5A1C0: hue angle of 324.23º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1C0 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 192 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.16 |
| HSL | 324.23º | 0.38% | 0.73% | - |
| HSV(B) | 324.23º | 0.24% | 0.84% | - |
| XYZ | 49.7 | 43.44 | 55.63 | - |
| YUV | 180.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 192 | 0 | 0.24 | 0.10 | 0.16 | 324.23 | 0.38 | 0.73 |
| Hex | D5 | A1 | C0 | 0 | 18 | A | 10 | 144 | 26 | 49 |
| Octal | 325 | 241 | 300 | 0 | 30 | 12 | 20 | 504 | 46 | 111 |
| Binary | 11010101 | 10100001 | 11000000 | 0 | 11000 | 1010 | 10000 | 101000100 | 100110 | 1001001 |
Color Harmonies of #D5A1C0
Complementary color
Monochromatic Colors of #D5A1C0
Black with #D5A1C0
Text Example
Text Example
White with #D5A1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1C0; }
p { color: rgb(213,161,192); }
H1.HeaderClassName
{
color: #D5A1C0;
}
.AnyTagClassName
{
color: #D5A1C0;
}
</style>
background-color css
<style>
a { background-color: #D5A1C0; }
a { background-color: rgb(213,161,192); }
div.DivClassName
{
background-color: #D5A1C0;
}
.BgClassName
{
background-color: #D5A1C0;
}
</style>
border-color css
<style>
span { border-color: #D5A1C0; }
span { border-color: rgb(213,161,192); }
td.TdClassName
{
border-color: #D5A1C0;
}
.TagClassName
{
border-color: #D5A1C0;
}
</style>