#D7A8C9

Color #D7A8C9 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D7A8C9

Tints of Maverick #D7A8C9

Color information

#D7A8C9 (or 0xD7A8C9) is unknown color: approx Maverick. HEX triplet: D7, A8 and C9. RGB value is (215,168,201). Sum of RGB (Red+Green+Blue) = 215+168+201=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8C9 is #285736. Grayscale: #B9B9B9. Windows color (decimal): -2643767 or 13215959. OLE color: 13215959.

HSL color Cylindrical-coordinate representation of color #D7A8C9: hue angle of 317.87º 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 #D7A8C9 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215168201-
CMYK00.220.070.16
HSL317.87º37.01%75.1%-
HSV(B)317.87º21.86%84.31%-
XYZ52.5746.6761.5-
YUV185.82136.57148.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 168 (66.02% from 255) = 28.77%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=36.82%
G=28.77%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516820100.220.070.16317.8737.0175.1
HexD7A8C901671013e254b
Octal32725031102672047645113
Binary110101111010100011001001010110111100001001111101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A8C9; }

 p { color: rgb(215,168,201); }

 H1.HeaderClassName
 {
   color: #D7A8C9;
 }
 .AnyTagClassName
 {
   color: #D7A8C9;
 }
</style>
background-color css

<style>
 a { background-color: #D7A8C9; }

 a { background-color: rgb(215,168,201); }

 div.DivClassName
 {
   background-color: #D7A8C9;
 }
 .BgClassName
 {
   background-color: #D7A8C9;
 }
</style>
border-color css

<style>
 span { border-color: #D7A8C9; }

 span { border-color: rgb(215,168,201); }

 td.TdClassName
 {
   border-color: #D7A8C9;
 }
 .TagClassName
 {
   border-color: #D7A8C9;
 }
</style>