#D2A6C0

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

Shades of Maverick #D2A6C0

Tints of Maverick #D2A6C0

Color information

#D2A6C0 (or 0xD2A6C0) is unknown color: approx Maverick. HEX triplet: D2, A6 and C0. RGB value is (210,166,192). Sum of RGB (Red+Green+Blue) = 210+166+192=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6C0 is #2D593F. Grayscale: #B6B6B6. Windows color (decimal): -2971968 or 12625618. OLE color: 12625618.

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

Color convert

RGB210166192-
CMYK00.210.090.18
HSL324.55º32.84%73.73%-
HSV(B)324.55º20.95%82.35%-
XYZ49.7344.7855.89-
YUV182.12133.58147.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=36.97%
G=29.23%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016619200.210.090.18324.5532.8473.73
HexD2A6C0015912145214a
Octal322246300025112250541112
Binary1101001010100110110000000101011001100101010001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A6C0; }

 p { color: rgb(210,166,192); }

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

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

 a { background-color: rgb(210,166,192); }

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

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

 span { border-color: rgb(210,166,192); }

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