#D6A9C0

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

Shades of Maverick #D6A9C0

Tints of Maverick #D6A9C0

Color information

#D6A9C0 (or 0xD6A9C0) is unknown color: approx Maverick. HEX triplet: D6, A9 and C0. RGB value is (214,169,192). Sum of RGB (Red+Green+Blue) = 214+169+192=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A9C0 is #29563F. Grayscale: #B9B9B9. Windows color (decimal): -2709056 or 12626390. OLE color: 12626390.

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

Color convert

RGB214169192-
CMYK00.210.100.16
HSL329.33º35.43%75.1%-
HSV(B)329.33º21.03%83.92%-
XYZ51.4346.4856.13-
YUV185.08131.91148.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 169 (66.41% from 255) = 29.39%
BLUE value IS 192 (75.39% from 255) = 33.39%
R=37.22%
G=29.39%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416919200.210.100.16329.3335.4375.1
HexD6A9C0015A10149234b
Octal326251300025122051143113
Binary1101011010101001110000000101011010100001010010011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A9C0; }

 p { color: rgb(214,169,192); }

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

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

 a { background-color: rgb(214,169,192); }

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

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

 span { border-color: rgb(214,169,192); }

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