#D5A6C7

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

Shades of Maverick #D5A6C7

Tints of Maverick #D5A6C7

Color information

#D5A6C7 (or 0xD5A6C7) is unknown color: approx Maverick. HEX triplet: D5, A6 and C7. RGB value is (213,166,199). Sum of RGB (Red+Green+Blue) = 213+166+199=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6C7 is #2A5938. Grayscale: #B7B7B7. Windows color (decimal): -2775353 or 13084373. OLE color: 13084373.

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

Color convert

RGB213166199-
CMYK00.220.070.16
HSL317.87º35.88%74.31%-
HSV(B)317.87º22.07%83.53%-
XYZ51.3945.5460.12-
YUV183.82136.57148.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 166 (65.23% from 255) = 28.72%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=36.85%
G=28.72%
B=34.43%

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
Decimal21316619900.220.070.16317.8735.8874.31
HexD5A6C701671013e244a
Octal32524630702672047644112
Binary110101011010011011000111010110111100001001111101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A6C7; }

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

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

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

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

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

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

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

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