Shades of Maverick #D0A7C5
Tints of Maverick #D0A7C5
RGB
CMYK
RGB Variations
Color information
#D0A7C5 (or 0xD0A7C5) is known color: Maverick. HEX triplet: D0, A7 and C5. RGB value is (208,167,197). Sum of RGB (Red+Green+Blue) = 208+167+197=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7C5 is #2F583A. Grayscale: #B6B6B6. Windows color (decimal): -3102779 or 12953552. OLE color: 12953552.
HSL color Cylindrical-coordinate representation of color #D0A7C5: hue angle of 316.1º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A7C5 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 197 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.18 |
| HSL | 316.1º | 0.3% | 0.74% | - |
| HSV(B) | 316.1º | 0.2% | 0.82% | - |
| XYZ | 49.91 | 45.08 | 58.89 | - |
| YUV | 182.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 197 | 0 | 0.20 | 0.05 | 0.18 | 316.1 | 0.3 | 0.74 |
| Hex | D0 | A7 | C5 | 0 | 14 | 5 | 12 | 13C | 1E | 4A |
| Octal | 320 | 247 | 305 | 0 | 24 | 5 | 22 | 474 | 36 | 112 |
| Binary | 11010000 | 10100111 | 11000101 | 0 | 10100 | 101 | 10010 | 100111100 | 11110 | 1001010 |
Color Harmonies of #D0A7C5
Complementary color
Monochromatic Colors of #D0A7C5
Black with #D0A7C5
Text Example
Text Example
White with #D0A7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A7C5; }
p { color: rgb(208,167,197); }
H1.HeaderClassName
{
color: #D0A7C5;
}
.AnyTagClassName
{
color: #D0A7C5;
}
</style>
background-color css
<style>
a { background-color: #D0A7C5; }
a { background-color: rgb(208,167,197); }
div.DivClassName
{
background-color: #D0A7C5;
}
.BgClassName
{
background-color: #D0A7C5;
}
</style>
border-color css
<style>
span { border-color: #D0A7C5; }
span { border-color: rgb(208,167,197); }
td.TdClassName
{
border-color: #D0A7C5;
}
.TagClassName
{
border-color: #D0A7C5;
}
</style>