#D6A6C3

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

Shades of Maverick #D6A6C3

Tints of Maverick #D6A6C3

Color information

#D6A6C3 (or 0xD6A6C3) is unknown color: approx Maverick. HEX triplet: D6, A6 and C3. RGB value is (214,166,195). Sum of RGB (Red+Green+Blue) = 214+166+195=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6C3 is #29593C. Grayscale: #B7B7B7. Windows color (decimal): -2709821 or 12822230. OLE color: 12822230.

HSL color Cylindrical-coordinate representation of color #D6A6C3: hue angle of 323.75º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6A6C3 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB214166195-
CMYK00.220.090.16
HSL323.75º36.92%74.51%-
HSV(B)323.75º22.43%83.92%-
XYZ51.2245.5157.71-
YUV183.66134.4149.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 195 (76.56% from 255) = 33.91%
R=37.22%
G=28.87%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416619500.220.090.16323.7536.9274.51
HexD6A6C3016910144254b
Octal326246303026112050445113
Binary1101011010100110110000110101101001100001010001001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A6C3; }

 p { color: rgb(214,166,195); }

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

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

 a { background-color: rgb(214,166,195); }

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

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

 span { border-color: rgb(214,166,195); }

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