Shades of Maverick #D6A8C3
Tints of Maverick #D6A8C3
RGB
CMYK
RGB Variations
Color information
#D6A8C3 (or 0xD6A8C3) is known color: Maverick. HEX triplet: D6, A8 and C3. RGB value is (214,168,195). Sum of RGB (Red+Green+Blue) = 214+168+195=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8C3 is #29573C. Grayscale: #B8B8B8. Windows color (decimal): -2709309 or 12822742. OLE color: 12822742.
HSL color Cylindrical-coordinate representation of color #D6A8C3: hue angle of 324.78º 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 #D6A8C3 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 195 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.16 |
| HSL | 324.78º | 0.36% | 0.75% | - |
| HSV(B) | 324.78º | 0.21% | 0.84% | - |
| XYZ | 51.58 | 46.24 | 57.84 | - |
| YUV | 184.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 195 | 0 | 0.21 | 0.09 | 0.16 | 324.78 | 0.36 | 0.75 |
| Hex | D6 | A8 | C3 | 0 | 15 | 9 | 10 | 145 | 24 | 4B |
| Octal | 326 | 250 | 303 | 0 | 25 | 11 | 20 | 505 | 44 | 113 |
| Binary | 11010110 | 10101000 | 11000011 | 0 | 10101 | 1001 | 10000 | 101000101 | 100100 | 1001011 |
Color Harmonies of #D6A8C3
Complementary color
Monochromatic Colors of #D6A8C3
Black with #D6A8C3
Text Example
Text Example
White with #D6A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8C3; }
p { color: rgb(214,168,195); }
H1.HeaderClassName
{
color: #D6A8C3;
}
.AnyTagClassName
{
color: #D6A8C3;
}
</style>
background-color css
<style>
a { background-color: #D6A8C3; }
a { background-color: rgb(214,168,195); }
div.DivClassName
{
background-color: #D6A8C3;
}
.BgClassName
{
background-color: #D6A8C3;
}
</style>
border-color css
<style>
span { border-color: #D6A8C3; }
span { border-color: rgb(214,168,195); }
td.TdClassName
{
border-color: #D6A8C3;
}
.TagClassName
{
border-color: #D6A8C3;
}
</style>