#D7AABF

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

Shades of Maverick #D7AABF

Tints of Maverick #D7AABF

Color information

#D7AABF (or 0xD7AABF) is unknown color: approx Maverick. HEX triplet: D7, AA and BF. RGB value is (215,170,191). Sum of RGB (Red+Green+Blue) = 215+170+191=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AABF is #285540. Grayscale: #B9B9B9. Windows color (decimal): -2643265 or 12561111. OLE color: 12561111.

HSL color Cylindrical-coordinate representation of color #D7AABF: hue angle of 332º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AABF is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215170191-
CMYK00.210.110.16
HSL332º36%75.49%-
HSV(B)332º20.93%84.31%-
XYZ51.846.9655.62-
YUV185.85130.91148.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 191 (75% from 255) = 33.16%
R=37.33%
G=29.51%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517019100.210.110.163323675.49
HexD7AABF015B1014c244b
Octal327252277025132051444113
Binary1101011110101010101111110101011011100001010011001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AABF; }

 p { color: rgb(215,170,191); }

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

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

 a { background-color: rgb(215,170,191); }

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

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

 span { border-color: rgb(215,170,191); }

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