#DCA6CA

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

Shades of Maverick #DCA6CA

Tints of Maverick #DCA6CA

Color information

#DCA6CA (or 0xDCA6CA) is unknown color: approx Maverick. HEX triplet: DC, A6 and CA. RGB value is (220,166,202). Sum of RGB (Red+Green+Blue) = 220+166+202=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6CA is #235935. Grayscale: #BABABA. Windows color (decimal): -2316598 or 13280988. OLE color: 13280988.

HSL color Cylindrical-coordinate representation of color #DCA6CA: hue angle of 320º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6CA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220166202-
CMYK00.250.080.14
HSL320º43.55%75.69%-
HSV(B)320º24.55%86.27%-
XYZ53.8146.7562.07-
YUV186.25136.89152.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 166 (65.23% from 255) = 28.23%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=37.41%
G=28.23%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016620200.250.080.1432043.5575.69
HexDCA6CA0198E1402c4c
Octal334246312031101650054114
Binary110111001010011011001010011001100011101010000001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6CA; }

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

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

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

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

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

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

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

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