Shades of Maverick #D4A5C3
Tints of Maverick #D4A5C3
RGB
CMYK
RGB Variations
Color information
#D4A5C3 (or 0xD4A5C3) is known color: Maverick. HEX triplet: D4, A5 and C3. RGB value is (212,165,195). Sum of RGB (Red+Green+Blue) = 212+165+195=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A5C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A5C3 is #2B5A3C. Grayscale: #B6B6B6. Windows color (decimal): -2841149 or 12821972. OLE color: 12821972.
HSL color Cylindrical-coordinate representation of color #D4A5C3: hue angle of 321.7º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A5C3 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 195 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.17 |
| HSL | 321.7º | 0.35% | 0.74% | - |
| HSV(B) | 321.7º | 0.22% | 0.83% | - |
| XYZ | 50.46 | 44.85 | 57.63 | - |
| YUV | 182.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 195 | 0 | 0.22 | 0.08 | 0.17 | 321.7 | 0.35 | 0.74 |
| Hex | D4 | A5 | C3 | 0 | 16 | 8 | 11 | 142 | 23 | 4A |
| Octal | 324 | 245 | 303 | 0 | 26 | 10 | 21 | 502 | 43 | 112 |
| Binary | 11010100 | 10100101 | 11000011 | 0 | 10110 | 1000 | 10001 | 101000010 | 100011 | 1001010 |
Color Harmonies of #D4A5C3
Complementary color
Monochromatic Colors of #D4A5C3
Black with #D4A5C3
Text Example
Text Example
White with #D4A5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A5C3; }
p { color: rgb(212,165,195); }
H1.HeaderClassName
{
color: #D4A5C3;
}
.AnyTagClassName
{
color: #D4A5C3;
}
</style>
background-color css
<style>
a { background-color: #D4A5C3; }
a { background-color: rgb(212,165,195); }
div.DivClassName
{
background-color: #D4A5C3;
}
.BgClassName
{
background-color: #D4A5C3;
}
</style>
border-color css
<style>
span { border-color: #D4A5C3; }
span { border-color: rgb(212,165,195); }
td.TdClassName
{
border-color: #D4A5C3;
}
.TagClassName
{
border-color: #D4A5C3;
}
</style>