Shades of Maverick #D6A8C7
Tints of Maverick #D6A8C7
RGB
CMYK
RGB Variations
Color information
#D6A8C7 (or 0xD6A8C7) is known color: Maverick. HEX triplet: D6, A8 and C7. RGB value is (214,168,199). Sum of RGB (Red+Green+Blue) = 214+168+199=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8C7 is #295738. Grayscale: #B9B9B9. Windows color (decimal): -2709305 or 13084886. OLE color: 13084886.
HSL color Cylindrical-coordinate representation of color #D6A8C7: hue angle of 319.57º degrees, saturation: 0.36, 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 #D6A8C7 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 199 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.16 |
| HSL | 319.57º | 0.36% | 0.75% | - |
| HSV(B) | 319.57º | 0.21% | 0.84% | - |
| XYZ | 52.04 | 46.42 | 60.25 | - |
| YUV | 185.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 199 | 0 | 0.21 | 0.07 | 0.16 | 319.57 | 0.36 | 0.75 |
| Hex | D6 | A8 | C7 | 0 | 15 | 7 | 10 | 140 | 24 | 4B |
| Octal | 326 | 250 | 307 | 0 | 25 | 7 | 20 | 500 | 44 | 113 |
| Binary | 11010110 | 10101000 | 11000111 | 0 | 10101 | 111 | 10000 | 101000000 | 100100 | 1001011 |
Color Harmonies of #D6A8C7
Complementary color
Monochromatic Colors of #D6A8C7
Black with #D6A8C7
Text Example
Text Example
White with #D6A8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8C7; }
p { color: rgb(214,168,199); }
H1.HeaderClassName
{
color: #D6A8C7;
}
.AnyTagClassName
{
color: #D6A8C7;
}
</style>
background-color css
<style>
a { background-color: #D6A8C7; }
a { background-color: rgb(214,168,199); }
div.DivClassName
{
background-color: #D6A8C7;
}
.BgClassName
{
background-color: #D6A8C7;
}
</style>
border-color css
<style>
span { border-color: #D6A8C7; }
span { border-color: rgb(214,168,199); }
td.TdClassName
{
border-color: #D6A8C7;
}
.TagClassName
{
border-color: #D6A8C7;
}
</style>