#D6A7C9

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

Shades of Maverick #D6A7C9

Tints of Maverick #D6A7C9

Color information

#D6A7C9 (or 0xD6A7C9) is unknown color: approx Maverick. HEX triplet: D6, A7 and C9. RGB value is (214,167,201). Sum of RGB (Red+Green+Blue) = 214+167+201=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7C9 is #295836. Grayscale: #B8B8B8. Windows color (decimal): -2709559 or 13215702. OLE color: 13215702.

HSL color Cylindrical-coordinate representation of color #D6A7C9: hue angle of 316.6º 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 #D6A7C9 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214167201-
CMYK00.220.060.16
HSL316.6º36.43%74.71%-
HSV(B)316.6º21.96%83.92%-
XYZ52.0946.1561.42-
YUV184.93137.07148.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 167 (65.62% from 255) = 28.69%
BLUE value IS 201 (78.91% from 255) = 34.54%
R=36.77%
G=28.69%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416720100.220.060.16316.636.4374.71
HexD6A7C901661013d244b
Octal32624731102662047544113
Binary110101101010011111001001010110110100001001111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A7C9; }

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

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

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

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

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

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

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

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