Shades of Maverick #D6B0CA
Tints of Maverick #D6B0CA
RGB
CMYK
RGB Variations
Color information
#D6B0CA (or 0xD6B0CA) is known color: Maverick. HEX triplet: D6, B0 and CA. RGB value is (214,176,202). Sum of RGB (Red+Green+Blue) = 214+176+202=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0CA is #294F35. Grayscale: #BEBEBE. Windows color (decimal): -2707254 or 13283542. OLE color: 13283542.
HSL color Cylindrical-coordinate representation of color #D6B0CA: hue angle of 318.95º 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 #D6B0CA is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 202 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.16 |
| HSL | 318.95º | 0.32% | 0.76% | - |
| HSV(B) | 318.95º | 0.18% | 0.84% | - |
| XYZ | 53.92 | 49.61 | 62.61 | - |
| YUV | 190.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 202 | 0 | 0.18 | 0.06 | 0.16 | 318.95 | 0.32 | 0.76 |
| Hex | D6 | B0 | CA | 0 | 12 | 6 | 10 | 13F | 20 | 4C |
| Octal | 326 | 260 | 312 | 0 | 22 | 6 | 20 | 477 | 40 | 114 |
| Binary | 11010110 | 10110000 | 11001010 | 0 | 10010 | 110 | 10000 | 100111111 | 100000 | 1001100 |
Color Harmonies of #D6B0CA
Complementary color
Monochromatic Colors of #D6B0CA
Black with #D6B0CA
Text Example
Text Example
White with #D6B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0CA; }
p { color: rgb(214,176,202); }
H1.HeaderClassName
{
color: #D6B0CA;
}
.AnyTagClassName
{
color: #D6B0CA;
}
</style>
background-color css
<style>
a { background-color: #D6B0CA; }
a { background-color: rgb(214,176,202); }
div.DivClassName
{
background-color: #D6B0CA;
}
.BgClassName
{
background-color: #D6B0CA;
}
</style>
border-color css
<style>
span { border-color: #D6B0CA; }
span { border-color: rgb(214,176,202); }
td.TdClassName
{
border-color: #D6B0CA;
}
.TagClassName
{
border-color: #D6B0CA;
}
</style>