Shades of Maverick #D6B0C5
Tints of Maverick #D6B0C5
RGB
CMYK
RGB Variations
Color information
#D6B0C5 (or 0xD6B0C5) is known color: Maverick. HEX triplet: D6, B0 and C5. RGB value is (214,176,197). Sum of RGB (Red+Green+Blue) = 214+176+197=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0C5 is #294F3A. Grayscale: #BDBDBD. Windows color (decimal): -2707259 or 12955862. OLE color: 12955862.
HSL color Cylindrical-coordinate representation of color #D6B0C5: hue angle of 326.84º 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 #D6B0C5 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 197 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.16 |
| HSL | 326.84º | 0.32% | 0.76% | - |
| HSV(B) | 326.84º | 0.18% | 0.84% | - |
| XYZ | 53.33 | 49.38 | 59.54 | - |
| YUV | 189.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 197 | 0 | 0.18 | 0.08 | 0.16 | 326.84 | 0.32 | 0.76 |
| Hex | D6 | B0 | C5 | 0 | 12 | 8 | 10 | 147 | 20 | 4C |
| Octal | 326 | 260 | 305 | 0 | 22 | 10 | 20 | 507 | 40 | 114 |
| Binary | 11010110 | 10110000 | 11000101 | 0 | 10010 | 1000 | 10000 | 101000111 | 100000 | 1001100 |
Color Harmonies of #D6B0C5
Complementary color
Monochromatic Colors of #D6B0C5
Black with #D6B0C5
Text Example
Text Example
White with #D6B0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0C5; }
p { color: rgb(214,176,197); }
H1.HeaderClassName
{
color: #D6B0C5;
}
.AnyTagClassName
{
color: #D6B0C5;
}
</style>
background-color css
<style>
a { background-color: #D6B0C5; }
a { background-color: rgb(214,176,197); }
div.DivClassName
{
background-color: #D6B0C5;
}
.BgClassName
{
background-color: #D6B0C5;
}
</style>
border-color css
<style>
span { border-color: #D6B0C5; }
span { border-color: rgb(214,176,197); }
td.TdClassName
{
border-color: #D6B0C5;
}
.TagClassName
{
border-color: #D6B0C5;
}
</style>