Shades of Maverick #DCABCB
Tints of Maverick #DCABCB
RGB
CMYK
RGB Variations
Color information
#DCABCB (or 0xDCABCB) is known color: Maverick. HEX triplet: DC, AB and CB. RGB value is (220,171,203). Sum of RGB (Red+Green+Blue) = 220+171+203=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABCB is #235434. Grayscale: #BDBDBD. Windows color (decimal): -2315317 or 13347804. OLE color: 13347804.
HSL color Cylindrical-coordinate representation of color #DCABCB: hue angle of 320.82º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABCB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 203 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.14 |
| HSL | 320.82º | 0.41% | 0.77% | - |
| HSV(B) | 320.82º | 0.22% | 0.86% | - |
| XYZ | 54.86 | 48.65 | 63 | - |
| YUV | 189.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 203 | 0 | 0.22 | 0.08 | 0.14 | 320.82 | 0.41 | 0.77 |
| Hex | DC | AB | CB | 0 | 16 | 8 | E | 141 | 29 | 4D |
| Octal | 334 | 253 | 313 | 0 | 26 | 10 | 16 | 501 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11001011 | 0 | 10110 | 1000 | 1110 | 101000001 | 101001 | 1001101 |
Color Harmonies of #DCABCB
Complementary color
Monochromatic Colors of #DCABCB
Black with #DCABCB
Text Example
Text Example
White with #DCABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABCB; }
p { color: rgb(220,171,203); }
H1.HeaderClassName
{
color: #DCABCB;
}
.AnyTagClassName
{
color: #DCABCB;
}
</style>
background-color css
<style>
a { background-color: #DCABCB; }
a { background-color: rgb(220,171,203); }
div.DivClassName
{
background-color: #DCABCB;
}
.BgClassName
{
background-color: #DCABCB;
}
</style>
border-color css
<style>
span { border-color: #DCABCB; }
span { border-color: rgb(220,171,203); }
td.TdClassName
{
border-color: #DCABCB;
}
.TagClassName
{
border-color: #DCABCB;
}
</style>