#D6A4C9

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

Shades of Maverick #D6A4C9

Tints of Maverick #D6A4C9

Color information

#D6A4C9 (or 0xD6A4C9) is unknown color: approx Maverick. HEX triplet: D6, A4 and C9. RGB value is (214,164,201). Sum of RGB (Red+Green+Blue) = 214+164+201=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A4C9 is #295B36. Grayscale: #B7B7B7. Windows color (decimal): -2710327 or 13214934. OLE color: 13214934.

HSL color Cylindrical-coordinate representation of color #D6A4C9: hue angle of 315.6º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6A4C9 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214164201-
CMYK00.230.060.16
HSL315.6º37.88%74.12%-
HSV(B)315.6º23.36%83.92%-
XYZ51.5545.0661.24-
YUV183.17138.06149.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 164 (64.45% from 255) = 28.32%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=36.96%
G=28.32%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416420100.230.060.16315.637.8874.12
HexD6A4C901761013c264a
Octal32624431102762047446112
Binary110101101010010011001001010111110100001001111001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A4C9; }

 p { color: rgb(214,164,201); }

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

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

 a { background-color: rgb(214,164,201); }

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

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

 span { border-color: rgb(214,164,201); }

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