Shades of Maverick #D4A7C2
Tints of Maverick #D4A7C2
RGB
CMYK
RGB Variations
Color information
#D4A7C2 (or 0xD4A7C2) is known color: Maverick. HEX triplet: D4, A7 and C2. RGB value is (212,167,194). Sum of RGB (Red+Green+Blue) = 212+167+194=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A7C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A7C2 is #2B583D. Grayscale: #B7B7B7. Windows color (decimal): -2840638 or 12756948. OLE color: 12756948.
HSL color Cylindrical-coordinate representation of color #D4A7C2: hue angle of 324º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A7C2 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 194 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.17 |
| HSL | 324º | 0.34% | 0.74% | - |
| HSV(B) | 324º | 0.21% | 0.83% | - |
| XYZ | 50.71 | 45.53 | 57.15 | - |
| YUV | 183.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 194 | 0 | 0.21 | 0.08 | 0.17 | 324 | 0.34 | 0.74 |
| Hex | D4 | A7 | C2 | 0 | 15 | 8 | 11 | 144 | 22 | 4A |
| Octal | 324 | 247 | 302 | 0 | 25 | 10 | 21 | 504 | 42 | 112 |
| Binary | 11010100 | 10100111 | 11000010 | 0 | 10101 | 1000 | 10001 | 101000100 | 100010 | 1001010 |
Color Harmonies of #D4A7C2
Complementary color
Monochromatic Colors of #D4A7C2
Black with #D4A7C2
Text Example
Text Example
White with #D4A7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A7C2; }
p { color: rgb(212,167,194); }
H1.HeaderClassName
{
color: #D4A7C2;
}
.AnyTagClassName
{
color: #D4A7C2;
}
</style>
background-color css
<style>
a { background-color: #D4A7C2; }
a { background-color: rgb(212,167,194); }
div.DivClassName
{
background-color: #D4A7C2;
}
.BgClassName
{
background-color: #D4A7C2;
}
</style>
border-color css
<style>
span { border-color: #D4A7C2; }
span { border-color: rgb(212,167,194); }
td.TdClassName
{
border-color: #D4A7C2;
}
.TagClassName
{
border-color: #D4A7C2;
}
</style>