Shades of Maverick #D6B0C9
Tints of Maverick #D6B0C9
RGB
CMYK
RGB Variations
Color information
#D6B0C9 (or 0xD6B0C9) is known color: Maverick. HEX triplet: D6, B0 and C9. RGB value is (214,176,201). Sum of RGB (Red+Green+Blue) = 214+176+201=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0C9 is #294F36. Grayscale: #BEBEBE. Windows color (decimal): -2707255 or 13218006. OLE color: 13218006.
HSL color Cylindrical-coordinate representation of color #D6B0C9: hue angle of 320.53º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6B0C9 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 201 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.16 |
| HSL | 320.53º | 0.32% | 0.76% | - |
| HSV(B) | 320.53º | 0.18% | 0.84% | - |
| XYZ | 53.8 | 49.56 | 61.99 | - |
| YUV | 190.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 201 | 0 | 0.18 | 0.06 | 0.16 | 320.53 | 0.32 | 0.76 |
| Hex | D6 | B0 | C9 | 0 | 12 | 6 | 10 | 141 | 20 | 4C |
| Octal | 326 | 260 | 311 | 0 | 22 | 6 | 20 | 501 | 40 | 114 |
| Binary | 11010110 | 10110000 | 11001001 | 0 | 10010 | 110 | 10000 | 101000001 | 100000 | 1001100 |
Color Harmonies of #D6B0C9
Complementary color
Monochromatic Colors of #D6B0C9
Black with #D6B0C9
Text Example
Text Example
White with #D6B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0C9; }
p { color: rgb(214,176,201); }
H1.HeaderClassName
{
color: #D6B0C9;
}
.AnyTagClassName
{
color: #D6B0C9;
}
</style>
background-color css
<style>
a { background-color: #D6B0C9; }
a { background-color: rgb(214,176,201); }
div.DivClassName
{
background-color: #D6B0C9;
}
.BgClassName
{
background-color: #D6B0C9;
}
</style>
border-color css
<style>
span { border-color: #D6B0C9; }
span { border-color: rgb(214,176,201); }
td.TdClassName
{
border-color: #D6B0C9;
}
.TagClassName
{
border-color: #D6B0C9;
}
</style>