#D5ABC3

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

Shades of Maverick #D5ABC3

Tints of Maverick #D5ABC3

Color information

#D5ABC3 (or 0xD5ABC3) is unknown color: approx Maverick. HEX triplet: D5, AB and C3. RGB value is (213,171,195). Sum of RGB (Red+Green+Blue) = 213+171+195=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABC3 is #2A543C. Grayscale: #BABABA. Windows color (decimal): -2774077 or 12823509. OLE color: 12823509.

HSL color Cylindrical-coordinate representation of color #D5ABC3: hue angle of 325.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABC3 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB213171195-
CMYK00.200.080.16
HSL325.71º33.33%75.29%-
HSV(B)325.71º19.72%83.53%-
XYZ51.8547.2158.01-
YUV186.29132.91147.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 195 (76.56% from 255) = 33.68%
R=36.79%
G=29.53%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317119500.200.080.16325.7133.3375.29
HexD5ABC3014810146214b
Octal325253303024102050641113
Binary1101010110101011110000110101001000100001010001101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABC3; }

 p { color: rgb(213,171,195); }

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

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

 a { background-color: rgb(213,171,195); }

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

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

 span { border-color: rgb(213,171,195); }

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