Shades of Maverick #D7B0CA
Tints of Maverick #D7B0CA
RGB
CMYK
RGB Variations
Color information
#D7B0CA (or 0xD7B0CA) is known color: Maverick. HEX triplet: D7, B0 and CA. RGB value is (215,176,202). Sum of RGB (Red+Green+Blue) = 215+176+202=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B0CA is #284F35. Grayscale: #BEBEBE. Windows color (decimal): -2641718 or 13283543. OLE color: 13283543.
HSL color Cylindrical-coordinate representation of color #D7B0CA: hue angle of 320º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B0CA is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 202 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.16 |
| HSL | 320º | 0.33% | 0.77% | - |
| HSV(B) | 320º | 0.18% | 0.84% | - |
| XYZ | 54.21 | 49.76 | 62.62 | - |
| YUV | 190.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 202 | 0 | 0.18 | 0.06 | 0.16 | 320 | 0.33 | 0.77 |
| Hex | D7 | B0 | CA | 0 | 12 | 6 | 10 | 140 | 21 | 4D |
| Octal | 327 | 260 | 312 | 0 | 22 | 6 | 20 | 500 | 41 | 115 |
| Binary | 11010111 | 10110000 | 11001010 | 0 | 10010 | 110 | 10000 | 101000000 | 100001 | 1001101 |
Color Harmonies of #D7B0CA
Complementary color
Monochromatic Colors of #D7B0CA
Black with #D7B0CA
Text Example
Text Example
White with #D7B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B0CA; }
p { color: rgb(215,176,202); }
H1.HeaderClassName
{
color: #D7B0CA;
}
.AnyTagClassName
{
color: #D7B0CA;
}
</style>
background-color css
<style>
a { background-color: #D7B0CA; }
a { background-color: rgb(215,176,202); }
div.DivClassName
{
background-color: #D7B0CA;
}
.BgClassName
{
background-color: #D7B0CA;
}
</style>
border-color css
<style>
span { border-color: #D7B0CA; }
span { border-color: rgb(215,176,202); }
td.TdClassName
{
border-color: #D7B0CA;
}
.TagClassName
{
border-color: #D7B0CA;
}
</style>