Shades of Maverick #D5A8C1
Tints of Maverick #D5A8C1
RGB
CMYK
RGB Variations
Color information
#D5A8C1 (or 0xD5A8C1) is known color: Maverick. HEX triplet: D5, A8 and C1. RGB value is (213,168,193). Sum of RGB (Red+Green+Blue) = 213+168+193=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A8C1 is #2A573E. Grayscale: #B8B8B8. Windows color (decimal): -2774847 or 12691669. OLE color: 12691669.
HSL color Cylindrical-coordinate representation of color #D5A8C1: hue angle of 326.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A8C1 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 193 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.16 |
| HSL | 326.67º | 0.35% | 0.75% | - |
| HSV(B) | 326.67º | 0.21% | 0.84% | - |
| XYZ | 51.07 | 46 | 56.64 | - |
| YUV | 184.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 193 | 0 | 0.21 | 0.09 | 0.16 | 326.67 | 0.35 | 0.75 |
| Hex | D5 | A8 | C1 | 0 | 15 | 9 | 10 | 147 | 23 | 4B |
| Octal | 325 | 250 | 301 | 0 | 25 | 11 | 20 | 507 | 43 | 113 |
| Binary | 11010101 | 10101000 | 11000001 | 0 | 10101 | 1001 | 10000 | 101000111 | 100011 | 1001011 |
Color Harmonies of #D5A8C1
Complementary color
Monochromatic Colors of #D5A8C1
Black with #D5A8C1
Text Example
Text Example
White with #D5A8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8C1; }
p { color: rgb(213,168,193); }
H1.HeaderClassName
{
color: #D5A8C1;
}
.AnyTagClassName
{
color: #D5A8C1;
}
</style>
background-color css
<style>
a { background-color: #D5A8C1; }
a { background-color: rgb(213,168,193); }
div.DivClassName
{
background-color: #D5A8C1;
}
.BgClassName
{
background-color: #D5A8C1;
}
</style>
border-color css
<style>
span { border-color: #D5A8C1; }
span { border-color: rgb(213,168,193); }
td.TdClassName
{
border-color: #D5A8C1;
}
.TagClassName
{
border-color: #D5A8C1;
}
</style>