#D6A7C6

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

Shades of Maverick #D6A7C6

Tints of Maverick #D6A7C6

Color information

#D6A7C6 (or 0xD6A7C6) is unknown color: approx Maverick. HEX triplet: D6, A7 and C6. RGB value is (214,167,198). Sum of RGB (Red+Green+Blue) = 214+167+198=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7C6 is #295839. Grayscale: #B8B8B8. Windows color (decimal): -2709562 or 13019094. OLE color: 13019094.

HSL color Cylindrical-coordinate representation of color #D6A7C6: hue angle of 320.43º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6A7C6 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214167198-
CMYK00.220.070.16
HSL320.43º36.43%74.71%-
HSV(B)320.43º21.96%83.92%-
XYZ51.7446.0159.58-
YUV184.59135.57148.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 167 (65.62% from 255) = 28.84%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=36.96%
G=28.84%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416719800.220.070.16320.4336.4374.71
HexD6A7C6016710140244b
Octal32624730602672050044113
Binary110101101010011111000110010110111100001010000001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A7C6; }

 p { color: rgb(214,167,198); }

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

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

 a { background-color: rgb(214,167,198); }

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

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

 span { border-color: rgb(214,167,198); }

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