#D7A4C6

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

Shades of Maverick #D7A4C6

Tints of Maverick #D7A4C6

Color information

#D7A4C6 (or 0xD7A4C6) is unknown color: approx Maverick. HEX triplet: D7, A4 and C6. RGB value is (215,164,198). Sum of RGB (Red+Green+Blue) = 215+164+198=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4C6 is #285B39. Grayscale: #B7B7B7. Windows color (decimal): -2644794 or 13018327. OLE color: 13018327.

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

Color convert

RGB215164198-
CMYK00.240.080.16
HSL320º38.93%74.31%-
HSV(B)320º23.72%84.31%-
XYZ51.4945.0859.41-
YUV183.12136.4150.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 164 (64.45% from 255) = 28.42%
BLUE value IS 198 (77.73% from 255) = 34.32%
R=37.26%
G=28.42%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516419800.240.080.1632038.9374.31
HexD7A4C6018810140274a
Octal327244306030102050047112
Binary1101011110100100110001100110001000100001010000001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4C6; }

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

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

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

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

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

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

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

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