Shades of Maverick #D6B0C8
Tints of Maverick #D6B0C8
RGB
CMYK
RGB Variations
Color information
#D6B0C8 (or 0xD6B0C8) is known color: Maverick. HEX triplet: D6, B0 and C8. RGB value is (214,176,200). Sum of RGB (Red+Green+Blue) = 214+176+200=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0C8 is #294F37. Grayscale: #BEBEBE. Windows color (decimal): -2707256 or 13152470. OLE color: 13152470.
HSL color Cylindrical-coordinate representation of color #D6B0C8: hue angle of 322.11º 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 #D6B0C8 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 200 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.16 |
| HSL | 322.11º | 0.32% | 0.76% | - |
| HSV(B) | 322.11º | 0.18% | 0.84% | - |
| XYZ | 53.68 | 49.52 | 61.37 | - |
| YUV | 190.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 200 | 0 | 0.18 | 0.07 | 0.16 | 322.11 | 0.32 | 0.76 |
| Hex | D6 | B0 | C8 | 0 | 12 | 7 | 10 | 142 | 20 | 4C |
| Octal | 326 | 260 | 310 | 0 | 22 | 7 | 20 | 502 | 40 | 114 |
| Binary | 11010110 | 10110000 | 11001000 | 0 | 10010 | 111 | 10000 | 101000010 | 100000 | 1001100 |
Color Harmonies of #D6B0C8
Complementary color
Monochromatic Colors of #D6B0C8
Black with #D6B0C8
Text Example
Text Example
White with #D6B0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0C8; }
p { color: rgb(214,176,200); }
H1.HeaderClassName
{
color: #D6B0C8;
}
.AnyTagClassName
{
color: #D6B0C8;
}
</style>
background-color css
<style>
a { background-color: #D6B0C8; }
a { background-color: rgb(214,176,200); }
div.DivClassName
{
background-color: #D6B0C8;
}
.BgClassName
{
background-color: #D6B0C8;
}
</style>
border-color css
<style>
span { border-color: #D6B0C8; }
span { border-color: rgb(214,176,200); }
td.TdClassName
{
border-color: #D6B0C8;
}
.TagClassName
{
border-color: #D6B0C8;
}
</style>