#D7A6CA

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

Shades of Maverick #D7A6CA

Tints of Maverick #D7A6CA

Color information

#D7A6CA (or 0xD7A6CA) is unknown color: approx Maverick. HEX triplet: D7, A6 and CA. RGB value is (215,166,202). Sum of RGB (Red+Green+Blue) = 215+166+202=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A6CA is #285935. Grayscale: #B8B8B8. Windows color (decimal): -2644278 or 13280983. OLE color: 13280983.

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

Color convert

RGB215166202-
CMYK00.230.060.16
HSL315.92º37.98%74.71%-
HSV(B)315.92º22.79%84.31%-
XYZ52.3245.9862-
YUV184.75137.73149.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 166 (65.23% from 255) = 28.47%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=36.88%
G=28.47%
B=34.65%

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
Decimal21516620200.230.060.16315.9237.9874.71
HexD7A6CA01761013c264b
Octal32724631202762047446113
Binary110101111010011011001010010111110100001001111001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A6CA; }

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

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

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

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

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

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

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

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