Shades of Maverick #D7ABCB
Tints of Maverick #D7ABCB
RGB
CMYK
RGB Variations
Color information
#D7ABCB (or 0xD7ABCB) is known color: Maverick. HEX triplet: D7, AB and CB. RGB value is (215,171,203). Sum of RGB (Red+Green+Blue) = 215+171+203=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABCB is #285434. Grayscale: #BBBBBB. Windows color (decimal): -2642997 or 13347799. OLE color: 13347799.
HSL color Cylindrical-coordinate representation of color #D7ABCB: hue angle of 316.36º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ABCB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 171 | 203 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.16 |
| HSL | 316.36º | 0.35% | 0.76% | - |
| HSV(B) | 316.36º | 0.2% | 0.84% | - |
| XYZ | 53.37 | 47.88 | 62.93 | - |
| YUV | 187.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 203 | 0 | 0.20 | 0.06 | 0.16 | 316.36 | 0.35 | 0.76 |
| Hex | D7 | AB | CB | 0 | 14 | 6 | 10 | 13C | 23 | 4C |
| Octal | 327 | 253 | 313 | 0 | 24 | 6 | 20 | 474 | 43 | 114 |
| Binary | 11010111 | 10101011 | 11001011 | 0 | 10100 | 110 | 10000 | 100111100 | 100011 | 1001100 |
Color Harmonies of #D7ABCB
Complementary color
Monochromatic Colors of #D7ABCB
Black with #D7ABCB
Text Example
Text Example
White with #D7ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ABCB; }
p { color: rgb(215,171,203); }
H1.HeaderClassName
{
color: #D7ABCB;
}
.AnyTagClassName
{
color: #D7ABCB;
}
</style>
background-color css
<style>
a { background-color: #D7ABCB; }
a { background-color: rgb(215,171,203); }
div.DivClassName
{
background-color: #D7ABCB;
}
.BgClassName
{
background-color: #D7ABCB;
}
</style>
border-color css
<style>
span { border-color: #D7ABCB; }
span { border-color: rgb(215,171,203); }
td.TdClassName
{
border-color: #D7ABCB;
}
.TagClassName
{
border-color: #D7ABCB;
}
</style>