#D7A2CA

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

Shades of Maverick #D7A2CA

Tints of Maverick #D7A2CA

Color information

#D7A2CA (or 0xD7A2CA) is unknown color: approx Maverick. HEX triplet: D7, A2 and CA. RGB value is (215,162,202). Sum of RGB (Red+Green+Blue) = 215+162+202=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A2CA is #285D35. Grayscale: #B6B6B6. Windows color (decimal): -2645302 or 13279959. OLE color: 13279959.

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

Color convert

RGB215162202-
CMYK00.250.060.16
HSL314.72º39.85%73.92%-
HSV(B)314.72º24.65%84.31%-
XYZ51.6144.5561.76-
YUV182.41139.06151.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 162 (63.67% from 255) = 27.98%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=37.13%
G=27.98%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516220200.250.060.16314.7239.8573.92
HexD7A2CA01961013b284a
Octal32724231203162047350112
Binary110101111010001011001010011001110100001001110111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A2CA; }

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

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

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

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

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

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

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

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