#D7A4C9

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

Shades of Maverick #D7A4C9

Tints of Maverick #D7A4C9

Color information

#D7A4C9 (or 0xD7A4C9) is unknown color: approx Maverick. HEX triplet: D7, A4 and C9. RGB value is (215,164,201). Sum of RGB (Red+Green+Blue) = 215+164+201=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4C9 is #285B36. Grayscale: #B7B7B7. Windows color (decimal): -2644791 or 13214935. OLE color: 13214935.

HSL color Cylindrical-coordinate representation of color #D7A4C9: hue angle of 316.47º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A4C9 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215164201-
CMYK00.240.070.16
HSL316.47º38.93%74.31%-
HSV(B)316.47º23.72%84.31%-
XYZ51.8445.2261.25-
YUV183.47137.9150.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 164 (64.45% from 255) = 28.28%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=37.07%
G=28.28%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516420100.240.070.16316.4738.9374.31
HexD7A4C901871013c274a
Octal32724431103072047447112
Binary110101111010010011001001011000111100001001111001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4C9; }

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

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

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

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

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

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

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

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