Shades of Maverick #D0A6C3
Tints of Maverick #D0A6C3
RGB
CMYK
RGB Variations
Color information
#D0A6C3 (or 0xD0A6C3) is known color: Maverick. HEX triplet: D0, A6 and C3. RGB value is (208,166,195). Sum of RGB (Red+Green+Blue) = 208+166+195=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6C3 is #2F593C. Grayscale: #B5B5B5. Windows color (decimal): -3103037 or 12822224. OLE color: 12822224.
HSL color Cylindrical-coordinate representation of color #D0A6C3: hue angle of 318.57º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6C3 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 195 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.18 |
| HSL | 318.57º | 0.31% | 0.73% | - |
| HSV(B) | 318.57º | 0.2% | 0.82% | - |
| XYZ | 49.5 | 44.62 | 57.63 | - |
| YUV | 181.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 195 | 0 | 0.20 | 0.06 | 0.18 | 318.57 | 0.31 | 0.73 |
| Hex | D0 | A6 | C3 | 0 | 14 | 6 | 12 | 13F | 1F | 49 |
| Octal | 320 | 246 | 303 | 0 | 24 | 6 | 22 | 477 | 37 | 111 |
| Binary | 11010000 | 10100110 | 11000011 | 0 | 10100 | 110 | 10010 | 100111111 | 11111 | 1001001 |
Color Harmonies of #D0A6C3
Complementary color
Monochromatic Colors of #D0A6C3
Black with #D0A6C3
Text Example
Text Example
White with #D0A6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6C3; }
p { color: rgb(208,166,195); }
H1.HeaderClassName
{
color: #D0A6C3;
}
.AnyTagClassName
{
color: #D0A6C3;
}
</style>
background-color css
<style>
a { background-color: #D0A6C3; }
a { background-color: rgb(208,166,195); }
div.DivClassName
{
background-color: #D0A6C3;
}
.BgClassName
{
background-color: #D0A6C3;
}
</style>
border-color css
<style>
span { border-color: #D0A6C3; }
span { border-color: rgb(208,166,195); }
td.TdClassName
{
border-color: #D0A6C3;
}
.TagClassName
{
border-color: #D0A6C3;
}
</style>