#D1A9C9

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

Shades of Maverick #D1A9C9

Tints of Maverick #D1A9C9

Color information

#D1A9C9 (or 0xD1A9C9) is unknown color: approx Maverick. HEX triplet: D1, A9 and C9. RGB value is (209,169,201). Sum of RGB (Red+Green+Blue) = 209+169+201=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A9C9 is #2E5636. Grayscale: #B8B8B8. Windows color (decimal): -3036727 or 13216209. OLE color: 13216209.

HSL color Cylindrical-coordinate representation of color #D1A9C9: hue angle of 312º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1A9C9 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB209169201-
CMYK00.190.040.18
HSL312º30.3%74.12%-
HSV(B)312º19.14%81.96%-
XYZ51.0346.1561.48-
YUV184.61137.25145.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 169 (66.41% from 255) = 29.19%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=36.10%
G=29.19%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916920100.190.040.1831230.374.12
HexD1A9C90134121381e4a
Octal32125131102342247036112
Binary11010001101010011100100101001110010010100111000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A9C9; }

 p { color: rgb(209,169,201); }

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

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

 a { background-color: rgb(209,169,201); }

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

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

 span { border-color: rgb(209,169,201); }

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