Shades of Maverick #D0A5C5
Tints of Maverick #D0A5C5
RGB
CMYK
RGB Variations
Color information
#D0A5C5 (or 0xD0A5C5) is known color: Maverick. HEX triplet: D0, A5 and C5. RGB value is (208,165,197). Sum of RGB (Red+Green+Blue) = 208+165+197=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5C5 is #2F5A3A. Grayscale: #B5B5B5. Windows color (decimal): -3103291 or 12953040. OLE color: 12953040.
HSL color Cylindrical-coordinate representation of color #D0A5C5: hue angle of 315.35º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A5C5 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 197 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.18 |
| HSL | 315.35º | 0.31% | 0.73% | - |
| HSV(B) | 315.35º | 0.21% | 0.82% | - |
| XYZ | 49.55 | 44.35 | 58.77 | - |
| YUV | 181.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 197 | 0 | 0.21 | 0.05 | 0.18 | 315.35 | 0.31 | 0.73 |
| Hex | D0 | A5 | C5 | 0 | 15 | 5 | 12 | 13B | 1F | 49 |
| Octal | 320 | 245 | 305 | 0 | 25 | 5 | 22 | 473 | 37 | 111 |
| Binary | 11010000 | 10100101 | 11000101 | 0 | 10101 | 101 | 10010 | 100111011 | 11111 | 1001001 |
Color Harmonies of #D0A5C5
Complementary color
Monochromatic Colors of #D0A5C5
Black with #D0A5C5
Text Example
Text Example
White with #D0A5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A5C5; }
p { color: rgb(208,165,197); }
H1.HeaderClassName
{
color: #D0A5C5;
}
.AnyTagClassName
{
color: #D0A5C5;
}
</style>
background-color css
<style>
a { background-color: #D0A5C5; }
a { background-color: rgb(208,165,197); }
div.DivClassName
{
background-color: #D0A5C5;
}
.BgClassName
{
background-color: #D0A5C5;
}
</style>
border-color css
<style>
span { border-color: #D0A5C5; }
span { border-color: rgb(208,165,197); }
td.TdClassName
{
border-color: #D0A5C5;
}
.TagClassName
{
border-color: #D0A5C5;
}
</style>