#D5ABC0

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

Shades of Maverick #D5ABC0

Tints of Maverick #D5ABC0

Color information

#D5ABC0 (or 0xD5ABC0) is unknown color: approx Maverick. HEX triplet: D5, AB and C0. RGB value is (213,171,192). Sum of RGB (Red+Green+Blue) = 213+171+192=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABC0 is #2A543F. Grayscale: #B9B9B9. Windows color (decimal): -2774080 or 12626901. OLE color: 12626901.

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

Color convert

RGB213171192-
CMYK00.200.100.16
HSL330º33.33%75.29%-
HSV(B)330º19.72%83.53%-
XYZ51.5247.0856.24-
YUV185.95131.41147.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 192 (75.39% from 255) = 33.33%
R=36.98%
G=29.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317119200.200.100.1633033.3375.29
HexD5ABC0014A1014a214b
Octal325253300024122051241113
Binary1101010110101011110000000101001010100001010010101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABC0; }

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

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

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

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

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

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

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

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