#D7A6C7

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

Shades of Maverick #D7A6C7

Tints of Maverick #D7A6C7

Color information

#D7A6C7 (or 0xD7A6C7) is unknown color: approx Maverick. HEX triplet: D7, A6 and C7. RGB value is (215,166,199). Sum of RGB (Red+Green+Blue) = 215+166+199=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A6C7 is #285938. Grayscale: #B8B8B8. Windows color (decimal): -2644281 or 13084375. OLE color: 13084375.

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

Color convert

RGB215166199-
CMYK00.230.070.16
HSL319.59º37.98%74.71%-
HSV(B)319.59º22.79%84.31%-
XYZ51.9745.8460.14-
YUV184.41136.23149.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 166 (65.23% from 255) = 28.62%
BLUE value IS 199 (78.12% from 255) = 34.31%
R=37.07%
G=28.62%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516619900.230.070.16319.5937.9874.71
HexD7A6C7017710140264b
Octal32724630702772050046113
Binary110101111010011011000111010111111100001010000001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A6C7; }

 p { color: rgb(215,166,199); }

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

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

 a { background-color: rgb(215,166,199); }

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

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

 span { border-color: rgb(215,166,199); }

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