#D7ABC9

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

Shades of Maverick #D7ABC9

Tints of Maverick #D7ABC9

Color information

#D7ABC9 (or 0xD7ABC9) is unknown color: approx Maverick. HEX triplet: D7, AB and C9. RGB value is (215,171,201). Sum of RGB (Red+Green+Blue) = 215+171+201=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABC9 is #285436. Grayscale: #BBBBBB. Windows color (decimal): -2642999 or 13216727. OLE color: 13216727.

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

Color convert

RGB215171201-
CMYK00.200.070.16
HSL319.09º35.48%75.69%-
HSV(B)319.09º20.47%84.31%-
XYZ53.1347.7961.68-
YUV187.58135.58147.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=36.63%
G=29.13%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517120100.200.070.16319.0935.4875.69
HexD7ABC901471013f234c
Octal32725331102472047743114
Binary110101111010101111001001010100111100001001111111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABC9; }

 p { color: rgb(215,171,201); }

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

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

 a { background-color: rgb(215,171,201); }

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

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

 span { border-color: rgb(215,171,201); }

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