#D5A1BF

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

Shades of Maverick #D5A1BF

Tints of Maverick #D5A1BF

Color information

#D5A1BF (or 0xD5A1BF) is unknown color: approx Maverick. HEX triplet: D5, A1 and BF. RGB value is (213,161,191). Sum of RGB (Red+Green+Blue) = 213+161+191=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1BF is #2A5E40. Grayscale: #B3B3B3. Windows color (decimal): -2776641 or 12558805. OLE color: 12558805.

HSL color Cylindrical-coordinate representation of color #D5A1BF: hue angle of 325.38º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1BF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB213161191-
CMYK00.240.100.16
HSL325.38º38.24%73.33%-
HSV(B)325.38º24.41%83.53%-
XYZ49.5943.455.05-
YUV179.97134.23151.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 161 (63.28% from 255) = 28.50%
BLUE value IS 191 (75% from 255) = 33.81%
R=37.70%
G=28.50%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316119100.240.100.16325.3838.2473.33
HexD5A1BF018A101452649
Octal325241277030122050546111
Binary1101010110100001101111110110001010100001010001011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1BF; }

 p { color: rgb(213,161,191); }

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

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

 a { background-color: rgb(213,161,191); }

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

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

 span { border-color: rgb(213,161,191); }

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