Shades of Maverick #D6B1CA
Tints of Maverick #D6B1CA
RGB
CMYK
RGB Variations
Color information
#D6B1CA (or 0xD6B1CA) is known color: Maverick. HEX triplet: D6, B1 and CA. RGB value is (214,177,202). Sum of RGB (Red+Green+Blue) = 214+177+202=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B1CA is #294E35. Grayscale: #BEBEBE. Windows color (decimal): -2706998 or 13283798. OLE color: 13283798.
HSL color Cylindrical-coordinate representation of color #D6B1CA: hue angle of 319.46º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B1CA is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 202 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.16 |
| HSL | 319.46º | 0.31% | 0.77% | - |
| HSV(B) | 319.46º | 0.17% | 0.84% | - |
| XYZ | 54.11 | 50 | 62.68 | - |
| YUV | 190.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 202 | 0 | 0.17 | 0.06 | 0.16 | 319.46 | 0.31 | 0.77 |
| Hex | D6 | B1 | CA | 0 | 11 | 6 | 10 | 13F | 1F | 4D |
| Octal | 326 | 261 | 312 | 0 | 21 | 6 | 20 | 477 | 37 | 115 |
| Binary | 11010110 | 10110001 | 11001010 | 0 | 10001 | 110 | 10000 | 100111111 | 11111 | 1001101 |
Color Harmonies of #D6B1CA
Complementary color
Monochromatic Colors of #D6B1CA
Black with #D6B1CA
Text Example
Text Example
White with #D6B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B1CA; }
p { color: rgb(214,177,202); }
H1.HeaderClassName
{
color: #D6B1CA;
}
.AnyTagClassName
{
color: #D6B1CA;
}
</style>
background-color css
<style>
a { background-color: #D6B1CA; }
a { background-color: rgb(214,177,202); }
div.DivClassName
{
background-color: #D6B1CA;
}
.BgClassName
{
background-color: #D6B1CA;
}
</style>
border-color css
<style>
span { border-color: #D6B1CA; }
span { border-color: rgb(214,177,202); }
td.TdClassName
{
border-color: #D6B1CA;
}
.TagClassName
{
border-color: #D6B1CA;
}
</style>