Shades of Maverick #D7A8C7
Tints of Maverick #D7A8C7
RGB
CMYK
RGB Variations
Color information
#D7A8C7 (or 0xD7A8C7) is known color: Maverick. HEX triplet: D7, A8 and C7. RGB value is (215,168,199). Sum of RGB (Red+Green+Blue) = 215+168+199=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8C7 is #285738. Grayscale: #B9B9B9. Windows color (decimal): -2643769 or 13084887. OLE color: 13084887.
HSL color Cylindrical-coordinate representation of color #D7A8C7: hue angle of 320.43º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A8C7 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 168 | 199 | - |
CMYK | 0 | 0.22 | 0.07 | 0.16 |
HSL | 320.43º | 0.37% | 0.75% | - |
HSV(B) | 320.43º | 0.22% | 0.84% | - |
XYZ | 52.34 | 46.58 | 60.26 | - |
YUV | 185.59 | 135.57 | 148.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 168 | 199 | 0 | 0.22 | 0.07 | 0.16 | 320.43 | 0.37 | 0.75 |
Hex | D7 | A8 | C7 | 0 | 16 | 7 | 10 | 140 | 25 | 4B |
Octal | 327 | 250 | 307 | 0 | 26 | 7 | 20 | 500 | 45 | 113 |
Binary | 11010111 | 10101000 | 11000111 | 0 | 10110 | 111 | 10000 | 101000000 | 100101 | 1001011 |
Color Harmonies of #D7A8C7
Complementary color
Monochromatic Colors of #D7A8C7
Black with #D7A8C7
Text Example
Text Example
White with #D7A8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8C7; }
p { color: rgb(215,168,199); }
H1.HeaderClassName
{
color: #D7A8C7;
}
.AnyTagClassName
{
color: #D7A8C7;
}
</style>
background-color css
<style>
a { background-color: #D7A8C7; }
a { background-color: rgb(215,168,199); }
div.DivClassName
{
background-color: #D7A8C7;
}
.BgClassName
{
background-color: #D7A8C7;
}
</style>
border-color css
<style>
span { border-color: #D7A8C7; }
span { border-color: rgb(215,168,199); }
td.TdClassName
{
border-color: #D7A8C7;
}
.TagClassName
{
border-color: #D7A8C7;
}
</style>