#D7A4CB

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

Shades of Maverick #D7A4CB

Tints of Maverick #D7A4CB

Color information

#D7A4CB (or 0xD7A4CB) is unknown color: approx Maverick. HEX triplet: D7, A4 and CB. RGB value is (215,164,203). Sum of RGB (Red+Green+Blue) = 215+164+203=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4CB is #285B34. Grayscale: #B7B7B7. Windows color (decimal): -2644789 or 13346007. OLE color: 13346007.

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

Color convert

RGB215164203-
CMYK00.240.060.16
HSL314.12º38.93%74.31%-
HSV(B)314.12º23.72%84.31%-
XYZ52.0845.3162.5-
YUV183.7138.9150.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.94%
GREEN value IS 164 (64.45% from 255) = 28.18%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=36.94%
G=28.18%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516420300.240.060.16314.1238.9374.31
HexD7A4CB01861013a274a
Octal32724431303062047247112
Binary110101111010010011001011011000110100001001110101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4CB; }

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

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

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

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

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

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

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

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