#D7A4C4

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

Shades of Maverick #D7A4C4

Tints of Maverick #D7A4C4

Color information

#D7A4C4 (or 0xD7A4C4) is unknown color: approx Maverick. HEX triplet: D7, A4 and C4. RGB value is (215,164,196). Sum of RGB (Red+Green+Blue) = 215+164+196=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4C4 is #285B3B. Grayscale: #B6B6B6. Windows color (decimal): -2644796 or 12887255. OLE color: 12887255.

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

Color convert

RGB215164196-
CMYK00.240.090.16
HSL322.35º38.93%74.31%-
HSV(B)322.35º23.72%84.31%-
XYZ51.2644.9858.21-
YUV182.9135.4150.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.39%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=37.39%
G=28.52%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516419600.240.090.16322.3538.9374.31
HexD7A4C4018910142274a
Octal327244304030112050247112
Binary1101011110100100110001000110001001100001010000101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4C4; }

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

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

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

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

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

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

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

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