#D6ABC0

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

Shades of Maverick #D6ABC0

Tints of Maverick #D6ABC0

Color information

#D6ABC0 (or 0xD6ABC0) is unknown color: approx Maverick. HEX triplet: D6, AB and C0. RGB value is (214,171,192). Sum of RGB (Red+Green+Blue) = 214+171+192=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABC0 is #29543F. Grayscale: #BABABA. Windows color (decimal): -2708544 or 12626902. OLE color: 12626902.

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

Color convert

RGB214171192-
CMYK00.200.100.16
HSL330.7º34.4%75.49%-
HSV(B)330.7º20.09%83.92%-
XYZ51.8147.2356.25-
YUV186.25131.25147.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 192 (75.39% from 255) = 33.28%
R=37.09%
G=29.64%
B=33.28%

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
Decimal21417119200.200.100.16330.734.475.49
HexD6ABC0014A1014b224b
Octal326253300024122051342113
Binary1101011010101011110000000101001010100001010010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABC0; }

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

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

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

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

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

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

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

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