Shades of Maverick #D6ACCB
Tints of Maverick #D6ACCB
RGB
CMYK
RGB Variations
Color information
#D6ACCB (or 0xD6ACCB) is known color: Maverick. HEX triplet: D6, AC and CB. RGB value is (214,172,203). Sum of RGB (Red+Green+Blue) = 214+172+203=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACCB is #295334. Grayscale: #BCBCBC. Windows color (decimal): -2708277 or 13348054. OLE color: 13348054.
HSL color Cylindrical-coordinate representation of color #D6ACCB: hue angle of 315.71º degrees, saturation: 0.34, 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 #D6ACCB is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 203 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.16 |
| HSL | 315.71º | 0.34% | 0.76% | - |
| HSV(B) | 315.71º | 0.2% | 0.84% | - |
| XYZ | 53.26 | 48.11 | 62.98 | - |
| YUV | 188.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 203 | 0 | 0.20 | 0.05 | 0.16 | 315.71 | 0.34 | 0.76 |
| Hex | D6 | AC | CB | 0 | 14 | 5 | 10 | 13C | 22 | 4C |
| Octal | 326 | 254 | 313 | 0 | 24 | 5 | 20 | 474 | 42 | 114 |
| Binary | 11010110 | 10101100 | 11001011 | 0 | 10100 | 101 | 10000 | 100111100 | 100010 | 1001100 |
Color Harmonies of #D6ACCB
Complementary color
Monochromatic Colors of #D6ACCB
Black with #D6ACCB
Text Example
Text Example
White with #D6ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ACCB; }
p { color: rgb(214,172,203); }
H1.HeaderClassName
{
color: #D6ACCB;
}
.AnyTagClassName
{
color: #D6ACCB;
}
</style>
background-color css
<style>
a { background-color: #D6ACCB; }
a { background-color: rgb(214,172,203); }
div.DivClassName
{
background-color: #D6ACCB;
}
.BgClassName
{
background-color: #D6ACCB;
}
</style>
border-color css
<style>
span { border-color: #D6ACCB; }
span { border-color: rgb(214,172,203); }
td.TdClassName
{
border-color: #D6ACCB;
}
.TagClassName
{
border-color: #D6ACCB;
}
</style>