#D1A7BB

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

Shades of Maverick #D1A7BB

Tints of Maverick #D1A7BB

Color information

#D1A7BB (or 0xD1A7BB) is unknown color: approx Maverick. HEX triplet: D1, A7 and BB. RGB value is (209,167,187). Sum of RGB (Red+Green+Blue) = 209+167+187=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A7BB is #2E5844. Grayscale: #B5B5B5. Windows color (decimal): -3037253 or 12298193. OLE color: 12298193.

HSL color Cylindrical-coordinate representation of color #D1A7BB: hue angle of 331.43º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A7BB is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209167187-
CMYK00.200.110.18
HSL331.43º31.34%73.73%-
HSV(B)331.43º20.1%81.96%-
XYZ49.0844.7853.07-
YUV181.84130.91147.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=37.12%
G=29.66%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916718700.200.110.18331.4331.3473.73
HexD1A7BB014B1214b1f4a
Octal321247273024132251337112
Binary110100011010011110111011010100101110010101001011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A7BB; }

 p { color: rgb(209,167,187); }

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

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

 a { background-color: rgb(209,167,187); }

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

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

 span { border-color: rgb(209,167,187); }

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