#D0A2C4

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

Shades of Maverick #D0A2C4

Tints of Maverick #D0A2C4

Color information

#D0A2C4 (or 0xD0A2C4) is unknown color: approx Maverick. HEX triplet: D0, A2 and C4. RGB value is (208,162,196). Sum of RGB (Red+Green+Blue) = 208+162+196=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2C4 is #2F5D3B. Grayscale: #B3B3B3. Windows color (decimal): -3104060 or 12886736. OLE color: 12886736.

HSL color Cylindrical-coordinate representation of color #D0A2C4: hue angle of 315.65º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A2C4 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208162196-
CMYK00.220.060.18
HSL315.65º32.86%72.55%-
HSV(B)315.65º22.12%81.57%-
XYZ48.943.2457.99-
YUV179.63137.24148.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.75%
GREEN value IS 162 (63.67% from 255) = 28.62%
BLUE value IS 196 (76.95% from 255) = 34.63%
R=36.75%
G=28.62%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816219600.220.060.18315.6532.8672.55
HexD0A2C401661213c2149
Octal32024230402662247441111
Binary110100001010001011000100010110110100101001111001000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A2C4; }

 p { color: rgb(208,162,196); }

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

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

 a { background-color: rgb(208,162,196); }

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

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

 span { border-color: rgb(208,162,196); }

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